# Reporting Issues

When reporting an issue, be sure to include the following information:

* A Stardrop log file, which can be found via `View` > `Stardrop Log File.`
* A link to your SMAPI log file, which can be [uploaded here](https://smapi.io/log).

If you are unable to start Stardrop, the log can be found at the following paths:

* &#x20;`%APPDATA%\stardrop\Data\Logs`
* &#x20;`Users/USER_NAME_HERE/.config/Stardrop/Data/Logs`

Please report all issues to the [issues page on the repository](https://github.com/Floogen/Stardrop/issues).


---

# 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/resources/reporting-issues.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.
