# Smoogle Translate Documentation

## Smoogle Translate Documentation

- [Welcome](https://docs.smoogle.gg/master.md): Welcome to the documentation of Smoogle Translate! The bot that translates messages on Discord for free.
- [Language Code List](https://docs.smoogle.gg/languages.md): Full list of languages supported by the bot. Use the language code for the bot's commands.
- [Full Command List](https://docs.smoogle.gg/commands.md)
- [API](https://docs.smoogle.gg/smoogleapi.md): Information about Smoogle's Translation API
- [FAQ](https://docs.smoogle.gg/faq.md)
- [Server](https://docs.smoogle.gg/automatic-translations/server.md): Server-wide automatic translations of your own messages.
- [Channels](https://docs.smoogle.gg/automatic-translations/channels.md): Channel-specific automatic translations of your own messages.
- [Flag reactions](https://docs.smoogle.gg/automatic-translations/flag-reactions.md): Translate messages by reacting with a flag emoji.
- [Overview](https://docs.smoogle.gg/premium-commands/overview.md): Features in this section are part of a paid subscription.
- [tr?autoall](https://docs.smoogle.gg/premium-commands/tr-autoall.md): Automatic translations that are applied to all members of a server.
- [tr?link / tr?unlink](https://docs.smoogle.gg/premium-commands/tr-link.md): Forward translations from one channel to another.
- [tr?ocr (beta)](https://docs.smoogle.gg/premium-commands/tr-ocr.md): Extract and translate text from images using optical character recognition (OCR)
- [Improved tr?auto](https://docs.smoogle.gg/premium-commands/improved-tr-auto.md): Users who have a paid subscription will have an improved version of the tr?auto command.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.smoogle.gg/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
