# API Groups

API groups are a feature in Akto that allow you to organize and categorize related API endpoints. This functionality helps in managing large API inventories by grouping endpoints based on common characteristics, functionalities, or any other relevant criteria.

### Purpose

* Organize and structure your API inventory
* Facilitate easier management of related endpoints
* Enable bulk actions and analysis on grouped APIs

### Best Practices

* Create meaningful group names that reflect the purpose or characteristics of the grouped APIs
* Regularly review and update your groups to ensure they remain relevant and useful
* Use groups in combination with other Akto features for comprehensive API management and security testing

### Learn:

* [How to create API group](/api-inventory/how-to/create-api-group.md)
* [How to remove API from group](/api-inventory/how-to/remove-api-s-from-api-group.md)

API groups are a powerful tool for organizing your API inventory, enabling more efficient management and analysis of your endpoints.


---

# 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.akto.io/api-inventory/concepts/api-groups.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.
