# Elevated Access

Elevated-access mods have increased access to resources outside the game like user files and internet.

Mods that require elevated access should explain why they need it on their mod.io page.

> When installed, these mods have increased access to resources outside of the game such as user files and the internet. Because of this, we strongly recommend that players only install mods from reputable sources such as trusted mod creators.
>
> To support this, we have added a new category to [Mod.io](https://mod.io/g/corekeeper) called “Access Type” and, any mod that needs to run with elevated access will require the Access Type “Script (Elevated Access)”.
>
> Users will also experience a warning pop-up that appears when they subscribe to elevated-access mods that reads:
>
> **“Caution: 'Elevated Access' mods have increased access to resources outside the game like user files and the internet. For the best experience, install only from reputable sources.”**

{% embed url="<https://steamdb.info/patchnotes/12820020/#important-information-on-mod-support>" %}


---

# 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://core-keeper-modding.gitbook.io/modding-wiki/concepts/elevated-access.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.
