> For the complete documentation index, see [llms.txt](https://help.besmart.software/be.smart-site-management/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.besmart.software/be.smart-site-management/site-management/elevation-tool.md).

# Elevation tool

Elevation tool is used to query elevations from LandXML surfaces. Meaning that it can be used for example for simple progress follow ups or to see whether slopes are sinking or not.&#x20;

When using elevation tool, there are two options how to define the location where the elevation are to be queried. User can either click the wanted location on a map or for more precise measurements, coordinates can be used to define it.&#x20;

<figure><img src="/files/OXIa92op83zItbGUvgF9" alt=""><figcaption><p>Elevation tool</p></figcaption></figure>

Elevation tool can be found from the same menu as measurement and section tools. To activate the tool, click on the name or slider. Active tool has a blue slider.&#x20;

### Elevations from the map

The default way to query elevation is by clicking the location on a map.

<figure><img src="/files/51V05LRPNZjFNtbxqBfG" alt=""><figcaption><p>Active elevation tool</p></figcaption></figure>

The results will be listed with the name of the surface and the elevation from the surface on the specific location. Like in the picture below "*23230628\_RG900361:* **237,63"**

<figure><img src="/files/aUubk6Gl7aYcn2IkEQjs" alt=""><figcaption><p>Elevations as numeric values</p></figcaption></figure>

Another way of presenting the elevation is the graph. Graph visually tells the difference, where the Y-axis is the elevation and X-axis the time stamp of the surface.

To access the graph, click "Show graph" from the top of the Surface elevations -dialog.&#x20;

<figure><img src="/files/LhraBXEHh2q5VtRy2o9E" alt=""><figcaption><p>Elevation shown in the graph</p></figcaption></figure>

It is possible to move and zoom the elevation graph by using left mouse button and the scroll.&#x20;

{% hint style="info" %}
The graph very useful when the elevation data is time-dependent.
{% endhint %}

### Elevations on exact coordinates

It doesn't matter which workflow, clicking on a map or entering exact coordinates, is used, the results are displayed the same way.&#x20;

Once Elevation tool is active in the Tool -menu, active the Enter coordinates -option and following dialog opens.

<figure><img src="/files/EfJ5iWod3U3ho4AGQJsq" alt=""><figcaption><p>Elevation tool, coordinate input</p></figcaption></figure>

Type or copy wanted northing and easting coordinates and click OK. The Surface elevations -dialog opens automatically and results can be viewed.&#x20;


---

# 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.besmart.software/be.smart-site-management/site-management/elevation-tool.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.
