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

# Використання GitHub Codespace

Найпростіший спосіб налаштувати ваш Overleaf Pro — скористатися GitHub Codespace, де всі змінні середовища попередньо налаштовано, щоб ви могли використовувати його одразу після запуску.

{% hint style="warning" %}
Коли ви запускаєте контейнери Docker за допомогою GitHub Codespaces, Codespace не вимкнеться автоматично і продовжить **оплачуватися**. Для правил оплати GitHub Codespaces, будь ласка, зверніться до [правил оплати GitHub Codespaces](https://docs.github.com/en/billing/concepts/product-billing/github-codespaces).

Щоб керувати своїми GitHub Codespaces, будь ласка, відвідайте <https://github.com/codespaces>. Коли він вам більше не потрібен, будь ласка, своєчасно видаліть свій Codespace.
{% endhint %}

Ми **попередньо налаштували** такі функції:

* [x] Система шаблонів
* [x] Публічна реєстрація
* [x] Компіляція в пісочниці
* [x] Git Bridge для Overleaf
* [x] Панель перевірки

{% stepper %}
{% step %}

### Створіть свій GitHub Codespace

Натисніть на кнопку нижче, щоб створити свій GitHub Codespace. Щодо конфігурації сервера, **2 ядра та 8 ГБ оперативної пам’яті** зазвичай достатньо для щоденного індивідуального редагування. Якщо ви плануєте співпрацювати в **невеликій команді**, ми рекомендуємо обрати конфігурацію з **4 ядрами або більше**.

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

{% step %}

### Ініціалізуйте екземпляр Overleaf

Коли ваш codespace буде готовий, виконайте наведену нижче команду в bash, щоб ініціалізувати ваш екземпляр overleaf.

{% code title="bash" %}

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

{% endcode %}

{% hint style="info" %}
Можливо, вам доведеться зачекати щонайменше 3 хвилини, поки ми завантажимо всі потрібні вам образи Docker.
{% endhint %}

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

{% step %}

### Зробіть порт 80 доступним

Перейдіть на **вкладку Порти** , а потім виконайте такі кроки, щоб зробити порт 80 публічним.

<figure><img src="/files/984cf97f2fdcd11b7d962795fc087b8f818025fd" alt=""><figcaption></figcaption></figure>

Після цього ви можете натиснути на **Адреса переадресації** щоб відвідати свій екземпляр overleaf. Можливо, вам потрібно додати `/launchpad` щоб відвідати вітальну сторінку overleaf.
{% endstep %}

{% step %}

### Створіть свій обліковий запис адміністратора

Введіть свій обліковий запис адміністратора та пароль, потім натисніть кнопку «Зареєструватися».

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

{% step %}

### Насолоджуйтеся написанням

А тепер час насолодитися своїм $$\LaTeX$$ письмом!

<figure><img src="/files/eed916ac646e8e4d396c85c755fc8f59f43d9338" 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/uk/vstanovlennya/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.
