> 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-ramos.md).

# Panel: Mis Ramos

## Semestres históricos y semestre actual

El selector superior central nos permitirá cambiar el semestre.

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

Si el semestre seleccionado es un semestre ya cerrado (histórico), sólo podremos visualizar más no editar los ramos. Si el semestre es histórico tampoco podremos agregar ramos.

Si el semestre seleccionado es un semestre en curso (actual), se nos permitirá tanto editar los ramos como agregar ramos nuevos.

***

## Editar ramo

Clickeando en el botón de lápiz a la derecha de cada ramo se nos expandirá un panel para editar el nombre y estado de un ramo \[perteneciente a un semestre en curso]

<div><figure><img src="/files/nHjyWTzMFQJUAO859lob" alt="" width="360"><figcaption></figcaption></figure> <figure><img src="/files/aHJlgvY42braXuVlVAAS" alt="" width="360"><figcaption></figcaption></figure></div>

Los estados posibles de un ramo son:

1. Aprobado
2. Reprobado
3. Cursando
4. Eliminado

Tras finalizar los cambios se debe clickear en el botón "Guardar Cambios"&#x20;

***

## Agregar Ramo

Si el semestre seleccionado está en curso, podremos agregar nuevos ramos clickeando en el botón ***"+ Agregar Ramo"***

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

<p align="center">Una vez ingresado el nombre, podremos clickear en <em><strong>"Guardar Ramo"</strong></em> para ingresarlo al semestre en curso seleccionado. </p>

<figure><img src="/files/sVmCOVHgxyntszsKr4qJ" 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-ramos.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.
