> For the complete documentation index, see [llms.txt](https://manual-app.fundacioncarmengoudie.cl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual-app.fundacioncarmengoudie.cl/manual-de-uso/login.md).

# Login

## Modo Claro/Oscuro

Desde la esquina superior izquierda podemos cambiar entre el modo Claro/Oscuro del Login. Esta configuración se mantendrá cuando ingresemos nuestras credenciales y accedamos a la aplicación.&#x20;

<div><figure><img src="/files/0C1vAkYYGdAWrv88t1Ct" alt="" width="360"><figcaption></figcaption></figure> <figure><img src="/files/Nycd7pDNdhA8bD9A1Ajn" alt="" width="360"><figcaption></figcaption></figure></div>

***

## Ingreso de credenciales

En el panel principal podremos ingresar nuestras credenciales personales, al clickear en "Iniciar Sesión" entraremos en la app.

<figure><img src="/files/tOla3lntEdoNCMl2TVyz" alt="" width="360"><figcaption></figcaption></figure>

***

## Olvidé mi contraseña

Si olvidaste tu contraseña, puedes clickear en el botón inferior ***"¿Olvidaste tu contraseña?"***

<figure><img src="/files/x555T8d6liKA342J2RgN" alt="" width="360"><figcaption></figcaption></figure>

Se desplegará el panel de recuperación de contraseña, en el cual podrás ingresar tu correo electrónico asociado a tu cuenta para que recibas un código de verificación.

Por favor, tener mucho cuidado en escribir correctamente tu dirección de correo electrónico, ya que el si está mal escrita el sistema no te avisará por temas de seguridad de nuestros datos.

<figure><img src="/files/kYMNqjYndee1hhqAIaye" alt="" width="360"><figcaption></figcaption></figure>

Una vez recibido el código en nuestro correo, podremos verificarlo y cambiar nuestra contraseña.

<figure><img src="/files/K9CrQRUQPp3g57C90OZT" alt="" width="360"><figcaption></figcaption></figure>

***

## Salir

El botón de la esquina superior derecha en el login puede ser utilizado para salir de la aplicación.

<figure><img src="/files/DsCgPTgGPctY5qpcYdiS" alt="" width="360"><figcaption></figcaption></figure>


---

# 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://manual-app.fundacioncarmengoudie.cl/manual-de-uso/login.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.
