# Standard Identifiers

To support some out-of-the-box analyses provided by Intelie, a set of common identifiers must be configured.

When those fields are configured, some macros are enabled to support the access to that specific mnemonics. For example, when configured, `@@channels.bit_depth` will refer to the bit depth mnemonic, whatever it is, in any environment.

![Example of identified channels](https://2579444069-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lno5CP_Y4IUtBWLlJZl%2F-Lye_pZIGLtzbg8B3Kmw%2F-Lyeki39kH1WLyIQ1XMh%2Fimage.png?alt=media\&token=dec64546-22bf-4e39-ad3f-eb3b212d9a34)

| **Channel**                | **Pipes macro**                         |
| -------------------------- | --------------------------------------- |
| Bit Depth                  | `@@channels.bit_depth`                  |
| Rotary Speed               | `@@channels.rotary_speed`               |
| Rate of Penetration        | `@@channels.rate_of_penetration`        |
| Hole Depth                 | `@@channels.hole_depth`                 |
| Weight on Bit              | `@@channels.weight_on_bit`              |
| Weight on Hook             | `@@channels.weight_on_hook`             |
| Fluid Flow                 | `@@channels.fluid_flow`                 |
| Block Position             | `@@channels.block_position`             |
| Block Position with Period | `@@channels.block_position_with_period` |
| Magnetic Toolface          | `@@channels.magnetic_tool_face`         |
| Gravitational Toolface     | `@@channels.gravitational_tool_face`    |
| Torque                     | `@@channels.torque`                     |
| Standpipe                  | `@@channels.standpipe`                  |


---

# Agent Instructions: 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://drilling.intelie.com/administration/standard-identifiers.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.
