> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/on-premises/es/instalacion/using-the-github-codespace.md).

# Usar GitHub Codespace

La forma más fácil de configurar tu Overleaf Pro es usar GitHub Codespace, donde todas las variables de entorno están preconfiguradas para garantizar que puedas usarlo de inmediato.

{% hint style="warning" %}
Cuando ejecutas contenedores Docker usando GitHub Codespaces, el Codespace no se apagará automáticamente y continuará siendo **facturado**. Para conocer las reglas de facturación de GitHub Codespaces, consulta [reglas de facturación de GitHub Codespaces](https://docs.github.com/en/billing/concepts/product-billing/github-codespaces).

Para administrar tus GitHub Codespaces, visita <https://github.com/codespaces>. Cuando ya no lo necesites, elimina tu Codespace a tiempo.
{% endhint %}

Tenemos **preconfiguradas** las siguientes funciones:

* [x] Sistema de plantillas
* [x] Registro público
* [x] Compilación en sandbox
* [x] Puente Git para Overleaf
* [x] Panel de revisión

{% stepper %}
{% step %}

### Crea tu GitHub Codespace

Haz clic en el siguiente botón para crear tu GitHub Codespace. En cuanto a la configuración del servidor, **2 núcleos con 8 GB de RAM** generalmente son suficientes para la edición diaria individual. Si planeas colaborar dentro de un **equipo pequeño**, recomendamos elegir una configuración con **4 núcleos o más**.

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/ayaka-notes/overleaf)
{% endstep %}

{% step %}

### Inicializar la instancia de Overleaf

Cuando tu codespace esté listo, ejecuta el siguiente comando en tu bash para inicializar tu instancia de Overleaf.

{% code title="bash" %}

```bash
./init.sh
```

{% endcode %}

{% hint style="info" %}
Puede que necesites esperar al menos 3 minutos antes de que descarguemos todas las imágenes de Docker que necesitas.
{% endhint %}

<figure><img src="/files/53b6b0d0ee97f414b47792b0b15a550373b27915" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Hacer disponible el puerto 80

Cambia a la **pestaña Puertos** , y luego sigue estos pasos para hacer público el puerto 80.

<figure><img src="/files/217d375781c4951834b738b886ef95db10a98c6e" alt=""><figcaption></figcaption></figure>

Después de eso, puedes hacer clic en **Dirección reenviada** para visitar tu instancia de Overleaf. Puede que necesites añadir `/launchpad` para visitar la página de bienvenida de Overleaf.
{% endstep %}

{% step %}

### Crea tu cuenta de administrador

Introduce tu cuenta de administrador y tu contraseña, luego haz clic en el botón Registrar.

<figure><img src="/files/8a6408abfe7ae3648c0a78f918096e3a4a493cf9" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Disfruta escribiendo

Ahora, es hora de disfrutar de tu $$\LaTeX$$ escritura!

<figure><img src="/files/111a629a7d88e467fa95995ddbe37738ebaaf1bb" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://overleaf-pro.ayaka.space/on-premises/es/instalacion/using-the-github-codespace.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.
