> For the complete documentation index, see [llms.txt](https://help.oldtimeradioshows.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.oldtimeradioshows.co/faqs/important-to-know.md).

# Important to know

There are a few important things to know regarding how the data is handled in the app, and which data is stored locally versus on the servers.

### Stored on Server:&#x20;

All data related to shows, episodes, your subscription, and authentication status is stored on the server.

### Stored on Your Device:&#x20;

{% hint style="danger" %}
All data related to <mark style="background-color:blue;">My Listening Log</mark> , <mark style="background-color:blue;">My Downloads</mark>,  and <mark style="background-color:blue;">Recently Played</mark> is stored on your device. This means that if you delete the app, this data will be deleted and is non-recoverable. Additionally, on some operating systems (like Android), you can delete the app data from the settings > App section. Deleting the app data in this way will potentially erase all your local data in the app.
{% endhint %}


---

# 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:

```
GET https://help.oldtimeradioshows.co/faqs/important-to-know.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.
