# Faq

<details>

<summary>Where is my mod Directory?</summary>

The path is:\
**C:\Users\\{YOUR WINDOWS USERNAME}\AppData\Roaming\SpaceEngineers\Mods**

Note that AppData is by default in windows a hidden folder, so if you cannot find it, you need to unhide folders.\
\
For Quick access try:\
1\) press WIN+R to open command prompt\
2\) paste **%APPDATA%** and press Enter.

Each mod has a folder of it's own located in:\
\&#xNAN;**\Users\\{username}\AppData\Roaming\SpaceEngineers\Mods\\{mod name}**

The mod folder has to contain a sub-folder called **Data** with definition files of added or updated mods.&#x20;

</details>


---

# 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://rampart-games-ltd.gitbook.io/docs/game-knowledge-base/space-engineers/faq.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.
