# Adventure Studios Usage Guide

## Adventure Studios | Welcome

Hello! This gitbook will provide quick and easy tutorials for all of our market products. We'll be actively changing this gitbook to make sure everything is up-to-date with our current products. If you need support, please join our [discord](https://discord.gg/xavAwrpp6x).

### Product Installation

All of our products are purchased from and downloaded directly to your server from the [Minehut Market](https://minehut.com/market/creator/adventure-studios).\
You **SHOULD NOT** purchase our products from anywhere but our market page as they are likely scams.

{% hint style="info" %}
Our market page can be located at [https://minehut.com/market/creator/adventure-studios](https://shop.minehut.com/collections/adventure-studios)
{% endhint %}

Once installed, you need to navigate to the skript folder in your file manager.

> File Manager / Plugins / Skript / Scripts / \<product>

You can tell if you've landed yourself in one of our products files if you see this text at the top.

```
# =================================================
# EXAMPLE PRODUCT
# Developed by Adventure Studios for the Minehut Market
# EXAMPLE REQUIREMENT
# EXAMPLE DESCRIPTION
# https://shop.minehut.com/collections/adventure-studios - Minehut Marketplace profile
# https://discord.gg/Cd8RHTdVgb - Official Team Discord
# =================================================
```

### Page List

Use the headings below to jump to the usage page for the product you need help with.

| Product                                                                                                      |
| ------------------------------------------------------------------------------------------------------------ |
| [Ultimate Leaderboards](https://adventurestudios.gitbook.io/adventure-studios/ultimate-leaderboards/welcome) |
| [Ultimate Pets](https://adventurestudios.gitbook.io/adventure-studios/ultimate-pets/welcome)                 |
| [Chat Enhancer](https://adventurestudios.gitbook.io/adventure-studios/chat-enhancer/welcome)                 |
| [Planes](https://adventurestudios.gitbook.io/adventure-studios/planes/welcome)                               |


---

# 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://adventurestudios.gitbook.io/adventure-studios/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.
