# Adding Mod to Directory

Before adding a mod to the directory, ensure you understand [how to contribute](/modding-reference/readme/contributing.md).

1. In your fork of the repo, navigate to **mod-directory/mod-template.md** and create a copy.
2. Rename the file to your mods name ensuring that it matches the naming convention of the other mods. An example of this is (yourname-mod-name-v1.md)
3. Fill out the template following the instructions found inside the file.
4. Head to **mod-directory/README.md** and open it.
5. Once again following the conventions inside the file, copy the following template and paste it at the end of the **mod-directory/README.md** file.

```md
### Mod Name

Short description of your mod\
For more information, see [yourname-mod-name-v1.md](yourname-mod-name-v1.md "mention")
```

1. Edit the contents of this template to match your mod **MAKING SURE** that the .md file mentioned in line 4 is the exact same name as the file you created in step 2.
2. Navigate to the root of the repo and find **SUMMARY.md**
3. Copy and paste the following line near the end of the file under the **Mod Directory** section.

```md
  * [Mod Name](mod-directory/yourname-mod-name-v1.md)
```

*Please copy and paste this exactly, including the whitespace*

1. Edit the contents of the template to match your mod.
2. Once again following the [contribution guide](/modding-reference/readme/contributing.md), create a pull request and wait for it to be accepted.


---

# 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://made-in-abyss-modding.gitbook.io/modding-reference/tutorials/adding-mod-to-directory.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.
