> For the complete documentation index, see [llms.txt](https://apidocs.openticket.dj-dj.be/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidocs.openticket.dj-dj.be/quick-start.md).

# Quick start

{% hint style="danger" %}
**There are still more than 50 pages missing in this documentation!**\
Don't expect to find everything about the open ticket v4 API here yet! It will take some time to finish this documentation, but once its ready it will be your best manual for creating open ticket plugins!
{% endhint %}

Hey! You found the API docs for open ticket 4.0! We are still working on lots of pages and a lot of the information is still incorrect, so if you want to try to create a plugin make sure it still works on release!

### Layout Guide:

<mark style="color:green;">**Green**</mark> => A required parameter in a function\ <mark style="color:yellow;">**Yellow**</mark> => An optional parameter in a function\ <mark style="color:blue;">**Blue**</mark> => The result/returning value of a function\ <mark style="color:red;">**Red**</mark> => This is a static function on a class. (you don't need to construct the class first)

*<mark style="color:red;">**\[static]**</mark>***&#x20;function(parameter:&#x20;**<mark style="color:green;">**value**</mark>**) =>&#x20;**<mark style="color:blue;">**result**</mark>

\=> Here needs more explaination
