# What's new

{% hint style="success" %}
**This page will always show what's new in the current latest PluginAPI features.**\
\&#xNAN;*Once Dashboard get released with a new version with new PluginAPI changes, this page will be updated with what has been added/removed in the new version*
{% endhint %}

## New API

### standalone

An API for plugins to be able to interact with Standalone Dashboard

{% content-ref url="/pages/SwPxhkAIBky40CjiYOCk" %}
[standalone](/dashboard-plugin/api-and-gui/api/standalone.md)
{% endcontent-ref %}

### useStandalone

A react hook for plugins to be able to interact with Standalone Dashboard

{% content-ref url="/pages/KABGFtV0wC0hZjbxUx9U" %}
[useStandalone](/dashboard-plugin/api-and-gui/api/usestandalone.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/whats-new.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.
