# Reset the app to the initial state

In very rare cases the app might not respond after the startup. If you experience this, follow these steps.

{% hint style="info" %}
Resetting the app **won't** delete your saved songs
{% endhint %}

1. Update the app to the latest version
2. **Close the app** entirely
3. [**Click on this link**](tonaly://reset-app-state) to open Tonaly
4. Confirm to reset the app state\
   \&#xNAN;*Note that your saved songs won't be affected by this*
5. **Restart the app** by closing it entirely and re-open it

The app should now work again correctly.


---

# 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://guide.tonaly.app/troubleshooting/reset-the-app-to-the-initial-state.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.
