# Create your own FakeAI Bot

Creating your own DeepFakeAI Bot is easy, and for a video tutorial on the process, you can watch the video below. There are text instructions further below on this page.

{% embed url="<https://x.com/i/status/1855725081109860455>" %}
A video tutorial on the bot creation process
{% endembed %}

### Creating your FakeAI Bot

To create your own FakeAI Bot, begin by creating a Telegram Bot. This can be done by messaging with the [@BotFather](https://t.me/BotFather), from which you must obtain your bot token.

<figure><img src="https://3540777185-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fm6ULieVQqDShoAFPQjeb%2Fuploads%2Fgit-blob-dd1dc5e45990738008b0f28abc0988e5932620fb%2Fimage%20(16).png?alt=media" alt=""><figcaption><p>You can use the BotFather to create and manage Telegram bots</p></figcaption></figure>

Once you have your bot token, enter it into one of the Bot Token fields on the Bots tab and click the button in the field to save the token.

<figure><img src="https://3540777185-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fm6ULieVQqDShoAFPQjeb%2Fuploads%2Fgit-blob-90aa6a7e4c7a473cad3735a1cb8d03f4ead8271b%2Fimage%20(17).png?alt=media" alt=""><figcaption><p>Enter your Bot Token and save it to your account</p></figcaption></figure>

Next, click on the "Select..." button beside your token. This will bring up the "Select Characters" prompt.

<figure><img src="https://3540777185-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fm6ULieVQqDShoAFPQjeb%2Fuploads%2Fgit-blob-8524cb2212436ac0a9fda20bb38bafaf0e12ed61%2Fimage%20(18).png?alt=media" alt=""><figcaption><p>The Select Characters prompt</p></figcaption></figure>

In the "Select Characters" prompt, you can search for and select any of the characters available to use with DeepFakeAI, and click "Save" to save your bots character list. You can also click the "Select All" button and click "Save" to give your bot access to all bots available to the service.

<figure><img src="https://3540777185-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fm6ULieVQqDShoAFPQjeb%2Fuploads%2Fgit-blob-cb19ec2012f5908cdadcaa860101289b39bbbd22%2Fimage%20(19).png?alt=media" alt=""><figcaption><p>You can choose any of the characters available for use with your bot!</p></figcaption></figure>

Congratulations! You've created your new FakeAI bot which you can add to your servers as you wish. Clips generated with this bot will use the minutes from your DeepFakeAI account, so make sure to stay topped up for your server!


---

# 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://deepfakeai.gitbook.io/deepfakeai/features/advanced-features/create-your-own-fakeai-bot.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.
