> For the complete documentation index, see [llms.txt](https://docs.nuken.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nuken.xyz/options-customization/add-ons/using-add-ons.md).

# Using add-ons

<figure><img src="/files/9N1DQWtlOu4S6y3p2Yx5" alt=""><figcaption></figcaption></figure>

Each add-on's interface will be different, varying by developer and app functionality. However, in the actual menu the add-on appears in, there are a few options.

> **Reload** - If something isn't working right or you just want to reload your add-on, hit this button.

> **Info** - Open this menu to reveal information about an add-on's developer, version number, support link, and nuken Shop listing information. You can also directly support the developer via their donation link.

> **Pin** - Pretty self-explanatory. Pin the add-on to your workspace, allowing you to drag it around where you'd like. You can also minimize a pinned add-on, to keep it out of the way until you need it back.

{% hint style="info" %}
If the developer supports it, you can also adjust this add-on's size by dragging horizontally from the bottom right corner.
{% endhint %}


---

# 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://docs.nuken.xyz/options-customization/add-ons/using-add-ons.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.
