> 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/panel-yo.md).

# Panel: Yo

Al ingresar nuestras credenciales, esta es la vista principal de la app que nos recibe. Aquí podremos ver nuestros datos personales, el estado de nuestra beca y cambiar nuestra foto de perfil.

<div align="center"><figure><img src="/files/EedbkU1byNGD3SqKvrtb" alt="" width="360"><figcaption></figcaption></figure></div>

***

## Visualizar Datos

<p align="center">Si nos desplazamos verticalmente hacia abajo del panel "Yo", podremos visualizar nuestros datos personales.</p>

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

<p align="center">Contactos de emergencia.</p>

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

<p align="center">Datos de carrera.</p>

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

<p align="center">Y establecimiento de origen.</p>

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

***

## Modo Claro/Oscuro

El botón de sol/luna que se encuentra en la esquina superior derecha nos permitirá cambiar el modo Claro/Oscuro de este panel y de toda la aplicación.&#x20;

<div><figure><img src="/files/RCjO0eSwKvl63OkZf0OQ" alt="" width="360"><figcaption></figcaption></figure> <figure><img src="/files/JwqbEZdvNT3bJE9Qr7PC" alt="" width="360"><figcaption></figcaption></figure></div>

***

## Cambiar foto de perfil

Si clickeamos en el botón de cámara que se encuentra junto a nuestra foto de perfil, se nos permitirá cargar una imagen para actualizar nuestra foto de perfil de estudiante.

<div><figure><img src="/files/382QYDSweWqoaaxuZpyC" alt="" width="360"><figcaption></figcaption></figure> <figure><img src="/files/sWkA24jEzhZDxw61ksfy" alt="" width="360"><figcaption></figcaption></figure></div>

## Cerrar sesión

Si clickeamos en el botón que se encuentra a la derecha del sol/luna, cerraremos nuestra sesión y tendremos que volver a ingresar nuestras credenciales desde el login para volver a acceder.

<figure><img src="/files/5U1SuB2jKmJMiLjGpoDH" 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/panel-yo.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.
