# Creating AI agents in BotPenguin

### What are AI Agents?

AI Agents in BotPenguin are designed to perform specific tasks, automate user interactions, and integrate seamlessly with your workflows. Creating your own AI Agent gives you complete control over the agent’s tone, capability, and the logic it follows—making your automation more intelligent, personalized, and scalable.

***

### How to Create an AI Agent?

* Go to [**BotPenguin**](https://app.botpenguin.com/) and log in to your account.
* To Create an AI Agent, Go to Agent section from the side menu.
* Then click on the "**Create Agent**" button on the top left, followed by the "**Agent"** button on the dropdown.

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

* Click the **Create Agent** .
* Select **Build from Scratch** when prompted to choose how you want to proceed, then click on **Next** to move to the configuration screen.

<figure><img src="/files/1Si7R63f5YxZV8msehtm" alt=""><figcaption></figcaption></figure>

* Alternatively, click on the "**View All Templates**" to view all the templates of the AI Agent's

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

* On the "Setup Agent Instructions" screen, enter the core instructions of the AI Agent. for best practices of the how to setup your agent's work and behavior, see the best practices&#x20;
  * Enter clear sentences defining your agent's purpose.\
    \&#xNAN;*Example: “Help users schedule meetings in Google Calendar.”*

{% content-ref url="/pages/FmG3r4P0snd3YAI5w4wj" %}
[Setting Up Your AI Agent: Guidelines and Best Practices](/ai-agents/creating-ai-agents-in-botpenguin/setting-up-your-ai-agent/setting-up-your-ai-agent-guidelines-and-best-practices.md)
{% endcontent-ref %}

* Finally, click on **Create Agent** to complete the process and make the AI Agent!

Congratulations! You have successfully created your first AI Agent!


---

# 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://help.botpenguin.com/ai-agents/creating-ai-agents-in-botpenguin.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.
