# Advanced Editing and the comic\_git Engine

comic\_git is designed to be as easy as possible for webcomic creators to set up their own free comic site. However, to do this, many of the advanced features are hidden so as not to overwhelm those who just need a place to post their comic.

If you're comfortable digging deeper into the guts of comic\_git, it is possible to open up these features and adjust them for your site. Some of these features just require adding additional folders, files, and config options, like adding [extra comics](/documentation/advanced-editing/extra-comics.md) and [RSS feeds](/documentation/advanced-editing/adding-an-rss-feed.md), but some (especially in [Expert Editing](https://github.com/comic-git/comic_git_docs/blob/master/advanced-editing/broken-reference/README.md)) require you to copy over files from the comic\_git\_engine repository.

## What is comic\_git\_engine?

[comic\_git\_engine](https://github.com/comic-git/comic_git_engine) is where the actual work gets done that turns the files in your\_content into a fully-fledged website. The setup you did in [Getting Started](/documentation/getting-started/getting-started.md) allows your comic repo to call comic\_git\_engine, and allows comic\_git\_engine in turn to make the necessary changes to your repo.

Because comic\_git\_engine needs to be able to work for all comic\_git users, you can't modify it directly. We also don't recommend trying to clone it or add files from it to your own repo unnecessarily. If you run your own version of comic\_git\_engine, then as it gets updated with new features and bugfixes, your copy will not receive those.

However! Copying **select** files from comic\_git\_engine and modifying them as directed in some of the following pages will allow you greater control over the customization of your website. Any files placed in your repo will override those in comic\_git\_engine, so long as they are placed in the right folder and named appropriately. When this is needed, the documentation will guide you through the proper steps.


---

# 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/advanced-editing/advanced-editing-and-the-comic_git-engine.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.
