# Set Tags in Akto

If you are tracking and testing multiple environments through Akto, you can **tag** your API collections as **Staging** or **Production**.

It will help you in triaging alerts - for example, urgency for a new Sensitive Data in `Production` vs `Staging` . Similarly, testing shouldn't be done on collections marked as `Production`.

To set tag for an API collection, go to **API Discovery** > **API Collections**. Select any number of API Collections from the table and click on `Set tags`.

Note that collections that have the word `demo` or `staging` in them are already marked as `Staging`.

### Custom Tags

In addition to the default Production and Staging environments, **you can set custom tags** for your API collections in Akto.

This flexibility allows you to better organize and manage your API collections according to your specific deployment stages, testing requirements, or organizational needs. For example, you might want to create environment tags types like 'Development', 'QA', or 'Pre-Production' to match your workflow or maybe data source tags.

<figure><img src="/files/1anjo3tShvPt1KRIjxX9" alt=""><figcaption></figcaption></figure>


---

# 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/set-tags.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.
