> For the complete documentation index, see [llms.txt](https://comic-git.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://comic-git.gitbook.io/documentation/getting-started/downloading-your-files.md).

# Downloading your Files

Now that GitHub Desktop is installed, we need to download the files in the repo to your computer, which is where you'll make changes and add files.

1. Once configured, GitHub Desktop asks you to select a repository to clone and begin using. You should see your comic repository on the left side. Click the repository, then click **Clone** at the bottom.

   <figure><img src="/files/Wolpqz4yyPjJzn1rn8Jd" alt="The starting screen for the desktop app. Indicators are pointing to 1. the name of your repo, and 2. Clone your repo."><figcaption><p>Clone your repo.</p></figcaption></figure>
2. GitHub presents a Clone dialog. You should not need to make any changes here, but you can change the directory on your computer to install to (**Local path**) if you prefer. Once satisfied, click **Clone**.

   <figure><img src="/files/5VhL4HNruCqZ9i5Zk1Nk" alt="A pop-up in the desktop app showing clone options."><figcaption><p>Change your local path if desired.</p></figcaption></figure>
3. GitHub Desktop will automatically download the repository to your computer. Once completed, you are presented with the main screen you'll be seeing for most of your time using GitHub Desktop.

   <figure><img src="/files/Z6UyvIpuKOkbh4j0zH1O" alt="The main screen for the GitHub Desktop app after setting up your repo. No changes have been made yet."><figcaption><p>GitHub Desktop main screen.</p></figcaption></figure>

That's it! You are now ready to make changes to create your own webcomic!

## Next Steps

Now that you've got the files on your computer, you can start making changes and adding comic pages. The [Basic Editing](/documentation/basic-editing/editing-your-website.md) section covers the fundamentals of using comic\_git and making it your own. Once you're ready to publish your changes, see [Uploading your Changes](/documentation/getting-started/uploading-your-changes.md).

However, if you want to experiment with changing your site right away:

1. Open the :page\_facing\_up:**comic\_info.ini** file in any text editor (Notepad works fine).
2. Change the default text in **\[Comic Info]** at the top to whatever you want.
3. Continue to [Uploading your Changes](/documentation/getting-started/uploading-your-changes.md) to submit the changed :page\_facing\_up:**comic\_info.ini** file and see how publishing affects the site.


---

# 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://comic-git.gitbook.io/documentation/getting-started/downloading-your-files.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.
