> 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/updates/archived-updates/01-05-2022.md).

# 01/05/2022

{% hint style="warning" %}
**PLEASE NOTE:** This Update was accurate at the time of sharing. Please refer to our Support documentation to ensure accurate and up-to-date information is known, If you have any questions or concerns please join our [**Discord Server**](https://discord.gg/ritabot) and someone will assist.
{% endhint %}

## Wait, what, I've missed something?

If you have not been following our [announcement ](https://discord.com/channels/545787876105912341/823382400024444958)channel, or have not read our previous [Update; ](/ritabot-docs/updates/archived-updates/01-04-2022.md)we would advise you to do this. It will answer most of your questions.

For further information check out [FAQ ](/ritabot-docs/misc/faq.md)or join our [support server](https://discord.com/invite/mgNR64R).&#x20;

## How do I Subscribe?

You can do this in a few ways. You can purchase from [Ko-Fi](https://ko-fi.com/ritabot) or [Patreon](https://www.patreon.com/RitaBotProject).\
For info and step by step guide check [this ](/ritabot-docs/premium/how-to-subscribe.md)out.

## I've Subscribed, Now what?

Head to [#active-rita-here](https://discord.com/channels/545787876105912341/966809948812116068) and type \`!tr sub\` to get started... What are you waiting for?.

## Something has gone wrong, it didn't work!

If you cant see the Subscription category in the [Support server](https://discord.com/invite/mgNR64R), you can't access the [#active-rita-here](https://discord.com/channels/545787876105912341/966809948812116068) channel, or something went wrong then please [#open-a-ticket](https://discord.com/channels/545787876105912341/928800906147942470) and we will assist you ASAP.


---

# 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/updates/archived-updates/01-05-2022.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.
