> For the complete documentation index, see [llms.txt](https://docs.motus.org/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.motus.org/en/tags.md).

# Tags

- [Tag Basics](https://docs.motus.org/en/tags/tag-basics.md)
- [How Tags Work](https://docs.motus.org/en/tags/how-tags-work.md)
- [Selecting and Purchasing Tags](https://docs.motus.org/en/tags/tag-selection.md)
- [Tag Metadata Management](https://docs.motus.org/en/tags/tag-metadata-management.md): Tags are the eyes and ears of Motus. Without them, we wouldn't have any data to speak of. Similarly, without accurate metadata we won't be able to make sense of the data we collect.
- [Tag Registration](https://docs.motus.org/en/tags/tag-metadata-management/tag-registration.md)
- [Tag Metadata](https://docs.motus.org/en/tags/tag-metadata-management/tag-metadata.md)
- [Move tags to another project](https://docs.motus.org/en/tags/tag-metadata-management/move-tags.md)
- [Tag Deployment](https://docs.motus.org/en/tags/tag-deployment.md): Everything you need to know about deploying tags
- [Ambiguous Tags](https://docs.motus.org/en/tags/ambiguous-tags.md): When two tags with the exact same manufacturer ID and burst rate are deployed simultaneously, there is no way to tell them apart.
- [Tag Aliasing](https://docs.motus.org/en/tags/tag-aliasing.md)
- [Tag Storage](https://docs.motus.org/en/tags/tag-storage.md): Battery-powered tags that are not deployed in a given field season will need to be properly stored for later use to maintain battery life. Here we provide some advice from our industry partners on how
- [Appendix](https://docs.motus.org/en/tags/appendix.md)
- [Methods for confirming a tag has been activated](https://docs.motus.org/en/tags/appendix/methods-for-confirming-a-tag-has-been-activated.md)
- [Tag Harness Sizes](https://docs.motus.org/en/tags/appendix/tag-harness-sizes.md)
- [Beacon tags](https://docs.motus.org/en/tags/appendix/beacon-tags.md)
- [Retrieving lost tags](https://docs.motus.org/en/tags/appendix/tag-retrieval.md)
- [How to crimp swaging sleeves](https://docs.motus.org/en/tags/appendix/how-to-crimp-swaging-sleeves.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 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, and the optional `goal` query parameter:

```
GET https://docs.motus.org/en/tags.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
