# Tag Policy

## Tag Policy

- [Home](https://tag-policy.docs.vincoll.dev/master.md): Some advice for your cloud tagging policy
- [Why care about tagging](https://tag-policy.docs.vincoll.dev/introduction/why-care-about-tagging.md)
- [First things first](https://tag-policy.docs.vincoll.dev/introduction/first-things-first.md)
- [Prepare your policy](https://tag-policy.docs.vincoll.dev/create-your-policy/create-your-policy.md): Remember: Coherence is key
- [Key & Value](https://tag-policy.docs.vincoll.dev/create-your-policy/create-your-policy/key-and-value.md)
- [Naming & Conventions](https://tag-policy.docs.vincoll.dev/create-your-policy/create-your-policy/naming-and-conventions.md)
- [Tags](https://tag-policy.docs.vincoll.dev/create-your-policy/tags.md)
- [Basic Tags](https://tag-policy.docs.vincoll.dev/create-your-policy/tags/basic-tags.md)
- [Extra Tags](https://tag-policy.docs.vincoll.dev/create-your-policy/tags/extra-tags.md)
- [Others Team Tags](https://tag-policy.docs.vincoll.dev/create-your-policy/tags/others-team-tags.md)
- [Publish your policy](https://tag-policy.docs.vincoll.dev/create-your-policy/publish-your-policy.md)
- [Create an API/Library](https://tag-policy.docs.vincoll.dev/create-your-policy/create-an-api-library.md)
- [Adoption](https://tag-policy.docs.vincoll.dev/maintain-your-policy/adoption.md): With intelligence comes trust
- [Enforce your policy](https://tag-policy.docs.vincoll.dev/maintain-your-policy/enforce-your-policy.md)
- [Edit your policy](https://tag-policy.docs.vincoll.dev/maintain-your-policy/edit-your-policy.md)
- [References convention](https://tag-policy.docs.vincoll.dev/resources/references-convention.md)
- [Others guides](https://tag-policy.docs.vincoll.dev/resources/others-guides.md)
- [Cloud Tag Limitation](https://tag-policy.docs.vincoll.dev/resources/cloud-tag-limitation.md)
- [About](https://tag-policy.docs.vincoll.dev/misc/about.md)
- [FAQ](https://tag-policy.docs.vincoll.dev/misc/faq.md)
- [Things not to do](https://tag-policy.docs.vincoll.dev/misc/things-not-to-do.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://tag-policy.docs.vincoll.dev/master.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.
