> 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-mis-notas.md).

# Panel: Mis Notas

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

## Agregar Nota Final

Para agregar la nota final (promedio final) de un ramo perteneciente a un semestre en curso, debemos clickear en el botón de lápiz "***Agregar"*** que se encuentra a la derecha del ramo.

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

<p align="center">Esto nos abrirá el panel de edición, y una vez ingresado el promedio final podemos clickear en "Guardar Nota" para ingresar el promedio final asociado a ese ramo.</p>

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

***

## Subir Certificado / Reemplazar Certificado

Desde este panel "Mis Notas" también podremos subir el certificado en .pdf de ramos pertenecientes a un semestre en curso (actual). Para ello clickearemos en el botón ***"Subir certificado".***

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

Si ya habíamos subido préviamente un certificado, también tenemos la opción de reemplazarlo actualizado el documento, para éllo haremos click en el botón ***"Reemplazar Certificado".***

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

***

## Ver Certificado

Además, si ya hemos subido previamente un certificado a un ramo, podremos clickear en el botón ***"Ver certificado"*** para visualizar el documento.

<figure><img src="/files/WSe2ujCzhpqxWTn5Gwzz" 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-mis-notas.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.
