> For the complete documentation index, see [llms.txt](https://docs.stormss.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stormss.cc/fundamentals/getting-set-up/scan-toggles.md).

# Scan Toggles

{% hint style="warning" %}
**Enabling and disabling toggles can result in different performance impacts.**
{% endhint %}

<details>

<summary>File Scanner</summary>

This toggle allows you to optionally scan a user's file system or not. Recommended to keep **Enabled.**

</details>

<details>

<summary>Journal Scanner</summary>

This toggle allows you to optionally scan a user's [USN Journal ](https://en.wikipedia.org/wiki/USN_Journal)or not. Recommended to leep **Enabled.**

</details>

<details>

<summary>Discord Checker</summary>

This toggle allows you to optionally scan a user's discord server history or not. This toggle has no affect on performance.

</details>

<details>

<summary>Browser Checker</summary>

This toggle checks for suspicious links a user has visited recently. Recommended to keep **Enabled.**

</details>

<details>

<summary>IP Analysis</summary>

This toggle performs essential checks for VPN, country, and proxy detection based on the user's IP address. This module does not store the user's IP address, only their country and VPN/proxy statuses are recorded. This toggle has no affect on performance.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.stormss.cc/fundamentals/getting-set-up/scan-toggles.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.
