> For the complete documentation index, see [llms.txt](https://docs.reportandrun.com/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reportandrun.com/manual/es/readme/account-management/change-your-password.md).

# Cambiar tu contraseña

### Si recuerda su contraseña y desea cambiarla

1. Inicie sesión en su cuenta de Report and Run y haga clic en su nombre de usuario en la parte superior de la pantalla.&#x20;
2. Elige **Tu cuenta** del menú desplegable.<br>

   <figure><img src="/files/985ecd3fbb83af245daba7cd1c320344ac4a9da9" alt=""><figcaption></figcaption></figure>
3. Haga clic **Contraseña**.<br>

   <figure><img src="/files/b8fc9c582ebc033cb66e8153aabbb31a6264967f" alt=""><figcaption></figcaption></figure>
4. Introduzca la información solicitada de la contraseña y haga clic en **Cambiar mi contraseña**.<br>

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

### Si olvidó su contraseña

1. Haga clic en el **No puedes iniciar sesión** enlace en la pantalla de inicio de sesión.\
   ![](/files/f97d0fa255b338f14233bac1f34475eb2b5d4082)
2. Haga clic **¿Olvidó su contraseña?**<br>

   <div align="left"><figure><img src="/files/9116663979df864d45362084d8c734587a91396f" alt="" width="281"><figcaption></figcaption></figure></div>
3. Introduzca su dirección de correo electrónico y haga clic en **Enviarme instrucciones para restablecer la contraseña**. <br>

   <figure><img src="/files/1dcfccd73410fa9d77e4bd7b689f4980a0bc701b" alt=""><figcaption></figcaption></figure>
4. Siga las instrucciones enviadas a su correo electrónico para terminar de restablecer su contraseña.


---

# 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.reportandrun.com/manual/es/readme/account-management/change-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.
