# Editing your Website

Now that you have created your own GitHub repository and downloaded your files to your local PC, you can start making changes to your comic and see the results get published on the web! In this section, you will learn:

* The basic structure of the files and folders available to you.
* How to update the settings and basic information for your comic.
* How to add comic pages to your website.
* How to customize the style and look of your website.

The pages in this section are not presented in any particular order, so feel free to jump around to read about what you want to work on.


---

# 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://comic-git.gitbook.io/documentation/basic-editing/editing-your-website.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.
