> For the complete documentation index, see [llms.txt](https://docs.agilecase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agilecase.com/user-documentation/registration-and-personal-settings/resetting-your-password.md).

# Resetting Your Password

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

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

This lesson will show you how to change your password if your original login is lost or forgotten.

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

{% stepper %}
{% step %}

## Start the password reset

If you need to log in to AgileCase but your password has been lost or forgotten, you can reset your password by clicking the "Forgot your password?" hyperlink.

<figure><img src="/files/8vQeZ9WfaglD1YQJ0MZm" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

## Submit your email address

Clicking this link will take you to the password reset page. Enter the email you use to log in to the system here, then click "Submit". A link to reset your password will be sent to this account.

<figure><img src="/files/S77eDFMQwAi2iRubrn6t" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

## Check for the reset email

A notification will confirm that the email you entered is valid and that the password reset link has be sent. The email may take a several minutes to arrive.

If you do not receive the email, try making another password reset request or contact us on <support@agilecase.com>.
{% endstep %}

{% step %}

## Open the password reset link

The email you receive will look like this. If you have requested a password reset, click the link to proceed and change your password.

If you did not request a password reset, please ignore the email and contact us directly.

{% hint style="warning" %}
Password reset links are only valid for 12 hours. If this time elapses, you must request another link in order to reset your password.
{% endhint %}
{% endstep %}

{% step %}

## Create a new password

Following the password reset link will take you to this page, which allows you to enter your new password. Enter and confirm your new password then click "Change Password" to complete the password reset.

<figure><img src="/files/5JqttmBsHdJ0T5C47LRk" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

## Log in with your new password

You will see a notification that your password has been changed successfully. You can now log in to the system using your new password.
{% endstep %}
{% endstepper %}


---

# 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.agilecase.com/user-documentation/registration-and-personal-settings/resetting-your-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.
