# Stardrop

## Stardrop

- [What is Stardrop?](https://floogen.gitbook.io/stardrop/what-is-stardrop.md)
- [Installing Stardrop](https://floogen.gitbook.io/stardrop/getting-started/installing-stardrop.md): Stardrop has cross-platform support and is available on Linux, macOS and Windows.
- [Linux](https://floogen.gitbook.io/stardrop/getting-started/installing-stardrop/linux.md)
- [macOS](https://floogen.gitbook.io/stardrop/getting-started/installing-stardrop/macos.md)
- [Windows](https://floogen.gitbook.io/stardrop/getting-started/installing-stardrop/windows.md)
- [Updating Stardrop](https://floogen.gitbook.io/stardrop/getting-started/updating-stardrop.md)
- [Using Stardrop](https://floogen.gitbook.io/stardrop/guides/using-stardrop.md)
- [Adding a Mod](https://floogen.gitbook.io/stardrop/guides/using-stardrop/adding-a-mod.md)
- [Checking for Mod Updates](https://floogen.gitbook.io/stardrop/guides/using-stardrop/checking-for-mod-updates.md)
- [Updating a Mod](https://floogen.gitbook.io/stardrop/guides/using-stardrop/updating-a-mod.md)
- [Creating a Profile](https://floogen.gitbook.io/stardrop/guides/using-stardrop/creating-a-profile.md)
- [Starting SMAPI](https://floogen.gitbook.io/stardrop/guides/using-stardrop/starting-smapi.md)
- [Stardrop Settings](https://floogen.gitbook.io/stardrop/guides/stardrop-settings.md)
- [Detecting Hidden Mods](https://floogen.gitbook.io/stardrop/guides/stardrop-settings/detecting-hidden-mods.md)
- [Profile Specific Mod Configs](https://floogen.gitbook.io/stardrop/guides/stardrop-settings/profile-specific-mod-configs.md)
- [Add Stardrop to Steam](https://floogen.gitbook.io/stardrop/guides/add-stardrop-to-steam.md)
- [Nexus Mods Integration](https://floogen.gitbook.io/stardrop/guides/nexus-mods-integration.md)
- [Connecting to Nexus Mods API](https://floogen.gitbook.io/stardrop/guides/nexus-mods-integration/connecting-to-nexus-mods-api.md)
- [Features](https://floogen.gitbook.io/stardrop/guides/nexus-mods-integration/features.md)
- [Contribute](https://floogen.gitbook.io/stardrop/resources/contribute.md)
- [Translations](https://floogen.gitbook.io/stardrop/resources/contribute/translations.md)
- [Reporting Issues](https://floogen.gitbook.io/stardrop/resources/reporting-issues.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://floogen.gitbook.io/stardrop/what-is-stardrop.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.
