# Setting up a GitHub Repository

## Set up a GitHub Repository <a href="#h_042968e87b" id="h_042968e87b"></a>

Go to [GitHub](https://github.com/) and create an account.

### Create a repository <a href="#h_82471ef618" id="h_82471ef618"></a>

Click New to create a new GitHub repository for your website

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

Then choose a name for the repository

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

Then scroll down and click on Create

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

### Upload your files to the repository <a href="#h_a28c0d3e5d" id="h_a28c0d3e5d"></a>

On the next screen, click the link Uploading an existing file

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

Upload your files to GitHub\\

<figure><img src="/files/2Jv3tppi90Vk8MUAjki8" alt=""><figcaption></figcaption></figure>

After that's done, scroll down and click Commit.\\

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


---

# Agent Instructions: 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:

```
GET https://eth-limo.gitbook.io/documentation/beginner/setting-up-a-github-repository.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
