> ## Documentation Index
> Fetch the complete documentation index at: https://rasa.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Overview of training and testing your assistant in Rasa Studio.

Rasa Studio lets you train your assistant on the latest content and try it out in an interactive chat before shipping changes. Use the guides below to train a model and validate your assistant's behavior.

<CardGroup cols={2}>
  <Card title="Train Your Assistant" href="/docs/studio/test/train-your-assistant">
    Train a new model on your assistant's current flows, responses, and NLU data.
  </Card>

  <Card title="Try Your Assistant" href="/docs/studio/test/try-your-assistant">
    Chat with your trained assistant to validate conversations before deploying.
  </Card>
</CardGroup>


## Related topics

- [Introduction to Flows](/docs/studio/build/flow-building/introduction.md)
- [Introduction to Actions](/docs/studio/build/actions/introduction.md)
- [Introduction to the Rasa Platform](/docs/learn/platform-introduction.md)
- [Introduction to Rasa Action Server](/docs/reference/integrations/action-server/introduction.md)
- [Authorization](/docs/reference/api/studio/api-authorization.md)
