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

# Modify Content

- [Replace Content](https://docs-v2.autoforwardtelegram.com/modify-content/replace-content.md): Automatically modify message content before it’s forwarded using text or regex-based replacements.
- [Setup Sender For Task](https://docs-v2.autoforwardtelegram.com/modify-content/setup-sender-for-task.md): The Sender Type defines which Telegram account or bot will be used to send messages for a specific task. You can choose between using your personal Telegram account or one or more Telegram bots.
- [AI Mode](https://docs-v2.autoforwardtelegram.com/modify-content/ai-mode.md)
- [AI Custom Server](https://docs-v2.autoforwardtelegram.com/modify-content/ai-mode/ai-custom-server.md)
- [How to Get Your ChatGPT API Key?](https://docs-v2.autoforwardtelegram.com/modify-content/ai-mode/how-to-get-your-chatgpt-api-key.md)
- [How to Get Your Gemini API Key?](https://docs-v2.autoforwardtelegram.com/modify-content/ai-mode/how-to-get-your-gemini-api-key.md)
- [How to Get Your Perplexity API Key?](https://docs-v2.autoforwardtelegram.com/modify-content/ai-mode/how-to-get-your-perplexity-api-key.md)
- [AI Smart Rewrite](https://docs-v2.autoforwardtelegram.com/modify-content/ai-mode/ai-smart-rewrite.md)
- [OCR Image AI](https://docs-v2.autoforwardtelegram.com/modify-content/ai-mode/ocr-image-ai.md)
- [News Digest](https://docs-v2.autoforwardtelegram.com/modify-content/ai-mode/news-digest.md)
- [Link Buttons](https://docs-v2.autoforwardtelegram.com/modify-content/link-buttons.md)
- [Add Header / Footer](https://docs-v2.autoforwardtelegram.com/modify-content/add-header-footer.md): Want to customize your Telegram auto-forwarded messages with extra context, branding, or call-to-actions? With the Auto Forward...
- [Translate Language](https://docs-v2.autoforwardtelegram.com/modify-content/translate-language.md)
- [Add Watermark](https://docs-v2.autoforwardtelegram.com/modify-content/add-watermark.md): You can use this command to add a watermark to every media that Auto Forward Telegram forwards.
- [MMO Feature - Make Money Online](https://docs-v2.autoforwardtelegram.com/modify-content/mmo-feature-make-money-online.md)
- [Make Money With Amazon](https://docs-v2.autoforwardtelegram.com/modify-content/mmo-feature-make-money-online/make-money-with-amazon.md)
- [Make Money With Awin1.Com](https://docs-v2.autoforwardtelegram.com/modify-content/mmo-feature-make-money-online/make-money-with-awin1.com.md)


---

# 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-v2.autoforwardtelegram.com/modify-content.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.
