> For the complete documentation index, see [llms.txt](https://drilling.intelie.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://drilling.intelie.com/whats-new/unit-sets.md).

# Unit Sets

{% hint style="info" %}
Plugins required:\
\- plugin-liverig, plugin-assets, plugin-liverig-vis, plugin-ui-components 4.1.0+\
\- plugin-wells-5.1.0+
{% endhint %}

Live provides unit sets to configure units for **wells**, **rigs**, **intervention**, and **channels**.

### Unit Set Configuration

To configure or edit a unit set go to **Configurations > Units > Unit Sets** :

![](https://lh4.googleusercontent.com/MaRErZKklVSW_bnVXiAkfr09o-6hvg9FfO43u32Dged4nX3yJsh1_ivZFMQWpOLIGtvqG3zJ-YmbZEZ5a7CE_3mVYXLdaZX4FW6i4NqSV-LoAH0CSHqVTrIWe0aKSa69Xmm1ZqXH)

Click on new unit set:

![](/files/VcA9xrcHlv2C1xlyBMtG)

### Asset-based Configuration

Choose a name for the custom units set and navigate through the asset types tabs (channels, rig, well or intervention) to configure them:

![](/files/g6XTXmA4aOCK744Xk5Xp)

### Create custom units

In case of invalid units are inserted, the cell will be invalid and the user will not be able to save:

![](/files/5EZvI3TDDvS35lAcOCm7)

### Features

{% content-ref url="/pages/OcAw26oeNZKF4tNVEr2R" %}
[Per-Asset Units](/whats-new/unit-sets/per-asset-units.md)
{% endcontent-ref %}

{% content-ref url="/pages/rNLt3UKhu6u3eiwx3D6m" %}
[Unit Conversion](/whats-new/unit-sets/unit-conversion.md)
{% endcontent-ref %}

{% content-ref url="/pages/ccSrHqkTuDgorkJJp9Kd" %}
[Dashboard Configuration](/whats-new/unit-sets/dashboard-configuration.md)
{% endcontent-ref %}

{% content-ref url="/pages/Cso7eskI3AJTPcv5bWoD" %}
[Force Follow Asset Units](/whats-new/unit-sets/force-follow-asset-units.md)
{% endcontent-ref %}


---

# 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://drilling.intelie.com/whats-new/unit-sets.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.
