> For the complete documentation index, see [llms.txt](https://help.vectary.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.vectary.com/documentation/getting-started/units.md).

# Units

## Overview

Vectary utilizes an internal measurement system that can be defined only when importing/exporting a file or configuring augmented reality settings. \ <br>

### Available units

<table><thead><tr><th width="151.87109375" align="center"> Metric system</th><th width="172.23046875" align="center">Imperial system</th></tr></thead><tbody><tr><td align="center">millimeters</td><td align="center">thou</td></tr><tr><td align="center">centimeters</td><td align="center">inches</td></tr><tr><td align="center">decimeters</td><td align="center">feet</td></tr><tr><td align="center">meters</td><td align="center">yards</td></tr><tr><td align="center">kilometers</td><td align="center">miles</td></tr></tbody></table>

### File Import

In the import settings menu, a preferred unit of measurement can be selected. Imported files will have their dimensions automatically converted according to the selected units. Once configured, this setting will be applied to all new projects by default, without the need for repeated selection.

<figure><img src="/files/2II8dTt8LEk60rVXEDFp" alt="" width="563"><figcaption></figcaption></figure>

### File Export

When selecting a file format that supports unit information, an additional field for specifying units will appear. Note that OBJ and STL formats do not store real-world unit data.

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

### AR Export

To set units for an AR model, navigate to the **Behavior** tab and select a preferred measurement unit.

<figure><img src="/files/xyCpLY9kf5q78WfSwtGU" alt="" width="563"><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://help.vectary.com/documentation/getting-started/units.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.
