> For the complete documentation index, see [llms.txt](https://wiki.download.fo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.download.fo/install-instructions/prism-launcher.md).

# Prism Launcher

{% tabs %}
{% tab title="Desktop" %}

1. Download, install and launch [Prism Launcher](https://prismlauncher.org/)
2. Click `Add Instance`
3. Select `Modrinth` tab from the left
4. Select "Fabulously Optimized"
5. Click `OK`
   * Optional: Select the version you want by selecting it on the dropdown before you click `OK`.
6. The modpack will now install.
7. Once installed, double-click the icon to play.
   {% endtab %}

{% tab title="Steam Deck" %}

1. Get a [Steam Deck](https://www.steamdeck.com/)
2. With Steam Deck turned on, hold down `⏻` (power) and tap `Switch to Desktop`.
3. From the taskbar, select 👜 "Discover".
4. Tap the searchbar on the top left corner, then press ❎ to open the on-screen keyboard.
5. Search for "Prism Launcher" and tap `Install` on the first result.
6. Launch it and go through its initial setup process, then close it.
7. Open Steam app, select `Games` → `Add a Non-Steam Game to My Library...` → select Prism Launcher → `ADD SELECTED PROGRAMS`.
8. Close Steam and launch `Return to Gaming Mode`.
9. Launch Prism Launcher from your game library.
10. Tap `Add Instance`
11. Select `Modrinth` tab from the left
12. Select "Fabulously Optimized"
13. Click `OK`
    * Optional: Select the version you want by selecting it on the dropdown before you click `OK`.
14. The modpack will now install.
15. Once installed, double-tap the icon and wait.
16. Tap `Options...` → `Controls...` → `Controller Settings...`
17. Select a controller, then `Done` → `Done` → `Done`
18. The game is now set up and you can just launch it from your game library from now on.
19. Bonus: if you want a better icon in your game library, [follow these instructions](https://prismlauncher.org/download/steam-deck/#artwork).

{% hint style="info" %}
If you get issues that are specific to Steam Deck, try asking on [r/SteamDeck on Reddit](https://old.reddit.com/r/steamdeck). Modpack moderators may not be able to help you.
{% endhint %}
{% endtab %}
{% endtabs %}


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.download.fo/install-instructions/prism-launcher.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
