> For the complete documentation index, see [llms.txt](https://project-reignition.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://project-reignition.gitbook.io/wiki/modding/character-mods/basic-setup.md).

# Basic Setup

To start creating a mod, first [clone the repository](/wiki/project-setup/cloning-the-github-project.md) and create a fork of the main branch. Then, create a folder called `mods` in the project's root directory like so:

<figure><img src="/files/WV8VFNKR1rt0Cw4bBPw9" alt=""><figcaption></figcaption></figure>

Create a subfolder within `mods` called `characters` , then another subfolder inside that with the name of your level. Your file structure should look like this:

<figure><img src="/files/MvCeMIDAkeoPoDQTUrOh" alt=""><figcaption></figcaption></figure>

*You can download a reference character mod* [*here*](https://github.com/kumapauz/project-reignition-mods)*.*
