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

# Retired

- [Tokens](https://docs.kleros.io/products/retired/tokens.md): A community-curated list of fungible Tokens
- [Linguo](https://docs.kleros.io/products/retired/linguo.md): A Decentralized Translation Platform
- [Kleros Linguo Tutorial](https://docs.kleros.io/products/retired/linguo/kleros-linguo-tutorial.md): How to use Linguo to translate content or request a translation
- [Step-by-step Tutorial](https://docs.kleros.io/products/retired/linguo/step-by-step-tutorial.md): This is a step-by-step guide that explains how to use Linguo. Please go through it to acquaint yourself with the platform!
- [Requesting translations](https://docs.kleros.io/products/retired/linguo/step-by-step-tutorial/requesting-translations.md)
- [Working as a translator](https://docs.kleros.io/products/retired/linguo/step-by-step-tutorial/working-as-a-translator.md)
- [Reviewing translations](https://docs.kleros.io/products/retired/linguo/step-by-step-tutorial/reviewing-translations.md): You can also earn by reviewing translations done on the platform. Here is how that works!
- [F.A.Q](https://docs.kleros.io/products/retired/linguo/f.a.q.md): Here you can find answers to frequently asked questions.
- [High-level Overview](https://docs.kleros.io/products/retired/linguo/high-level-overview.md): Here is a flow chart that gives you an overview of how Linguo works.
- [Moderate](https://docs.kleros.io/products/retired/moderate.md): Social media content moderation with Reality.eth x Kleros
- [Susie](https://docs.kleros.io/products/retired/moderate/susie.md): A moderation and group management bot for Telegram
- [Getting Started](https://docs.kleros.io/products/retired/moderate/susie/getting-started.md): Add Susie to your group and get started.
- [Add Susie](https://docs.kleros.io/products/retired/moderate/susie/getting-started/add-susie.md): Adding Susie to your Telegram group is easy!
- [Start Susie](https://docs.kleros.io/products/retired/moderate/susie/getting-started/start-susie.md): Susie will help you walk through the start process with /start
- [Basics](https://docs.kleros.io/products/retired/moderate/susie/basics.md): Susie can help you do some really cool and powerful crowd-sourced moderation in your group chats.
- [Welcome](https://docs.kleros.io/products/retired/moderate/susie/basics/welcome.md): Susie's ability to welcome users to your group chat not only is polite, but it is an easy way to inform new members about the rules.
- [Language](https://docs.kleros.io/products/retired/moderate/susie/basics/language.md): Susie speaks English and Spanish.
- [Notifications](https://docs.kleros.io/products/retired/moderate/susie/basics/notifications.md): 🔔🔔🔔
- [Rules](https://docs.kleros.io/products/retired/moderate/susie/rules.md): Users can request Susie to send them the rules anytime, making group admin easier.
- [Reports](https://docs.kleros.io/products/retired/moderate/susie/reports.md): Who Moderates the moderators?
- [Evidence](https://docs.kleros.io/products/retired/moderate/susie/evidence.md): Evidence 🔍🔍🔍
- [Federations](https://docs.kleros.io/products/retired/moderate/susie/federations.md): Moderating a single group is hard, but managing multiple is even harder


---

# 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.kleros.io/products/retired.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.
