> For the complete documentation index, see [llms.txt](https://support.ninchat.com/ninchat-support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.ninchat.com/ninchat-support/english/general-tips/forgotten-password.md).

# Forgotten password

{% hint style="info" %}
Please make sure you typed the username (email address) correctly!
{% endhint %}

## Reset password

1. If you are signed in Ninchat, log out first.
2. Go to <https://ninchat.com/app>.
3. Click the "Forgot your password?" link (below the "Sign in" button).
4. Enter your email address.
5. Click the "Send password reset email" button.
6. Open the email with the subject "Ninchat - Password reset confirmation" in your inbox.
7. Click the button "Click to reset your password".
8. The link will open a web page where you can set a new password for your account. Create a new password and then press "Change password".
9. You can now sign in with your email address and the new password.

### Common problems

#### When I click the "Reset password" link in the mail, the "Change password" -form flashes in the screen but the system logs me in Ninchat and I can't use the form.

> Log out from Ninchat before requesting a password reset link or clicking the reset link.

#### "Change password" form says: "Error changing password".&#x20;

> You have already used the reset link once. If you still don't know your password, order a new reset link to you email.

#### "Change password" form says: "Just requested".

> You cannot request password reset multiple times in a row. If you e.g. made a typo while setting a new password, wait 15 minutes to request a new reset link, and set your password again.

## Other sign-in problems

{% content-ref url="/pages/-LP0hPhNu7m7aQElKo9C" %}
[Problems with sign-in](/ninchat-support/english/general-tips/problems-signing-in.md)
{% endcontent-ref %}


---

# 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://support.ninchat.com/ninchat-support/english/general-tips/forgotten-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.
