# Tags

Tags are key-value pairs that help you organize and categorize your Spice apps. Use tags to label apps by environment, team, purpose, or any other dimension meaningful to your organization.

## Managing Tags

1. Select your app.
2. Navigate to **Settings** and select **Tags**.
3. Enter a **Key** and **Value** for the new tag, then click **Save**.

Tags are immediately associated with the app and visible to all organization members.

### Tag Limits

Tag availability depends on your plan:

* **Community**: Tags are not available.
* **Pro and Enterprise**: Unlimited tags per app.

### Use Cases

Tags are useful for:

* **Environment labeling**: e.g. `env: production`, `env: staging`
* **Team ownership**: e.g. `team: data-engineering`
* **Cost tracking**: e.g. `cost-center: analytics`
* **Filtering and searching**: Quickly find apps by tag in the portal.


---

# 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.spice.ai/docs/portal/apps/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.
