# Assistants Overview

**Assistants** in EmpowerGPT allows users to design, configure, and deploy customized AI assistants tailored to specific tasks, workflows, and business needs.&#x20;

Each assistant can be fine-tuned with instructions, capabilities, and model selection to ensure it performs optimally for its intended use case.&#x20;

Users can also **share assistants with colleagues**, enabling team-wide collaboration and consistent task execution.

On the **Assistants** page, all assistants accessible to the user are displayed in a card layout. Each card includes:

* Assistant Name
* Description
* Creator’s Name

Depending on the user’s role and permissions, additional actions (such as edit, duplicate, or delete) appear when hovering over an assistant card.

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


---

# 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.empowergpt.ai/assistants/assistants-overview.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.
