> 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/v1.9/sign-in-and-signup/i-forgot-my-password.md).

# I forgot my password

If you forgot the password, please follow these steps:

Step 1: Tap on "Forgot Password" on the Sign-in/Sign-up page

![](/files/Cb5sI2wKimjdfaLLBmGO)

Step 2: Enter the email address you used to create the account&#x20;

Step 3: Press the "Continue" button below.

Step 4: We will send you an email with instructions to reset the password. Please click on the link in the email and choose a new password

Step 5: Once done, please come back to the app and enter the email address , new password and then click "Continue" button.&#x20;

You are now logged in the app.

{% hint style="danger" %}
If the above process doesn't work for you, please follow the guidelines below
{% endhint %}

If the above automated process to reset the password doesn't work for you, please reach out to us through "Trouble Sign in" link on the [Sign-in](/v1.9/sign-in-and-signup/how-to-sign-in.md) screen in the app


---

# 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.oldtimeradioshows.co/v1.9/sign-in-and-signup/i-forgot-my-password.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.
