# Video Tutorial: Meters and Gauges

{% hint style="warning" %}
This page is **out of date** and does not accurately represent the current user interface nor recent changes that we have made to the Tychos language. We are in the process of updating all of our documentation. Thank you for your patience!
{% endhint %}

Meters can be used to display any numeric variable on the screen as a digital readout. It allows you to add visual displays of various simulation variables so that you can easily monitor how a specific value in the simulation is evolving.

{% embed url="<https://vimeo.com/242513156>" %}
Learn how to use Meters.
{% endembed %}

{% hint style="info" %}
This video is currently out of date due to some interface improvements. We hope to update this video soon! Thanks for your patience.
{% endhint %}


---

# 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://docs.tychos.org/docs/learn/video-guides/tutorial-4-meters.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.
