# Agent Hub

The Agent Hub is the central space to interact with and test your AI agents.

! Note : *Before accessing the Agent Hub, users need to create an AI agent using the AI Builder. If no agents are created, the Agent Hub will appear empty. Alternatively, users can subscribe to agents created by others through our marketplace.*

Pre-populated agents are available to help new users familiarize themselves with the system without the need to create their own agents immediately.

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

**Core Features:**

* **Chat and Testing:** The chat functionality within the Agent Hub allows you to interact with your agent, test its responses, and explore its capabilities.
* **Edit Agent:** By clicking the eye icon at the bottom right corner, users can edit agent details, such as the language model, skills, and tasks used. However, you can only edit agents that you have created.&#x20;

<figure><img src="/files/YvT8x1qfhfhDmiW5CKk1" alt="" width="227"><figcaption></figcaption></figure>

Note that when you click on eye icon, you'll be basically redirected to the last or [6th step](/skillful-ai-public-docs/skillfulai_docs_v1.0/product-suite/ai-builder/7.-agent-info-and-ai-workflows.md) of AI agent creation process that we discussed earlier.&#x20;


---

# 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://skillful-ai.gitbook.io/skillful-ai-public-docs/skillfulai_docs_v1.0/product-suite/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.
