# Downloaded Content

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

When you download content from the nuken Shop, it's automatically installed to the correct location in the `content/` directory. After you relaunch nuken, your content will appear in the **Downloaded Content Menu**.

### Accessing your content directories

From this area, you can view where your content is installed directly (in your default file explorer).

> **`content/addons`** - Where add-ons get installed. If you have additional `.js` add-on files you'd like nuken to run, drop them here.&#x20;

> **`content/themes`** - Where all themes get installed. If you have additional `.css` theme files you'd like to apply, you can drop them here.

> **`content/templates`** - Where templates get installed. You can drop your custom template files here in this directory if you'd like. Just make sure to relaunch nuken afterwards.&#x20;

### View detected content

The **Downloaded Content Menu** has two more sections you might find interesting.

> **Detected content** - All detected nuken content (content that's been set up in a way nuken can parse and understand) will show up here. If you'd like to delete an item displayed here, see the section below and delete the file itself.

> **All detected files** - Regardless of whether it's official / detected nuken content, all files nuken runs show up here. You can view the file directly, or even delete it.&#x20;

{% hint style="info" %}
Any changes you make to downloaded content (whether it's installing or deleting files), will require you to relaunch nuken.&#x20;
{% endhint %}


---

# 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.nuken.xyz/the-menus/downloaded-content.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.
