> For the complete documentation index, see [llms.txt](https://rwe-labs.gitbook.io/sdvmm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rwe-labs.gitbook.io/sdvmm/welcome.md).

# Welcome

## Contents

We've separated our documentation into several different content sections. Since our documentation will start with downloading and installing the Stardew Valley Mod Manager, we've included these sections for those that have already completed some of the early steps.

{% content-ref url="/pages/vA1Raq2rxZuB8IKWgQZ3" %}
[Getting Started](/sdvmm/getting-started/setup-and-configuration.md)
{% endcontent-ref %}

{% content-ref url="/pages/4vp4nHkMb3diDimNUQgH" %}
[Mod Management](/sdvmm/mod-management/installing-mods.md)
{% endcontent-ref %}

{% content-ref url="/pages/7gaUEJdZoTckXoFeBwO5" %}
[Game Save Management](/sdvmm/game-save-management/create-a-game-save-backup.md)
{% endcontent-ref %}

## Getting Started

If you're ready, we'll start by guiding you through the entire process from downloading and installing to getting everything configured and beyond. Let's start with **Setup and Configuration**.

{% content-ref url="/pages/Df0yX0sCajAEymFrYrzk" %}
[Setup and Configuration](/sdvmm/getting-started/setup-and-configuration.md)
{% endcontent-ref %}

## Developers

We have introduced a special section of the documentation for developers. This section includes information that will help developers take advantage of the Stardew Valley Mod Manager and all of it's features - including guides to help make sure that their mods are compatible with the Mod Update Check utility and how to create modpacks.

{% content-ref url="/pages/W6np8hVcXDbzGcn9KmP2" %}
[Developing for Stardew Valley Mod Manager](/sdvmm/developer/developing-for-stardew-valley-mod-manager.md)
{% endcontent-ref %}


---

# 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 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://rwe-labs.gitbook.io/sdvmm/welcome.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.
