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

- Docs for the new version 2.0 can be found [here](/content/docs/rasa/index.html).
- docs

## User Guide

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

### NLU

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

### Core

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

### Conversation Design

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

### API Reference

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

### Migrate from (beta)

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

### Reference

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

### Versions
viewing: 1.3.10

### Agent [¶](https://legacy-docs-v1.rasa.com/1.3.10/api/agent/#agent)

_class_ `rasa.core.agent.``Agent` ( _domain=None_, _policies=None_, _interpreter=None_, _generator=None_, _tracker_store=None_, _lock_store=None_, _action_endpoint=None_, _fingerprint=None_, _model_directory=None_, _model_server=None_, _remote_storage=None_, _path_to_model_archive=None_) [¶](https://legacy-docs-v1.rasa.com/1.3.10/api/agent/#rasa.core.agent.Agent)

The Agent class provides a convenient interface for the most important Rasa functionality.

This includes training, handling messages, loading a dialogue model, getting the next action, and handling a channel.

#### Example

```python
>>> from rasa.core.agent import Agent
>>> from rasa.core.interpreter import RasaNLUInterpreter
>>> agent = Agent.load("examples/restaurantbot/models/current")
>>> await agent.handle_text("hello")
[u'how can I help you?']
```

👋 I can help you get started with Rasa and answer your technical questions.
