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

# Welcome to the Reto Docs

Reto is a Discord bot that adds Karma functionality to your server - react with special emoji called [Reactables](/features/basics/an-introduction-to-reactables.md) to give other server members more Karma, [compare ](/commands/for-members/profile.md)and [compete](/commands/for-members/leaderboard.md) your Karma scores with friends, or let special members ([or anyone](/commands/for-server-owners/pin-thresholds-starboard.md)!) [highlight the best (and worst) messages](/features/basics/pin-channels.md) within your Discord server.

Are you new to Reto? Get started by inviting the bot and using `/setup` in your server! For a more in-depth guide, please give [Getting started with Reto](/getting-started-with-reto.md) a read.

{% hint style="info" %}
This documentation is a work in progress, with plenty of placeholders. Most pages are currently being worked on after the launch of [*The Retool Update.*](https://retobot.com/news/retool-update-out-now) Check back soon for more info, or ask away at the [Support Server](https://discord.gg/Jht3waZgkK) in the meantime!
{% endhint %}

***

## Table of Contents

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><h2>Features</h2></td><td><a data-mention href="/pages/xkmNgRL9td2UgVTuw3oJ">/pages/xkmNgRL9td2UgVTuw3oJ</a></td><td><a data-mention href="/pages/9wnsloS0Gv3Aab5UbSQ4">/pages/9wnsloS0Gv3Aab5UbSQ4</a></td></tr><tr><td><h2>Commands</h2></td><td><a data-mention href="/pages/2WUgQan1fvaHK8yjlkc5">/pages/2WUgQan1fvaHK8yjlkc5</a></td><td><a data-mention href="/pages/43838GBAxhZDPrwQUGQV">/pages/43838GBAxhZDPrwQUGQV</a></td></tr><tr><td><h2>Support</h2></td><td><a data-mention href="/pages/IT07A2674NwnYa97z6l3">/pages/IT07A2674NwnYa97z6l3</a></td><td><a data-mention href="/pages/BoHTqw9JVSILLpzu4BpX">/pages/BoHTqw9JVSILLpzu4BpX</a></td></tr></tbody></table>


---

# 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.retobot.com/welcome-to-the-reto-docs.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.
