# Update

Lyra Desktop includes an auto updater so that you don't have to manually download every new update. Lyra checks for updates when the app first open, and then every 30 minutes. However, you can also manually check for updates on the [Settings](/other/settings/general.md) tab.

Every thing we change/add with each update is posted to <mark style="color:blue;">#updates</mark> inside our [Discord Server](https://discord.gg/lyrarobotics).&#x20;

<figure><img src="/files/naMNwFksU5RYFJIgc0p1" alt=""><figcaption><p>Example of a changelog posted to #updates</p></figcaption></figure>

{% hint style="info" %}
Because of the variety of machines that Lyra runs on, the auto updater might not work for some users. If you get an error while using the auto updater, simply [download the update manually](/getting-started/download.md) and all your Lyra data will remain unchanged.

Also, you can download the update in [your dashboard](https://dashboard.lyrarobotics.io).
{% 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://desktop-guide.lyrarobotics.io/getting-started/update.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.
