> 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/pt/instalacao/using-the-toolkit/6.-post-installation-tasks.md).

# 6. Tarefas pós-instalação

### A criar a sua primeira conta de administrador

Num navegador, abra <http://localhost/launchpad>. Deve ver um formulário com campos para e-mail e palavra-passe. Preencha-os com as credenciais que quer usar como conta de administrador e, depois, clique em **Registar**.

{% hint style="info" %}
As palavras-passe devem ter pelo menos 8 caracteres (no máximo 72), não podem conter endereços de e-mail nem ser demasiado semelhantes a endereços de e-mail e devem conter apenas caracteres válidos.
{% endhint %}

![Overleaf Launchpad](/files/e6edaffc76874ad3af2b3b3de9a1364b9bcbd855)

Depois clique na ligação para ir para a página de início de sessão (<http://localhost/login>). Introduza as credenciais. Assim que tiver iniciado sessão, verá a página de boas-vindas.

![Página de boas-vindas do Overleaf](/files/8d7706e2b80bc7da9661bdedec90359df9e55d51)

Clique no botão verde na parte inferior da página para começar a usar o Overleaf.

### A criar o seu primeiro projeto de exemplo

Abrir <http://localhost/project> no seu navegador e verá um botão a pedir-lhe para criar o seu primeiro projeto.

![Bem-vindo ao Overleaf!](/files/a65f91414a85d03e25fbafa837e25250fb4d01b5)

Clique neste botão, selecione **Projeto de Exemplo,** e siga as instruções no ecrã.

Será levado para o novo projeto, onde verá um editor de texto e uma pré-visualização em PDF.

![Editor do Overleaf](/files/e25ad2890644c9d5da0e1be2d51c33de3164eb77)

Para terminar, pode clicar no **Início** ícone para voltar à sua página de projetos.


---

# 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/pt/instalacao/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.
