# Add Stardrop to Steam

There are two ways Stardrop can be launched from Steam, both of which are listed below.

Adding Stardrop as an external application to Steam:

1. Launch Steam
2. Go to `Games` > `Add a Non-Steam Game to My Library`
3. Click `Browse`
4. Path to Stardrop's executable and click `Open`
5. Click `Add Selected Programs`

Launching Stardrop via Stardew Valley (Steam - Windows / macOS):

1. Right click `Stardew Valley` and click `Properties`
2. Under `General` > `Launch Options`, paste in the following text:
   * `"FULL_PATH_TO_Stardrop.exe" %command%`
   * To start SMAPI automatically via Stardrop, you can instead paste in the following text: `"FULL_PATH_TO_Stardrop.exe" --start-smapi true %command%`
3. Close the properties window.&#x20;
4. Now when starting Stardew Valley via Steam, Stardrop will appear first.

Launching Stardrop via Stardew Valley (Steam - Linux):

1. Right click `Stardew Valley` and click `Properties`
2. Under `General` > `Launch Options`, paste in the following text:
   * `"FULL_PATH_TO_STARDROP_Internal" %command%`
   * To start SMAPI automatically via Stardrop, you can instead paste in the following text: `"FULL_PATH_TO_STARDROP_Internal" --start-smapi true %command%`
   * Note: **Internal** refers to the file labelled "Internal" that resides besides `Stardrop.sh`.
3. Close the properties window.&#x20;
4. Now when starting Stardew Valley via Steam, Stardrop will appear first.


---

# 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/guides/add-stardrop-to-steam.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.
