> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/system-settings/users/reset-password.md).

# Reset Password

On any screen, click your profile picture located in the top right corner.

<figure><img src="/files/173419c415d7097131053eeb57ec5cb74125c95d" alt=""><figcaption><p>If you are not logged in, you can skip this step.</p></figcaption></figure>

In the menu that opened, click the '**Exit**'.

<figure><img src="/files/d7fe8e18b2c231e8bd69a36cdbd3739d2b6755da" alt=""><figcaption><p>If you are not logged in, you can skip this step.</p></figcaption></figure>

On the login screen, click the '**Forgot your password?**'.

<figure><img src="/files/6a39f782b9f0ae825f504fea235c64f145649d2e" alt="" width="534"><figcaption></figcaption></figure>

An email from SprintHub will be sent to the user's address. It can be found in your preferred email client.

<figure><img src="/files/e3e74b3707d2418c90b8732d0e5387aab89d08bf" alt=""><figcaption></figcaption></figure>

Copy the confirmation code and paste it into the password recovery form.

<figure><img src="/files/934d3a544d9456df03363a60e9df78296eb1e1c8" alt=""><figcaption></figcaption></figure>

Enter the new password and click "**Set and sign in**".&#x20;

**Your password has been changed!**


---

# 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://docs.sprinthub.com/en/topics/system-settings/users/reset-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.
