# Dexo

{% hint style="info" %}
**Important:** this plugin was created for the purpose of teaching programming and implementing certain mechanics in the creator's project. Because of this, if you encounter any problems, please contact the plugin developer.
{% endhint %}

## Prerequisites <a href="#prerequisites" id="prerequisites"></a>

To use Dexo, you need to install the following plugins:

* [Denizen](https://github.com/DenizenScript/Denizen)
* [Nexo 1.7+](https://polymart.org/product/6901/nexo)

Before using Dexo, you should have basic knowledge of how the Denizen and Nexo plugins work. For this reason, I strongly recommend that you familiarize yourself with their wikis

* [Denizen Wiki](https://guide.denizenscript.com/)
* [Nexo Wiki](https://docs.nexomc.com/)


---

# 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://t0lfy.gitbook.io/dexo/dexo.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.
