# /tokAdmin - Twitter Settings

{% hint style="danger" %}
To access Twitter Settings you must first connect your Twitter Account. See previous page for instructions. [/tokAdmin - Connect Twitter (X)](/airtokbot-setup-guide/tokadmin-connect-twitter-x.md#connect-twitter-account)
{% endhint %}

To access AirtokBot admin menu send the command **/tokAdmin**

<figure><img src="/files/KmCMYoVZgG0ddXKuzgBT" alt="" width="344"><figcaption></figcaption></figure>

The Twitter (X) Settings page is where you will configure your automate tweet settings.&#x20;

<figure><img src="/files/bYFd0whTVYVJhDfHqNo6" alt="" width="375"><figcaption></figcaption></figure>

### Generate A Post Now

Clicking on "Generate A Post Now" will trigger the system to create and post a tweet immediately. You may only use this button once every 30 Minutes to manually trigger a tweet creation. It is largely there for testing purposes, however it can also be used as a way to manually generate a post whenever you desire.\
\
This button will work even when the Automated Tweets is disabled. So if you only wish to have manual creation, you may leave Automated Tweets disabled and just use this button to manually create and post a tweet instead.

### Automated Tweets (Enable/Disable)

{% hint style="warning" %}
Before Enabling "Automated Tweets" You should set the tweet frequency. By default the tweet frequency is set to 24 hours.
{% endhint %}

You can enable or disable the Automate Tweets feature by clicking this button. When the red X appears the automated tweets are disabled, when the green tick appears the automated tweets are enabled.

### Set Tweet Frequency

By default the Tweet Automation Frequency is set to 1 tweet generated every 24 hours. Depending on your plan, you can change the frequency to as many as 1 per hour.

Simply select your prefered schedule. We recommend after changing the schedule that you disable and then re-enable the Automated Tweets to ensure that the settings are processed correctly on the backend.

<figure><img src="/files/VtbjuJpRJd2jHQiPJKON" alt="" width="375"><figcaption></figcaption></figure>

### Send Tweet Link To Group

When enabled this feature will post the X (Twitter) Link to the post generated into the group chat. This is useful as a notification or to make it easier when creating raids.

### Show Powered By Airtok (Pro Only)

By default all Tweets generated by AirtokBot will include a "Powered by Airtok" signature at the end of the tweet. This can be useful in helping your audience identify which posts have been created by AI.

Only Pro Plan subscribers have the ability to disable this feature.

### Disconnect Twitter

The Disconnect Twiiter button is pretty self explanitory, it removes your Twitter account connection to Airtok. If you wish to change Twitter accounts you can disconnect and then re-connect to the new account.


---

# Agent Instructions: 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:

```
GET https://docs.airtok.ai/airtokbot-setup-guide/tokadmin-twitter-settings.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.
