# What is Stardrop?

Stardrop is an open-source, cross-platform mod manager for the game [Stardew Valley](https://www.stardewvalley.net/). It is built using the [Avalonia UI](https://docs.avaloniaui.net/) framework.

Stardrop utilizes [SMAPI (Stardew Modding API)](https://smapi.io/) to simplify the management and update checking for all applicable Stardew Valley mods. Stardrop is also *non-destructive* due to how it integrates with SMAPI, meaning it can be uninstalled without any impact on SMAPI, Stardew Valley or the user's original mod folder.

Profiles are also supported, allowing users to have multiple mod groups for specific gameplay or multiplayer sessions.

Stardrop also supports the Nexus Mods API, which allows for features such as endorsing mods directly from Stardrop. Other features, such as downloading mod updates via Stardrop are available to premium Nexus Mods users.

Stardrop is available for download on [Nexus Mods](https://www.nexusmods.com/stardewvalley/mods/10455?tab=files) and on [GitHub](https://github.com/Floogen/Stardrop/releases/latest).

## Getting Started

See the panel on the left for detailed pages on how to install, update and use Stardrop.


---

# 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://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.
