> 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/installing-github-desktop.md).

# Installing GitHub Desktop

Now that you have your own GitHub repository, how are you supposed to get to your files? The simplest method is to use GitHub Desktop.

{% hint style="info" %}
**Git clients**

GitHub Desktop is not strictly required for comic\_git to work. If you have another git client you prefer to use, or if you want to run git from the command line, you can use that instead. The only requirement is that GitHub is used as your central repository, as many of the features comic\_git uses to function are GitHub specific.
{% endhint %}

1. Go to the [GitHub Desktop](https://desktop.github.com/download/) website. Click the **Download** link to download the app.<br>

   <figure><img src="/files/TYP1REHz2DnimIDHlWBo" alt="The Download GitHub Desktop page with a red indicator around the Download button."><figcaption><p>Download GitHub Desktop.</p></figcaption></figure>
2. Once downloaded, run the app. GitHub Desktop will automatically install and launch itself.
3. Once GitHub Desktop has launched, the sign-in screen is displayed. Click **Sign in to GitHub**. This opens the login page in your browser window.&#x20;

   <figure><img src="/files/tjKEQyBpfx65Zks7aNM8" alt="The splash screen for the GitHub Desktop app with a red indicator around the Sign In button."><figcaption><p>Welcome to GitHub Desktop.</p></figcaption></figure>
4. Once signed in, GitHub asks you to authorize GitHub Desktop to access your account information. Click **Authorize**.

   <figure><img src="/files/Yst6667DhFOr6Bn2JZY5" alt="A page asking you to authorize GitHub Desktop to access your GitHub account with a red indicator around the Authorize button."><figcaption><p>Authorize GitHub Desktop</p></figcaption></figure>
5. When sign-in is successful, you are asked to confirm the configure options. Change your name if desired and click **Finish**.

   <figure><img src="/files/6Hil5eRbXElXJ72zstLR" alt="The GitHub Desktop app showing the configuration page where you can change your name if desired. A red indicator is around the Finish button."><figcaption><p>Configure Git</p></figcaption></figure>


---

# 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/installing-github-desktop.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.
