# Pre Built Agents

Pre-built agents are ready-to-use AI assistants with predefined system prompts that set the agent's role, tone, and expertise. Select one from the Agent Selector and it is immediately active — no configuration required.

***

#### Available Pre-built Agents

Qolaba includes a library of pre-built agents covering common professional roles:

* **Personal Assistant** *(default)*
* **Marketing Strategist**
* **Content Creator**
* **Expert Copywriter**
* **Graphic Designer**
* **HR Assistant**
* And more

Each agent has a predefined system prompt that shapes how the model responds. For example:

* A **Marketing Strategist** is prompted to provide insights on trends, consumer behavior, and strategic recommendations
* A **Content Creator** is prompted to produce engaging, audience-tailored content with a creative perspective

These instructions run in the background — you simply select the agent and start prompting.

***

#### How to Select a Pre-built Agent

1. Go to the **chat input area**
2. Click the **Agent Selector**
3. Choose a pre-built agent from the list

The selected agent's system prompt is applied to all subsequent prompts in that chat.

***

#### Switching Back to Default

The **Personal Assistant** is the default agent and acts as a general-purpose AI assistant. To restore default behavior at any time:

1. Open the **Agent Selector**
2. Select **Personal Assistant**

This removes any specialized role and returns the chat to standard assistant behavior.


---

# 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.qolaba.ai/chatbot/agents/pre-built-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.
