> For the complete documentation index, see [llms.txt](https://puc.gitbook.io/converis-uc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://puc.gitbook.io/converis-uc/tutoriales/concursos.md).

# Concursos

## Cómo postular a un concurso

En el siguiente video se explica cómo postular a un concurso en Converis. Para iniciar sesión, se debe comenzar por ir a [portal.investigacion.uc.cl](https://portal.investigacion.uc.cl/) e iniciar sesión con el Login UC.

{% embed url="<https://youtu.be/GAsAtW_Uz7w>" %}

## Cómo realizar una evaluación

El siguiente video explica cómo evaluar una postulación en Converis. Esta funcionalidad sólo está disponible para los evaluadores seleccionados de cada convocatoria.

{% embed url="<https://youtu.be/LwAZd5DGMAQ>" %}

## Cómo aprobar una postulación

Si usted es Director(a) de Investigación de su Unidad Académica, en algunos concursos tendrá la tarea de revisar/validar postulaciones de sus académicos. Cada postulación tiene distintos estados, que siguen el siguiente proceso:

![Proceso de evaluación de una postulación.](/files/-LXPJ_5uv4hz2bMZ-KyC)

En caso de haber postulaciones por revisar, al entrar al sistema usted verá una pantalla como la siguiente. Haciendo click en "postulaciones por revisar", se desplegará una lista y podrá entrar a ver cada una de las postulaciones.

![Panel de inicio.](/files/-LXPKT-XIQofN0jmxQjd)

Finalmente, una vez dentro de una postulación y que considere que la revisión está lista, puede hacer click en el botón "Guardar & cerrar" (abajo a la derecha) para determinar el nuevo estado de la postulación.

![Pantalla para seleccionar el nuevo estado de la postulación.](/files/-LXPIi23p8d3vzDkeKcn)

## ¿Cómo selecciono con qué Tarjeta postular?

En muchos concursos, el sistema seleccionará como Investigador Principal a la primera tarjeta activa que encuentre del usuario. Si se quiere modificar esa tarjeta, deben seguirse los pasos indicados en el siguiente video:

{% embed url="<https://youtu.be/UdxaKrdiQQw>" %}


---

# 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://puc.gitbook.io/converis-uc/tutoriales/concursos.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.
