Skip to main content

Documentation Index

Fetch the complete documentation index at: https://botpress-ak-docs-20-document-updating-variables-from-outsid.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

To get started, install the Botpress CLI globally on your machine. The CLI includes the Botpress SDK and other useful packages for developing with Botpress. Run the following command in your terminal:
npm install -g @botpress/cli
All the examples in this section use npm, but feel free to use the package manager of your choice like yarn or pnpm.
You can check that your installation was successful by running the following command:
bp --help