# /tokAdmin - Tok Settings

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

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

## Tok Settings

<figure><img src="/files/cf8Jk4Kn58GTp39GJdPc" alt="" width="368"><figcaption></figcaption></figure>

### Tok Enable / Disable

By default Tok will be Disabled, after adding knowledge you should Enable Tok to activate the chatbot for users. Users can call the command **/tok** followed by any question to start a chat with Tok. Users can also simply reply to any message from Tok in Telegram.

### Tok Alias

{% hint style="info" %}
Setting the alias is in addition to the /tok command, both options will still work.
{% endhint %}

You can set your own command alias to use instead of using **/tok** when users are calling the chatbot in the group, this is a great way to further engage your community, for example the Pepe community may like to use /pepe as their command for triggering the chat bot.

{% hint style="danger" %}
When setting the Tok Alias name DO NOT include the / symbol, just simply enter the name.
{% endhint %}

{% hint style="warning" %}
IMPORTANT: Commands in Telegram are case sensitive, so Pepe will be different to pepe. We recommend using lowercase only for your Tok Alias.
{% endhint %}

### Tok Persona

You can set you own custom Tok persona, simply enter a sentence or key words to describe the chat style for the bot.


---

# 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-tok-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.
