> For the complete documentation index, see [llms.txt](https://docs.deltaquad.com/gov/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deltaquad.com/gov/setup/ground-control-station-gcs/remote-identification-rid.md).

# Remote Identification (RID)

{% hint style="info" %}
If RID is required, it will be configured by DeltaQuad during the calibration process. No further action is needed from the operator to activate RID. Please follow the steps below to enable broadcasting of the GCS’s location.
{% endhint %}

1. Connect the USB-GPS module to the Toughbook.

<figure><img src="/files/CrNlwnUrgzqSDpTaSKBu" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/NjWaqoFujRoyTBRwoYo0" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/0JaTA85c10NCE5ElCB2j" alt="" width="563"><figcaption></figcaption></figure>

2. Open Auterion Mission Control (AMC).

<figure><img src="/files/pkPTlQuZTavi6Ng2oDVl" alt=""><figcaption></figcaption></figure>

3. Open the **Vehicle Overview** by clicking on **Vehicle Status** in the upper-left corner of AMC.

<figure><img src="/files/8zct0fgZWrMhpn2tf4Ct" alt=""><figcaption></figcaption></figure>

3. Open the **RemoteID** tab and verify that the Status is **Operative**.

<figure><img src="/files/ZGTOvluPsiXfPppNTqkj" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
If the GPS location of the GCS is not available, the **Vehicle Status** will be **red**, and arming is not possible.
{% endhint %}

{% hint style="warning" %}
There is an option to **use a fixed station position**. The operator must verify that this option complies with the laws and regulations of the country where the vehicle is operated. For example, in the United States, using a fixed position is not allowed. A continuous update of the GCS location must be provided.
{% endhint %}

When using the fixed station position option, the operator must provide the **latitude**, **longitude**, and **altitude** of the GCS.

<figure><img src="/files/G2rFVosylujr2PPwB9Kx" alt=""><figcaption></figcaption></figure>


---

# 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.deltaquad.com/gov/setup/ground-control-station-gcs/remote-identification-rid.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.
