# Installing Your First Custom Plugin

1. Click **Developer**.

<figure><img src="/files/RUmAX66XT4LCzrYtKWxK" alt=""><figcaption></figcaption></figure>

2. Click **Upload Your First Plugin**.

<figure><img src="/files/uJMolV8sgY2XS92ouwzP" alt=""><figcaption></figcaption></figure>

3. Enter details below:
   * Plugin Name
   * Detailed Description
   * Select the category for plugin.
   * Enter the initial version of the plugin.
   * Enter **Author Name**.
   * Upload plugin file (in PHP only).
   * Click **Submit for Review**.

<figure><img src="/files/b3pPB9q2qd6sQgaIo3Jb" alt=""><figcaption></figcaption></figure>


---

# 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://docs.kuasa.io/plugins/installing-your-first-custom-plugin.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.
