> For the complete documentation index, see [llms.txt](https://obey.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://obey.gitbook.io/wiki/readme.md).

# Developer Platform

<h2 align="center">Welcome to the Crown Wiki</h2>

<p align="center">You should find all the information you need to use our plugins.<br>If any questions come up or something seems unclear, please contact us in our discord.</p>

<p align="center"></p>

<p align="center"><a href="https://discord.gg/crowndev" class="button primary" data-icon="discord">Join the Community</a> <a href="/spaces/WZT2InZJrN5fXmcUJNHZ" class="button secondary" data-icon="folders">Browse Documentation</a></p>

{% hint style="info" %}

## Please keep in mind that we are constantly working on the plugins, if you see anything outdated or missing please let us know! Thank you.

{% endhint %}

{% columns %}
{% column %}

### Monetize your Server

Why miss out on sales ?

Purchase [<mark style="color:orange;">CrownStoreData</mark>](https://obey.gitbook.io/wiki/storedata/) today and start maximizing your profit right away!\
\
Trusted by <mark style="color:orange;">+150</mark> Servers.

<a href="https://builtbybit.com/resources/crownstoredata.52755/" class="button primary" data-icon="rocket-launch">Purchase Now</a> <a href="/spaces/0eeKoDClZGEHoyWwStFX" class="button secondary" data-icon="folders">Documentation</a>
{% endcolumn %}

{% column valign="middle" %}

<figure><img src="/files/AfGi3yqIiMOgX5rjbdkl" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

***

{% columns %}
{% column %}

<figure><img src="/files/kMUUolxjEDY8Ipj7NURs" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column valign="middle" %}

### Level Up Your Monetization

Create engaging events for your supporters with [<mark style="color:orange;">CrownStoreEvents</mark>](https://obey.gitbook.io/wiki/storeevents/).

<a href="https://builtbybit.com/resources/crownstoreevents.105233/" class="button primary" data-icon="rocket-launch">Purchase Now</a> <a href="/spaces/bwfhX3ViEZ5jXIJsXejQ" class="button secondary" data-icon="folders">Documentation</a>
{% endcolumn %}
{% endcolumns %}


---

# 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://obey.gitbook.io/wiki/readme.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.
