# Create New Webex Bot

This section explains how to create a bot on your Webex developers account by following these steps.

First, go to <https://developer.webex.com/>. Then, the **'Log In'** button at the top right of the page.

![Webex Developers](/files/jt8p02YlMQAxogtxcxPy)

Enter your email address.&#x20;

![Email Address](/files/E5FqslU7om5j2VdslWjl)

Then, enter your Webex account password.

![Password Account](/files/yvgmIOT8iNFMgVQDZzeH)

If you are successful in logging in, click on your profile icon at the upper right of the page and click on the **'My Webex Apps'** button.

![My Webex Apps](/files/ut1vzXzWYWSuSH8oHOQI)

You will be prompted to choose the app type to build. Select the bot section by clicking the **'Create a Bot'** button.

![Create New App ](/files/o4H3gtJ87ogOD90xhoel)

You will be required to provide certain information, such as your bot's name, username, and icon, as well as your bot application description. Then, click the **'Add Bot'** button.

{% hint style="info" %}
The 'Add bot' button cannot be enabled until all required information has been completed.
{% endhint %}

![New Bot ](/files/veD9kn8xYdhVPYn0JRas)

Then, you will receive an access token that will allow you to integrate the Webex channel on our app.

![Access Token Bot](/files/dArilMKYjFd0xTv1Anbe)


---

# 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.3dolphins.ai/integration/channel-connector/webex/create-new-webex-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.
