> 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/installing-add-ons.md).

# Installing add-ons

{% hint style="info" %}
**nuken can install Shop content automatically.** Please read [Downloading content](/the-basics/downloading-content.md) for more information on downloading Shop content, or accessing content directories manually.
{% endhint %}

If the add-on is a usable app, you should see its icon appear in the **Add-on Menu** the next time you start nuken.

<figure><img src="/files/MIk1yLvMjlLZJG4gzbgH" alt=""><figcaption><p>Here's an example. We've installed a few here.</p></figcaption></figure>

{% hint style="info" %}
If the add-on you've installed is a background add-on (not set up for use as an app), or other patch, you won't see it in the **Add-ons Menu**. It'll just run automatically.&#x20;
{% endhint %}

{% hint style="success" %}
There's no limit to the amount of add-ons you can have installed at one time.
{% 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/installing-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.
