> 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/creating-your-own-repository.md).

# Creating your own Repository

In this section, you'll create a copy of comic\_git in your GitHub account that you will use to make your own webcomic.

{% hint style="warning" %}
If you don't have a GitHub account, follow the instructions in [Signing Up for GitHub](/documentation/getting-started/signing-up-for-github.md) before proceeding.
{% endhint %}

1. Visit the comic\_git repository at <https://github.com/comic-git/comic_git>
2. Click **Use This Template**, then **Create a new repository**. This creates a new, independent copy of the comic\_git repository that you own. You'll use this new repository to create your webcomic.<br>

   <div data-full-width="true"><figure><img src="/files/2pRciE5c56XyiqWiUkPN" alt=""><figcaption><p>Create a repository from the comic_git template</p></figcaption></figure></div>
3. GitHub will ask you some questions about the repository you're creating. Set the requested fields as follows:
   1. **Repository template**: This should already be set to `comic-git/comic_git`
   2. **Include all branches**: You can leave this box unchecked.
   3. **Owner**: This should be the username you created when signing up. If it shows something different, look into that first.
   4. **Repository name**: Choose any name you like, but we recommend the name of your comic.
   5. **Description**: This shows when viewing the GitHub repository directly, as opposed to the site you build with it. This is optional and you may leave it blank.
   6. **Public** / **Private**: This should be set to Public. GitHub requires a [GitHub Pro](https://github.com/account/upgrade) membership to use GitHub Pages with a private repository.

{% hint style="info" %}
As with your username, the name of your repository will show up as part of your website URL. For example, if you name the repository **bestcomic**, the GitHub Pages URL would be <https://comicgitdemo.github.io/**bestcomic**/>
{% endhint %}

<figure><img src="/files/aJpZ36i7NTIKxSKeu2WH" alt=""><figcaption><p>Making a new repository</p></figcaption></figure>

4. Once you are satisfied with the settings, click **Create repository**.
5. GitHub takes a moment to generate the new repository, then displays it. You now have your own comic playground to build how you want!&#x20;

<figure><img src="/files/I32CiQHGsdD5BllAE8Db" alt=""><figcaption><p>Your new repository!</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/creating-your-own-repository.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.
