# AI Agents

<figure><img src="/files/IfjbSpzZPqB81K7Dzavy" alt=""><figcaption><p>BLACKBOX AI Web Chat - Using AI Agents</p></figcaption></figure>

### What Are AI Agents?

Intelligent assistants designed to handle everything from code analysis to data processing, making complex workflows more efficient. Each agent is optimized for its designated function, allowing users to automate repetitive tasks and focus on higher-level objectives.

### How To Use AI Agents?

You can head to [blackbox.ai](http://blackbox.ai) and use `@` to mention a specific agent to get the best results based on your needs and use case.

You can try something like “@react build me a chatgpt clone” and the React agent will handle it and build it in React

<figure><img src="/files/urje822pvYWwoIziSKfj" alt=""><figcaption><p>BLACKBOX AI Web Chat - Using The React Agent</p></figcaption></figure>

### Creating Custom Agents

BLACKBOX AI comes with a wide range of built-in AI agents for different tasks, but if you can't find the right agent for your specific use case you can easily create a new one

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

Learn more about creating custom agents [here](/blackbox-ai-1/blackbox-ai/website/ai-chat/custom-ai-agents.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://docs.blackbox.chat/blackbox-ai-1/blackbox-ai/website/ai-chat/ai-agents.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.
