# Dead Sea Scrolls (DSS)

<https://github.com/Meowlala/DeadSeaScrollsMenu>

## What is this?

Dead Sea Scrolls (DSS) is a mod library that can be used to add a customizable menu to your Isaac mod. It is highly configurable and is used by mods such as [Fiend Folio: Reheated](https://steamcommunity.com/sharedfiles/filedetails/?id=2851063440) and [Epiphany](https://steamcommunity.com/sharedfiles/filedetails/?id=2635111236).

<figure><img src="/files/hahec779dhW9Iu06z0RO" alt="A collage of four images all displaying examples of how dead sea scrolls can be used"><figcaption><p>Dead Sea Scrolls being used to make settings menus and changelogs.</p></figcaption></figure>

DSS is mod-independent and doesn't require the developer to change anything within its core code.

## Getting started

* [Dead Sea Scrolls (DSS)](/dead-sea-scrolls/getting-started/readme.md)
* [Installation](/dead-sea-scrolls/getting-started/installation.md)

## Tutorials

* [Making a basic menu](/dead-sea-scrolls/tutorials/making-a-basic-menu.md)
* [Adding changelogs](/dead-sea-scrolls/tutorials/adding-changelogs.md)
* [Adding menu palettes](/dead-sea-scrolls/tutorials/adding-menu-palettes.md)
* [Gotchas](/dead-sea-scrolls/tutorials/gotchas.md)

## Documentation

* [Global Methods](/dead-sea-scrolls/documentation/global-methods.md)

These docs were made by [Slugcat](https://lookup.guru/334148476218769408) and are a **WORK IN PROGRESS!** If you have any requests or questions, let her know.


---

# 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://maya-bee.gitbook.io/dead-sea-scrolls/getting-started/readme.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.
