> 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/ambiguous-tags.md).

# Ambiguous Tags

{% hint style="success" %}
Since 2022 ambiguous tags are now much rarer thanks to improved data management practices. This chapter mainly applies to *historical data,* but this still highlights the **importance of maintaining up-to-date metadata on Motus.org**.&#x20;

We communicate closely with the tag manufacturer to ensure tag ID/burst combinations are only released *after* metadata has indicated these tags have been deprecated or the [<mark style="color:green;">**buffered lifespan**</mark>](/en/tags/tag-metadata-management/tag-metadata.md#how-does-motus-know-when-tags-are-active) has expired.&#x20;
{% endhint %}

## What are ambiguous tags?

Motus relies on metadata to sort out when tags were deployed and therefore when to expect tags to be detected. But if two of the same tag are deployed at the same time, their identity becomes ambiguous. That is, tags with the same [<mark style="color:green;">**Manufacturer ID**</mark>](/en/glossary.md#tags) and [<mark style="color:green;">**Burst Rate**</mark>](/en/glossary.md#tags) and which have an overlapping deployment period will have detections that are grouped together with an 'ambig ID': an ID unique to the specific combination of ambiguous tags.

## Why do multiples of the same tag exist?

Pulse-position modulated tags encode their signal in a way that is energy efficient, but also limits the number of unique IDs to a few tens of thousands. This may seem like a lot, but we would have already exhausted this list of IDs by now if we weren't able to reissue tags. Researchers also require tags with certain burst rates based on their study design, further limiting which IDs can be used.

For this reason, we deprecate tags that have been deployed well beyond their expected lifespan ([<mark style="color:green;">**buffered lifespan**</mark>](/en/tags/tag-metadata-management/tag-metadata.md#how-does-motus-know-when-tags-are-active)) and the tag manufacturer keeps track of a list of active Motus tags so they know which ones can be reissued.

However, sometimes researchers have [<mark style="color:green;">**anticipated deployments**</mark>](/en/tags/tag-metadata-management/tag-metadata.md#anticipated-deployment-date) that are never completed (i.e., they anticipated they would deploy a tag, but didn't) and also don't update their metadata to indicate their tags weren't deployed on the anticipated date. This wouldn't be an issue if the tags were never deployed, but most researchers choose to hold on to their tags for subsequent field seasons at which point The tag manufacturer may have already reissued the tag to another researcher who may also choose to deploy their tag at the same time.

In the past, Motus wouldn't be aware that such tags had not been deployed, but Motus now flags anticipated deployments as 'pending' until metadata has been updated *after the* anticipated deployment date has passed.

While this greatly reduces the possibility of ambiguous tags, mistakes can still occur and ambiguities exist in data up to and including 2022.

### How should ambiguous detection data be dealt with?

For more information on how to manage ambiguous detections, see [Chapter 5 of the Motus R Book](https://motuswts.github.io/motus/articles/05-data-cleaning.html?q=ambig#ambiguous).

{% embed url="<https://motuswts.github.io/motus/articles/05-data-cleaning.html?q=ambig#ambiguous>" %}


---

# 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:

```
GET https://docs.motus.org/en/tags/ambiguous-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.
