> 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/primeros-pasos/requirements.md).

# Requisitos

Asegúrate de leer detenidamente esta sección antes de proceder con cualquier instalación de Overleaf.

### Requisitos para instalar Server Pro y la edición comunitaria

{% hint style="warning" %}
Recomendamos encarecidamente ejecutar Server Pro en una versión reciente de Ubuntu con una versión reciente de Docker. Es posible ejecutar Server Pro en otros sistemas, pero nos resultará mucho más difícil ofrecer soporte para configuraciones de Ubuntu/Docker no predeterminadas. Tampoco podemos ofrecer soporte para problemas con Docker en sí.
{% endhint %}

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Imagen de portada</th></tr></thead><tbody><tr><td><i class="fa-user-check">:user-check:</i> <a href="/pages/a0d34af0a904ec009c003b926ccb7b7241526f33">Habilidades necesarias</a></td><td><a href="/files/a85c4dddf0396d3899fb968b63aa0240f26e1711">/files/a85c4dddf0396d3899fb968b63aa0240f26e1711</a></td></tr><tr><td><i class="fa-server">:server:</i> <a href="/pages/eda65cd43aa5ffc9f09fef48bc4769db764f35dc">Requisitos de hardware</a></td><td><a href="/files/767ed5a36ee2223612a3a2128bbea6095ed42a06">/files/767ed5a36ee2223612a3a2128bbea6095ed42a06</a></td></tr><tr><td><i class="fa-list-check">:list-check:</i> <a href="/pages/1cba9db696ceb8cd2ab42aadfa434d88696c0bb7">Requisitos de software</a></td><td><a href="/files/7ae99aea7b90d104728c78688d529214c542c11e">/files/7ae99aea7b90d104728c78688d529214c542c11e</a></td></tr></tbody></table>


---

# 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/primeros-pasos/requirements.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.
