# API

With Plugin-API you get many helpful hooks, methods, functions, and some base components which you can extend.\
Dashboard Plugin-API doesn't just provide your plugin a register method to register the plugin.

###

### Check out what's new with Plugin-API:

{% content-ref url="/pages/-MS3TJ\_ILtBIvxOs\_M\_8" %}
[What's new](/dashboard-plugin/whats-new.md)
{% endcontent-ref %}

###

### See an overview of the API's content:

{% content-ref url="/pages/-MS3RbLM0\_9Crc-64Rzf" %}
[Overview](/dashboard-plugin/api-and-gui/api/overview.md)
{% endcontent-ref %}


---

# 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.navigaglobal.com/dashboard-plugin/api-and-gui/api.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.
