> For the complete documentation index, see [llms.txt](https://docs.flooz.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flooz.xyz/flooz-for-token-devs/premium-ai-x-reply.md).

# Premium: AI X Reply

## Admin Guide: AI X Reply

The AI X Reply feature is an admin-only tool that allows you to generate AI-powered replies to tweets directly from your Telegram bot. This feature streamlines your Twitter engagement workflow without requiring you to leave Telegram.

### Overview

You can:

* Generate contextually relevant replies to any tweet
* Post these replies directly to Twitter from Telegram
* Maintain your social media presence efficiently

### How to Use the AI X Reply Feature

1. **Issue the** `replyToTweet` **Command**

   * In your Telegram bot, send the following command:

   ```
   /replyToTweet https://twitter.com/username/status/12345
   ```

   * Both twitter.com and x.com URLs are supported
2. **Review and Post**
   * The AI generates a contextually appropriate reply
   * The reply is automatically posted to your Twitter account
   * You'll receive confirmation with a link to view your posted reply

### Example Workflow

```
You: /replyToTweet https://twitter.com/floozxyz/status/1234567890

Bot: [🐦 reply]
> Original tweet: "We're excited to announce our new AI features!"

Your reply has been posted! View it here: https://twitter.com/yourusername/status/9876543210
```

### Benefits

* **Brand Consistency**: AI-generated replies maintain your community's voice
* **Time Efficiency**: Quickly generate contextually appropriate responses
* **Workflow Integration**: Manage Twitter engagement without platform switching
* **Controlled Access**: Only admins can post to your Twitter account

[Get in touch with the team](broken://pages/J4QnTgIDi5F0muopTsKV) to power up your community with AI


---

# 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.flooz.xyz/flooz-for-token-devs/premium-ai-x-reply.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.
