How to Install and Get Started with Rasa
Rasa has different installation options to get you started with building your assistant. Each option serves different needs.
Requirements
Regardless of the option you pick, there are some prerequisites you will need to get started:
- Rasa License Key - you'll need a license key to use Rasa. You can request a Rasa Developer Edition license key here and read more about our licensing here.
- LLM Provider API Key - you don't need this for the tutorial(../tutorial.mdx), but for building your own projects you'll need an API key from one of our supported LLM providers.
GitHub Quickstart
Our recommended way to get started rapidly and experiment with Rasa. This option provides a fully-managed environment in GitHub Codespaces, no local installation necessary.
Python
Best suited for those who are already familiar with Python development and comfortable with installing packages.
Docker
Best suited for those who prefer a containerised approach to development.
Ready to deploy? Pick your path, follow the steps, and get started with building amazing conversational AI experiences.