These docs are for version 1.x of Rasa Open Source.

### User Guide

- [Installation](https://legacy-docs-v1.rasa.com/1.4.6/user-guide/installation/)
- [Rasa Tutorial](https://legacy-docs-v1.rasa.com/1.4.6/user-guide/rasa-tutorial/)
- [Command Line Interface](https://legacy-docs-v1.rasa.com/1.4.6/user-guide/command-line-interface/)
- [Architecture](https://legacy-docs-v1.rasa.com/1.4.6/user-guide/architecture/)
- [Messaging and Voice Channels](https://legacy-docs-v1.rasa.com/1.4.6/user-guide/messaging-and-voice-channels/)
- [Evaluating Models](https://legacy-docs-v1.rasa.com/1.4.6/user-guide/evaluating-models/)
- [Validate Data](https://legacy-docs-v1.rasa.com/1.4.6/user-guide/validate-files/)
- [Running the Server](https://legacy-docs-v1.rasa.com/1.4.6/user-guide/running-the-server/)
- [Running Rasa with Docker](https://legacy-docs-v1.rasa.com/1.4.6/user-guide/running-rasa-with-docker/)
- [Cloud Storage](https://legacy-docs-v1.rasa.com/1.4.6/user-guide/cloud-storage/)

### NLU

- [About](https://legacy-docs-v1.rasa.com/1.4.6/nlu/about/)
- [Using NLU Only](https://legacy-docs-v1.rasa.com/1.4.6/nlu/using-nlu-only/)
- [Training Data Format](https://legacy-docs-v1.rasa.com/1.4.6/nlu/training-data-format/#)
- [Choosing a Pipeline](https://legacy-docs-v1.rasa.com/1.4.6/nlu/choosing-a-pipeline/)
- [Language Support](https://legacy-docs-v1.rasa.com/1.4.6/nlu/language-support/)
- [Entity Extraction](https://legacy-docs-v1.rasa.com/1.4.6/nlu/entity-extraction/)
- [Components](https://legacy-docs-v1.rasa.com/1.4.6/nlu/components/)

### Core

- [About](https://legacy-docs-v1.rasa.com/1.4.6/core/about/)
- [Stories](https://legacy-docs-v1.rasa.com/1.4.6/core/stories/)
- [Domains](https://legacy-docs-v1.rasa.com/1.4.6/core/domains/)
- [Responses](https://legacy-docs-v1.rasa.com/1.4.6/core/responses/)
- [Actions](https://legacy-docs-v1.rasa.com/1.4.6/core/actions/)
- [Policies](https://legacy-docs-v1.rasa.com/1.4.6/core/policies/)
- [Slots](https://legacy-docs-v1.rasa.com/1.4.6/core/slots/)
- [Forms](https://legacy-docs-v1.rasa.com/1.4.6/core/forms/)
- [Retrieval Actions](https://legacy-docs-v1.rasa.com/1.4.6/core/retrieval-actions/)
- [Interactive Learning](https://legacy-docs-v1.rasa.com/1.4.6/core/interactive-learning/)
- [Fallback Actions](https://legacy-docs-v1.rasa.com/1.4.6/core/fallback-actions/)
- [Knowledge Base Actions](https://legacy-docs-v1.rasa.com/1.4.6/core/knowledge-bases/)

### Conversation Design

- [Dialogue Elements](https://legacy-docs-v1.rasa.com/1.4.6/dialogue-elements/dialogue-elements/)
- [Small Talk](https://legacy-docs-v1.rasa.com/1.4.6/dialogue-elements/small-talk/)
- [Completing Tasks](https://legacy-docs-v1.rasa.com/1.4.6/dialogue-elements/completing-tasks/)
- [Guiding Users](https://legacy-docs-v1.rasa.com/1.4.6/dialogue-elements/guiding-users/)

### API Reference

- [Action Server](https://legacy-docs-v1.rasa.com/1.4.6/api/action-server/)
- [HTTP API](https://legacy-docs-v1.rasa.com/1.4.6/api/http-api/)
- [Jupyter Notebooks](https://legacy-docs-v1.rasa.com/1.4.6/api/jupyter-notebooks/)
- [Agent](https://legacy-docs-v1.rasa.com/1.4.6/api/agent/)
- [Custom NLU Components](https://legacy-docs-v1.rasa.com/1.4.6/api/custom-nlu-components/)
- [Events](https://legacy-docs-v1.rasa.com/1.4.6/api/events/)
- [Tracker](https://legacy-docs-v1.rasa.com/1.4.6/api/tracker/)
- [Tracker Stores](https://legacy-docs-v1.rasa.com/1.4.6/api/tracker-stores/)
- [Event Brokers](https://legacy-docs-v1.rasa.com/1.4.6/api/event-brokers/)
- [Lock Stores](https://legacy-docs-v1.rasa.com/1.4.6/api/lock-stores/)
- [Training Data Importers](https://legacy-docs-v1.rasa.com/1.4.6/api/training-data-importers/)
- [Featurization](https://legacy-docs-v1.rasa.com/1.4.6/api/featurization/)
- [Migration Guide](https://legacy-docs-v1.rasa.com/1.4.6/migration-guide/)
- [Rasa Change Log](https://legacy-docs-v1.rasa.com/1.4.6/changelog/)

### Migrate from (beta)

- [Dialogflow](https://legacy-docs-v1.rasa.com/1.4.6/migrate-from/google-dialogflow-to-rasa/)
- [Wit.ai](https://legacy-docs-v1.rasa.com/1.4.6/migrate-from/facebook-wit-ai-to-rasa/)
- [LUIS](https://legacy-docs-v1.rasa.com/1.4.6/migrate-from/microsoft-luis-to-rasa/)
- [IBM Watson](https://legacy-docs-v1.rasa.com/1.4.6/migrate-from/ibm-watson-to-rasa/)

### Reference

- [Glossary](https://legacy-docs-v1.rasa.com/1.4.6/glossary/)

### Versions

viewing: 1.4.6

### Warning

This document is for an old version of Rasa. The latest version is 1.10.26.

# Training Data Format

The training data for Rasa NLU is structured into different parts:

- common examples
- synonyms
- regex features and
- lookup tables
