# How-To

- [Enable Tree view for API collections](https://docs.akto.io/api-inventory/how-to/enable-tree-view-for-api-collections.md)
- [Export an API Collection to Postman](https://docs.akto.io/api-inventory/how-to/export-an-api-collection-to-postman.md): Explore about exporting an API collection to Postman.
- [Export an API Collection to Burp](https://docs.akto.io/api-inventory/how-to/export-an-api-collection-to-burp.md): Explore about exporting an API collection to Burp.
- [Create API group](https://docs.akto.io/api-inventory/how-to/create-api-group.md)
- [Collection-Based RBAC](https://docs.akto.io/api-inventory/how-to/collection-based-rbac.md)
- [Descriptions for API Collections & Endpoints](https://docs.akto.io/api-inventory/how-to/descriptions-for-api-collections-and-endpoints.md)
- [Remove API(s) from API group](https://docs.akto.io/api-inventory/how-to/remove-api-s-from-api-group.md)
- [Deactivating and Reactivating API Collections in Akto](https://docs.akto.io/api-inventory/how-to/deactivate-an-api-collection.md)
- [Add collection using Explore Mode](https://docs.akto.io/api-inventory/how-to/add-collection-using-explore-mode.md)
- [De-merge API](https://docs.akto.io/api-inventory/how-to/de-merge-api.md)
- [Mark a Collection Out of Testing Scope](https://docs.akto.io/api-inventory/how-to/mark-a-collection-out-of-testing-scope.md)
- [Create Swagger File Using Akto](https://docs.akto.io/api-inventory/how-to/create-swagger-file-using-akto.md): Explore about creating Swagger file using Akto.
- [Copy API Endpoints Data](https://docs.akto.io/api-inventory/how-to/copy-api-endpoints-data.md): Explore about copying API endpoints data in Akto.
- [Add an API Collection](https://docs.akto.io/api-inventory/how-to/add-an-api-collection.md)
- [Set Tags in Akto](https://docs.akto.io/api-inventory/how-to/set-tags.md)
- [Delete an API Collection](https://docs.akto.io/api-inventory/how-to/delete-an-api-collection.md): Explore about deleting an API collection in Akto.
- [Create a Custom Data Type](https://docs.akto.io/api-inventory/how-to/create-a-custom-data-type.md): Explore about Creating a custom data type.
- [Reset Data Types in Akto](https://docs.akto.io/api-inventory/how-to/reset-data-types-in-akto.md)
- [Set Sensitivity of a Data Type](https://docs.akto.io/api-inventory/how-to/set-sensitivity-of-a-data-type.md): Explore about setting sensitivity of a data type.
- [De-activate a data type](https://docs.akto.io/api-inventory/how-to/de-activate-a-data-type.md): Explore about deactivating a data type.
- [Add a Custom Auth Type](https://docs.akto.io/api-inventory/how-to/add-a-custom-auth-type.md): Explore about adding a custom auth type
- [Reset an Auth Type](https://docs.akto.io/api-inventory/how-to/reset-an-auth-type.md): Explore About Reset an Auth Type
- [Configure Access Types](https://docs.akto.io/api-inventory/how-to/configure-access-types.md)
- [View New API Endpoint](https://docs.akto.io/api-inventory/how-to/view-new-api-endpoint.md)
- [Add Private CIDRs list](https://docs.akto.io/api-inventory/how-to/add-private-cidrs-list.md)
- [View New Parameters](https://docs.akto.io/api-inventory/how-to/view-new-parameters.md)
- [Configure alerts on API changes](https://docs.akto.io/api-inventory/how-to/configure-alerts-on-api-changes.md)
- [Create a custom collection](https://docs.akto.io/api-inventory/how-to/how-to-create-a-custom-collection.md): Explore about creating a custom collection from scratch or using another collection.
- [Redact sensitive data](https://docs.akto.io/api-inventory/how-to/redact-sensitive-data.md)
- [Extract APIs from github hosted source code using our Github Action](https://docs.akto.io/api-inventory/how-to/extract-apis-from-source-code-gha.md)
- [Extract APIs from source code using our Docker based CLI](https://docs.akto.io/api-inventory/how-to/extract-apis-from-source-code-docker-cli.md)
- [Remove Bad Endpoints](https://docs.akto.io/api-inventory/how-to/remove-bad-endpoints.md): Learn how remove bad endpoints in akto dashboard.
- [Bulk De-Merge APIs](https://docs.akto.io/api-inventory/how-to/bulk-de-merge-apis.md)
- [Inspect Schema of an API Collection](https://docs.akto.io/api-inventory/how-to/inspect-schema-of-an-api-collection.md): Learn how to inspect the OpenAPI schema of an API collection in Akto


---

# 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/how-to.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.
