# Getting set up

- [Generating PINS and Downloading the Scanner](https://docs.stormss.cc/fundamentals/getting-set-up/generating-pins-and-downloading-the-scanner.md): A quick explanation on the different ways to generate and view results with PINs.
- [Generating and Viewing on the Dashboard](https://docs.stormss.cc/fundamentals/getting-set-up/generating-pins-and-downloading-the-scanner/generating-and-viewing-on-the-dashboard.md)
- [Generating and Viewing on Discord](https://docs.stormss.cc/fundamentals/getting-set-up/generating-pins-and-downloading-the-scanner/generating-and-viewing-on-discord.md)
- [Toggling Public and Private Scans](https://docs.stormss.cc/fundamentals/getting-set-up/generating-pins-and-downloading-the-scanner/toggling-public-and-private-scans.md): A quick explanation on public and private scan toggles
- [Custom Webhook](https://docs.stormss.cc/fundamentals/getting-set-up/custom-webhook.md): A quick explanation on how to upload results to your own webhook.
- [Scan Toggles](https://docs.stormss.cc/fundamentals/getting-set-up/scan-toggles.md): A quick explanation to how Storm Scanner PIN toggles work.


---

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