> For the complete documentation index, see [llms.txt](https://docs.rulecube.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rulecube.com/v2.5/how-to-guides/logging-in-and-authorization/recover-your-password.md).

# Recover Your Password

## Introduction

This guide provides the steps for recovering your Rulecube password. So that you can access Rulecube again and work on your rulesets.

## Procedure

1. Open your browser and navigate to your Rulecube link to open the *Login* page:\
   \
   ![](/files/IeSj8lYs3sOdEr1wLVNg)<br>
2. Click **Forgot password?**\
   ↳ The **Forgot password** pop-up opens.
3. In the **E-mail** field, enter your e-mail address and click **OK**.\
   ↳ Rulecube sends you a **Reset your password** e-mail.
4. Open the reset e-mail and click the URL in the e-mail.\
   ↳ Your browser opens a new tab and shows the **Reset your password** page:\
   \
   ![](/files/5DI859JlaiEOsCTexO3k)<br>
5. Enter your password and retype it in the **Re-type password** field.<br>

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Use the <strong>Suggest password</strong> functionality of your browser to generate a strong password and let your browser store the password in the <strong>Password manager</strong>.</p></div>
6. Click **Reset**.\
   ↳ You've recovered your password, and Rulecube opens the **Services** page. You can now continue working with Rulecube.


---

# 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://docs.rulecube.com/v2.5/how-to-guides/logging-in-and-authorization/recover-your-password.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.
