# Agent Hub

The Agent Hub is the starting point of the user experience in Power Omni, centralizing all Artificial Intelligence Agents you have access to, organized by their respective Workspaces.

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

### Hub Overview

The main screen provides fast and visual navigation, allowing you to find, organize, and start conversations with AI Agents.

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

#### 🖼 View Modes

You can switch how Workspaces and their Agents are displayed:

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

* **Grid View (Cards)**: Ideal for a quick and visual overview, displaying Workspaces as large cards with easy identification of the Agents within them.

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

* **List View**: Provides a more compact and linear structure, making it easier to quickly navigate through a large number of Workspaces and Agents.

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

#### 🔎 **Search and Filter**

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

* **Search Field**: Use the search bar to quickly find any Agent by name.
* **Filter by Workspace**: In the menu below the search field, you can click on a specific Workspace to display only the Agents contained within it, narrowing your search.

### Left Sidebar Menu (Quick Navigation)

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

The left sidebar navigation menu (Workspaces) has been adjusted to improve organization and user focus:

* **Dynamic Filter**: When selecting a Workspace, the list of Agents is automatically updated to show only those that belong to the selected Workspace.
* **Primary Agent**: The sidebar menu includes a dedicated section for your Primary Agent, ensuring immediate access.

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

**Adding a Primary Agent**

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

1. Locate the desired Agent in the Grid or List view on the Hub screen.
2. Click the **Home icon** displayed on the Agent’s card or list row.
3. The Agent will be moved to the dedicated **Primary Agent** area in the left sidebar menu, where it will be available for quick access regardless of the selected Workspace filter.

### **Agent Interaction**

Starting a conversation is the main action in the Agent Hub:

* **Open a New Conversation**: By clicking on any Agent (whether in Grid, List, or Default view), a new conversation is instantly opened, allowing you to start interacting with the AI.

### **Agent Management**

You can also manage Agent visibility:

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

* **Hide Agent**: If an Agent is not relevant to your daily work, you can choose to hide it. This action removes the Agent from the left sidebar menu, freeing up space and simplifying your quick-access list. The hidden Agent can be reactivated at any time through the Agent Hub screen.


---

# 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.poweromni.ai/en/user-portal/agent-hub.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.
