# Adding Agents to the group and describing them

This guide will show you how to add Agents to your group and describe them effectively, optimizing the performance of your virtual expert team.

### Adding Agents to the group

To populate your Expert Group with the right Agents, follow these simple steps:

1. Go to the management page for the desired Expert Group;
2. Navigate to the "Experts" section;
3. Click the "Add expert" button;
4. Use the search function to find the Agent you want;
5. Select the Agent you'd like to add to the group.

### Describing Agents

Once you've selected an Agent, you'll need to fill in two key fields:

1. **Description** (required): write a concise but informative description of the Agent's expertise — this description determines when the Agent will be chosen to answer a question;
2. **Default**: select this option to designate the Agent as the "default expert." This Agent will respond when it's not clear which expert in the group is best suited to the user's question.

### Guidelines for an effective description

Follow these best practices to optimize your Agents' descriptions:

* Be specific about areas of expertise;
* Use relevant keywords;
* Include the types of questions the Agent can answer;
* Mention any limitations or specializations;
* If relevant, hint at relationships with other Agents in the group;
* Keep the description concise but informative.
* **Example description:** "Expert in Italian tax regulations, specializing in taxation for freelancers and small businesses. Can provide information on deductions, tax rates, and deadlines. Does not provide legal advice."

By building a well-structured Expert Group, you can offer users a more precise and specialized AI assistance experience. 🚀 Experiment with different combinations of Agents and descriptions to find the optimal setup for your needs!


---

# 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.aisuru.com/en/extensions/expert-group/adding-agents-to-the-group.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.
