> For the complete documentation index, see [llms.txt](https://studio-docs.sandbox.game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://studio-docs.sandbox.game/best-practices/how-to-use-fork.md).

# How to use Fork

{% embed url="<https://youtu.be/46f6cPQxpxQ?si=IOKUDsbTmP4opjgV>" %}

A simple guide to opening a Sandbox Studio Git repository in Fork and synchronising updates. Download Fork, open your project repository, and use its fetch, pull, and push controls.

{% hint style="info" %}
*BEFORE YOU BEGIN: Have your Sandbox Studio project folder available. Fork opens a Git repository folder, not an individual project file.*
{% endhint %}

{% stepper %}
{% step %}

### Open the official Fork website

Go to the official Fork website in your browser: <https://fork.dev>.
{% endstep %}

{% step %}

### Download the correct version

Scroll to the download options and choose Fork for Windows or macOS, depending on your operating system. Install and open the application.
{% endstep %}

{% step %}

### Open the File menu

In Fork, select File in the top-left corner.
{% endstep %}

{% step %}

### Select Open Repository

Choose Open Repository from the File menu.
{% endstep %}

{% step %}

### Choose the project folder

Browse to your Sandbox Studio project folder and open it. Fork will load the Git repository and display its history and current changes.
{% endstep %}

{% step %}

### Use the repository controls

Once the repository is open, use Fork to fetch, pull, and push updates as needed.

| Control          | Description                                                                               |
| ---------------- | ----------------------------------------------------------------------------------------- |
| FETCH            | Checks the remote repository for new updates without merging them into your local branch. |
| PULL             | Brings remote updates into your local branch.                                             |
| PUSH             | Sends your local commits to the remote repository.                                        |
| {% endstep %}    |                                                                                           |
| {% endstepper %} |                                                                                           |

## **What You've Done**

Your Sandbox Studio project repository is open in Fork and ready for fetching, pulling, and pushing updates. Next, see [Recommended Git tools — Git Bash and Fork](/source-control/recommended-git-tools-git-bash-and-fork.md) for when to use Fork versus Git Bash.


---

# 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://studio-docs.sandbox.game/best-practices/how-to-use-fork.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.
