# Troubleshooting

- [Troubleshooting & FAQ](https://jenna-juffuffles.gitbook.io/svve/troubleshooting/index.md): Fix common problems with Stardew Valley mod collections. Quick fixes, detailed guides, and solutions for installation errors, SMAPI issues, and gameplay problems.
- [Your SMAPI Log](https://jenna-juffuffles.gitbook.io/svve/troubleshooting/your-smapi-log.md): Learn how to read and share SMAPI log files to diagnose Stardew Valley mod problems. Understand log levels, error messages, and how to use smapi.io for log analysis.
- [Vortex Troubleshooting](https://jenna-juffuffles.gitbook.io/svve/troubleshooting/vortex-troubleshooting.md): Fix Vortex mod manager problems in Stardew Valley collections. Understand notifications, resolve file conflicts, manage load order rules, and troubleshoot common issues.
- [Known Issues](https://jenna-juffuffles.gitbook.io/svve/troubleshooting/known-issues.md): Find fixes for known problems with Stardew Valley mod collections. Includes platform-specific issues, Linux problems, Quest Framework issues, and their solutions.
- [Mod-Specific Known Issues](https://jenna-juffuffles.gitbook.io/svve/troubleshooting/mod-issues.md): Fix problems with specific mods in Stardew Valley collections. Find solutions for mod issues, hotkeys, functionality problems, and answers to common questions.


---

# 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://jenna-juffuffles.gitbook.io/svve/troubleshooting.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.
