# Agent Collections & Endpoints

Adding descriptions to your agent collections and components in Akto helps keep your agentic inventory organized and easier to understand for all team members.

## Add Description to Agent Collection

1. Navigate to **Agentic Discovery > Collections**
2. Select your agent collection
3. Click **Add a brief description** at the top
4. Enter description (up to 64 characters)
5. Press Enter or click outside to save

## Add Description to Agent Component

1. Go to **Agentic Discovery** and select your collection
2. Click on the agent component
3. In the right panel, click the description field
4. Enter description (up to 64 characters)
5. Changes save automatically

## Why Add Descriptions?

* **Clarity**: Quickly understand agent purpose and functionality
* **Documentation**: Keep inventory current with meaningful notes
* **Collaboration**: Help new team members onboard faster
* **Security**: Aid in audits and compliance reviews


---

# 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://ai-security-docs.akto.io/akto-argus-agentic-ai-security-for-homegrown-ai/agentic-ai-discovery/how-to/description/agent-collections-and-endpoints.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.
