> For the complete documentation index, see [llms.txt](https://docs.ritabot.gg/ritabot-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ritabot.gg/ritabot-docs/getting-started.md).

# Getting Started

## Steps to follow in order to install RITA

1. Check that your discord account is the owner of the server or an admin of the server you want RITA Bot in
2. Invite RITA in your discord server : <https://ritabot.gg/invite>
3. Subscribe to a RITA plan through dashboard : <https://dashboard.ritabot.gg/>
4. On dashboard, select the server you want to link to the subscription you've just took

Now you can [Personalize your RITA's setting](/ritabot-docs/usage-commands-and-settings/settings.md) and translate a Discord chanel into another one [with serveral commands](/ritabot-docs/usage-commands-and-settings/translation.md). Most common use is by running [`/group create`](/ritabot-docs/usage-commands-and-settings/translation/group-translations.md)and following the instructions displayed

***

**With the release of Version 1.3.0, we introduced the new `/quicksetup` command to simplify the entire server setup process.**

**This command automatically handles the creation of the required group, channels, permissions, and access controls for you. To complete the setup, it also configures a reaction role system, allowing users to grant themselves access to the newly created channels.**

**Whether you're setting up Rita for the first time or creating additional translation groups, `/quicksetup` provides the fastest and easiest way to get started.**

***

## Setup FAQ

<details>

<summary>Do I need to purchase a subscription to get RITA work ?</summary>

Yes

</details>

<details>

<summary>What is a subscription / what is a task / what Tier means ?</summary>

All details are avaiable in the "[Overview of Premium/Paid features](/ritabot-docs/premium/overview.md)"

</details>

<details>

<summary>I'm the owner of the server where RITA is, and i installed it / purchased the subscription. I don't want to configure it, can one of my server admin do it ?</summary>

Yes of course !

</details>

<details>

<summary>How to change the server where RITA is translating ? </summary>

Invite RITA in the new server <https://ritabot.gg/invite>

Now 2 ways to do it :&#x20;

1. On dashbord, select your subscription and change the server it's linked to.
2. OR run the command `/sub` in the server you wish it to be in.

</details>

<details>

<summary>I have an issue with the dashboard, i took the subscription but it's still not working ?!</summary>

Go into your server, and just run `/sub` command to link your server to your subscription and it will work again

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ritabot.gg/ritabot-docs/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
