> For the complete documentation index, see [llms.txt](https://docs.aisuru.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aisuru.com/en/extensions/expert-group.md).

# Expert Group

The AIsuru Expert Group **lets you create and manage a virtual team of Agents, all queryable from a single interface.**

In this section, we'll cover:

* [What Expert Groups are](/en/extensions/expert-group/what-are-expert-groups.md) and how they can improve your AI assistant's performance;
* [How to create and configure an Expert Group](/en/extensions/expert-group/creating-an-expert-group.md) step by step;
* How to [add and describe Agents within the Expert Group](/en/extensions/expert-group/adding-agents-to-the-group.md);
* How to [effectively use the Expert Group's contents](/en/extensions/expert-group/using-contents-in-the-expert-group.md);
* [Best practices and use cases for your Expert Group](/en/extensions/expert-group/expert-group-best-practices.md).

You can also **customize the AI model** used by each Expert Group, giving you greater flexibility and control over how the experts coordinate.

Whether you're looking to build a specialized support team, offer consulting in specific areas, or manage complex projects, AIsuru's Expert Groups give you the tools to bring your vision to life. Read on to discover how to unlock the full potential of your Agent, enhanced by a team of virtual experts! 🧠👥

Get ready to supercharge your Agent with a tailor-made team of experts using AIsuru's Expert Groups!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.aisuru.com/en/extensions/expert-group.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
