> 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/6.-post-installation-tasks.md).

# 6. Tareas posteriores a la instalación

### Creando tu primera cuenta de administrador

En un navegador, abre <http://localhost/launchpad>. Deberías ver un formulario con campos de correo electrónico y contraseña. Completa estos con las credenciales que quieras usar como cuenta de administrador y luego haz clic en **Registrarse**.

{% hint style="info" %}
Las contraseñas deben tener al menos 8 caracteres (no más de 72), no pueden contener direcciones de correo electrónico ni ser demasiado similares a ellas, y deben contener solo caracteres válidos.
{% endhint %}

![Overleaf Launchpad](/files/8e13b760c1a2539ae220d68efeea87aa7a8f7f9b)

Luego haz clic en el enlace para ir a la página de inicio de sesión (<http://localhost/login>). Introduce las credenciales. Una vez que hayas iniciado sesión, verás la página de bienvenida.

![Página de bienvenida de Overleaf](/files/54676f9379de74876ae10b8c04f1369f47a953cd)

Haz clic en el botón verde en la parte inferior de la página para empezar a usar Overleaf.

### Creando tu primer proyecto de ejemplo

Abrir <http://localhost/project> en tu navegador y verás un botón que te invita a crear tu primer proyecto.

![¡Bienvenido a Overleaf!](/files/24bbbc47c51d437d8a19ecb933ff999f78c5a9e2)

Haz clic en este botón, selecciona **Proyecto de ejemplo,** y sigue las instrucciones en pantalla.

Serás llevado al nuevo proyecto, donde verás un editor de texto y una vista previa en PDF.

![Editor de Overleaf](/files/3bf3f643c83ac9d061bc7dc9cec498183c2f656b)

Para terminar, puedes hacer clic en el **Inicio** icono para volver a la página de tus proyectos.


---

# 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/6.-post-installation-tasks.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.
