> For the complete documentation index, see [llms.txt](https://docs.invt.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.invt.ai/product-guides/invtai-bots-guides/whitelabel-bot-guide.md).

# Whitelabel Bot Guide

### Step 1: Log into Your InvtAI Account

Begin by logging into your InvtAI account: <https://invt.ai>.

If you don't have an account, you'll need to sign up to access the platform.

### Step 2: Fill in Your Bot Information

Once logged in, follow these detailed steps to create a Whitelabel Bot.

<figure><img src="/files/26qTjsNoqmkfYWcol9Uf" alt=""><figcaption></figcaption></figure>

1. Go to "InvtAI Bots" page by clicking "InvtAI Bots" menu in side bar.
2. Click "Create New Bot" button. Enter bot name, select "WhiteLabel Bot" option, and click "Create Bot" button.
3. Enter Bot Details:\
   Start by providing essential information for your Whitelabel Bot:

<figure><img src="/files/udl54MCzrkuM2dkHqvBE" alt=""><figcaption></figcaption></figure>

* Bot Photo: Choose a photo for your bot.
* Bot Name: Choose a distinctive name for your bot.
* Description: Write a brief but informative description to outline your bot's purpose or function.
* Prefix: Define a unique prefix for your bot.

4. Save Your Bot Information:\
   After entering the necessary details, locate the "Save" button and click on it to store your information.

### Step 3: Verify Bot Creation

Check if the newly created Whitelabel Bot is listed under "My Bot List." It should be visible, confirming the successful creation.<br>

<figure><img src="/files/TnXy9F7JHE8lotCNg0r0" alt=""><figcaption></figcaption></figure>

### Step 4: Repeat the Process (Optional)

1. Create Additional Bots:\
   If you have multiple purposes or tasks requiring distinct bots, you can repeat the process to create as many Whitelabel Bots as needed.
2. Customize for Different Purposes:\
   Each bot can be customized with unique names, descriptions, and prefixes to serve specific functions.

By following these steps, you've successfully created a Whitelabel Bot on the InvtAI platform.

Repeat the process to tailor additional bots for different purposes, allowing you to efficiently manage and execute diverse tasks.


---

# 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.invt.ai/product-guides/invtai-bots-guides/whitelabel-bot-guide.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.
