> For the complete documentation index, see [llms.txt](https://das-metadata.gitbook.io/das-metadata-standard-by-das-rcn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://das-metadata.gitbook.io/das-metadata-standard-by-das-rcn/term/interrogator.md).

# Interrogator metadata

**Interrogator Metadata**

* The Interrogator metadata contains information about the interrogator unit used for the data collection. More than one interrogator may be operating during an experiment, therefore each unit is given a unique identifier and described in individual Interrogator metadata blocks.
* Required fields *(mark with an asterisk, and indicated in the tables below)*\
  [interrogator\_id\*](#interrogator_id) | [manufacturer\*](#manufacturer) | [model\*](#model) |
* Optional fields\
  [serial\_number](#serial_number) | [firmware\_version](#firmware_version) | [comment](#comment)

***

#### interrogator\_id

| attributeID          | interrogator\_id  `Required`                                                                                                                                                                                              |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Description**      | Unique identifier of the interrogator unit used in the experiment, assigned by data provider. Identifier should have a maximum of 8 alphanumeric characters with no special characters (e.g., underscores, period, dash). |
| **Required**         | True                                                                                                                                                                                                                      |
| **Type**             | String                                                                                                                                                                                                                    |
| **Style**            | Alphanumeric                                                                                                                                                                                                              |
| **Units or options** | --                                                                                                                                                                                                                        |
| **Example**          | IU001                                                                                                                                                                                                                     |

#### manufacturer

| attributeID          | manufacturer  `Required`               |
| -------------------- | -------------------------------------- |
| **Description**      | Manufacturer name of the interrogator. |
| **Required**         | True                                   |
| **Type**             | String                                 |
| **Style**            | Free form text                         |
| **Units or options** | --                                     |
| **Example**          | Silixa                                 |

#### model

| attributeID          | model  `Required`                 |
| -------------------- | --------------------------------- |
| **Description**      | Model number of the interrogator. |
| **Required**         | True                              |
| **Type**             | String                            |
| **Style**            | Free form text                    |
| **Units or options** | --                                |
| **Example**          | iDAS                              |

#### serial\_number

| attributeID          | serial\_number  `Optional`         |
| -------------------- | ---------------------------------- |
| **Description**      | Serial number of the interrogator. |
| **Required**         | False                              |
| **Type**             | String                             |
| **Style**            | Free form text                     |
| **Units or options** | --                                 |
| **Example**          | 16043                              |

#### firmware\_version

| attributeID          | firmware\_version  `Optional`                                  |
| -------------------- | -------------------------------------------------------------- |
| **Description**      | Firmware version of the software used within the interrogator. |
| **Required**         | False                                                          |
| **Type**             | String                                                         |
| **Style**            | Free form text                                                 |
| **Units or options** | --                                                             |
| **Example**          | --                                                             |

#### comment

| attributeID          | comment  `Optional`  |
| -------------------- | -------------------- |
| **Description**      | Additional comments. |
| **Required**         | False                |
| **Type**             | String               |
| **Style**            | Free form text       |
| **Units or options** | --                   |
| **Example**          | --                   |


---

# 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://das-metadata.gitbook.io/das-metadata-standard-by-das-rcn/term/interrogator.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.
