# Quest Wiki

![](/files/-MFPziQ-xH-sTaqrjflJ)

***Quests is a new, sophisticated system that allows players to explore and gain rewards***. Whether you run prison servers, factions, or survival, Quest's has its own unique way of fitting in and providing a fun interactive way for players to use their resources. For admins of servers, *Quests* provides a way to remove and control the amount of specific items on the server.&#x20;

**Quests has been developed to have a high level of customisation**, allowing you to craft and mould it to suit you servers play-style. If you would like to suggest further customisations to be added, be sure to [contact me.](/quest-wiki/installation-and-setup-1/support.md)

**SQLite is used for all of&#x20;*****Quests*****&#x20;data storage.** By using SQLite, we are able to improve plugin performance and read and write more effortlessly, rather than using files on disk. By using a database, we have also kept the ability in the future for api's to be developed so player stats can be displayed on third party sites.&#x20;

![](/files/-MHEdj9zcQq6GOsCvyV7)


---

# 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://plagueisthewise.gitbook.io/quest-wiki/master.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.
