# Create your bot project

The first step towards building a bot is to create a new Project in the [Dhee.AI](https://developer.dhee.ai/) portal. Login to our developer portal and start building your bot.

## Create  Project

The developer can use the *Manage Project* button in the dashboard to navigate to the Projects screen. Use the *Create Project* Button to create a new Project.

![Create Project](/files/E3XLGUAiH8TjHM4GCg1a)

Once you have created the new project, you would be redirected to the Dashboard. Ensure that the Project selection in the drop-down is the one you desire.

![Create Project](/files/FLLQBUbqTBvWORc0RpAY)

## Configure Bot

We will be deploying a multi-lingual bot. To enable the same, ensure your desired languages are selected using the *AgentSettings->Basic* Menu.

![Select Multiple Languages ](/files/rchCFnfBfFRzSIXnisSW)

We would require our bot to support voice agents. You can enable voice agents using the *AgentSettings->Voice* Menu.

![Enable Voice Agent](/files/DhIdvmjDuDixjVfa6tW4)

For the sake of this example, we will keep the Bots configuration to the minimum. If you are interested in exploring the different configurations you can provide for your bot, refer to our [Configuration](broken://pages/YGskDC7cFgetKnCpkuRG) documentation.

To proceed to configure to Intends, refer to the[ Configure Intents](/getting-started/train-your-bot/train-for-intent-recognition.md).

### References <a href="#references" id="references"></a>

* [Manage Project](/platform-reference/manage-projects.md)
* [Multi-Lingual Support](/platform-reference/agent-settings/basic.md)
* [Enable Voice Agents](/platform-reference/agent-settings/basic/voice.md)
* [Agent Configurations](/platform-reference/agent-settings/basic.md)


---

# 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://readme.dhee.ai/getting-started/train-your-bot/create-your-bot-project.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.
