> 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/it/installazione/using-the-github-codespace.md).

# Utilizzo di GitHub Codespace

Il modo più semplice per configurare il tuo Overleaf Pro è usare GitHub Codespace, dove tutte le variabili d'ambiente sono preconfigurate per garantirti che possa essere usato subito.

{% hint style="warning" %}
Quando esegui container Docker usando GitHub Codespaces, il Codespace non si arresterà automaticamente e continuerà a essere **addebitato**. Per le regole di fatturazione di GitHub Codespaces, fai riferimento a [regole di fatturazione di GitHub Codespaces](https://docs.github.com/en/billing/concepts/product-billing/github-codespaces).

Per gestire i tuoi GitHub Codespaces, visita <https://github.com/codespaces>. Quando non ne hai più bisogno, elimina il tuo Codespace in tempo.
{% endhint %}

Abbiamo **preconfigurato** le seguenti funzionalità:

* [x] Sistema di modelli
* [x] Registro pubblico
* [x] Compilazione sandbox
* [x] Bridge Git per Overleaf
* [x] Pannello di revisione

{% stepper %}
{% step %}

### Crea il tuo GitHub Codespace

Fai clic sul seguente pulsante per creare il tuo GitHub Codespace. Per quanto riguarda la configurazione del server, **2 core con 8 GB di RAM** sono generalmente sufficienti per l'editing quotidiano individuale. Se prevedi di collaborare all'interno di un **piccolo team**, ti consigliamo di scegliere una configurazione con **4 core o più**.

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

{% step %}

### Inizializza l'istanza Overleaf

Quando il tuo codespace è pronto, esegui il seguente comando nella tua bash per inizializzare la tua istanza Overleaf.

{% code title="bash" %}

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

{% endcode %}

{% hint style="info" %}
Potrebbe essere necessario attendere almeno 3 minuti prima che scarichiamo tutte le immagini Docker di cui hai bisogno.
{% endhint %}

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

{% step %}

### Rendi disponibile la porta 80

Passa alla **scheda Porte** , quindi segui questi passaggi per rendere pubblica la porta 80.

<figure><img src="/files/c943cb5eab5aef7ab0b7182bc796bbd656fa1613" alt=""><figcaption></figcaption></figure>

Dopodiché, puoi fare clic su **Indirizzo inoltrato** per visitare la tua istanza Overleaf. Potrebbe essere necessario aggiungere `/launchpad` per visitare la pagina di benvenuto di Overleaf.
{% endstep %}

{% step %}

### Crea il tuo account amministratore

Inserisci il tuo account amministratore e la password, quindi fai clic sul pulsante Registrati.

<figure><img src="/files/26bfef6661b85209a258e6ca5c1df7eb45c44984" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Buona scrittura

Ora è il momento di goderti la tua $$\LaTeX$$ scrittura!

<figure><img src="/files/b303efbe1fe7b6186006da186d3f9940408243a4" 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/it/installazione/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.
