# Removing default content

{% hint style="info" %}
You shouldn't have any default asset if you didn't follow the optional steps of the [first install](/plugin-usage/first-install.md) tutorial.
{% endhint %}

Follow this tutorial to keep you only your own items, blocks and other things without any of the ItemsAdder content.

## How to remove default assets

Open `plugins/ItemsAdder/contents/` folder and delete the folders/files you don't need

Run this command: `/iacleancache items`.

Then run `/iazip`.

## Remove internal assets (not recommended)

If you want to COMPLETELY remove any already provided asset you have to disable this setting.

{% code title="config.yml" %}

```yaml
extract_internal_utility_assets: true
```

{% endcode %}

Open `plugins/ItemsAdder/contents/` folder and delete the folders/files you don't need.

Then run `/iazip`.

{% hint style="warning" %}
Do not report visual bugs if you delete internal ItemsAdder assets, some are used by the plugin to show GUIs and other things.
{% 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://itemsadder.devs.beer/faq/removing-default-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.
