> 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-toolkit/1.-download-the-toolkit.md).

# 1. Descarga el Toolkit

### Descargando el Kit de herramientas <a href="#downloading-the-versions-toolkit-short" id="downloading-the-versions-toolkit-short"></a>

El Kit de herramientas es compatible tanto con Server CE como con Overleaf Pro y es el método de instalación recomendado. Usar el Kit de herramientas le permitirá comenzar fácilmente con Server CE y actualizar sin problemas a Overleaf Pro si es necesario.

{% hint style="info" %}
[Ayaka-notes/overleaf-toolkit](https://github.com/ayaka-notes/toolkit) se modifica para usar la imagen de overleaf-pro de ghcr directamente. Además, con texlive proporcionado por ayaka-notes. Pero puedes descargar el overleaf-toolkit oficial.
{% endhint %}

{% stepper %}
{% step %}

### Clonar el repositorio de Overleaf Toolkit

Para instalar el kit de herramientas, deberá navegar hasta la ruta de instalación deseada y luego clonar el repositorio de GitHub de Overleaf Toolkit (@Ayaka-notes) usando este comando:

{% code title="Clonar repositorio" %}

```bash
git clone https://github.com/ayaka-notes/toolkit.git ./overleaf-toolkit
# kit de herramientas oficial
# git clone https://github.com/overleaf/toolkit.git ./overleaf-toolkit
```

{% endcode %}

{% hint style="info" %}
Para evitar posibles problemas de permisos, recomendamos instalar el Kit de herramientas en la carpeta de su usuario `$HOME` directorio.
{% endhint %}
{% endstep %}

{% step %}

### Cambiar al directorio del kit de herramientas

Espere a que se complete el proceso de clonación; luego cambiemos al recién creado `overleaf-toolkit` directorio:

{% code title="Cambiar de directorio" %}

```bash
cd ./overleaf-toolkit
```

{% endcode %}
{% 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-toolkit/1.-download-the-toolkit.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.
