# I removed blocks but keep saying that I used all the IDs

If you're really sure you can use this command to cleanup the plugin cache: `/iacleancache`\
It will remove all the cached IDs so that you can reuse the old IDs of removed blocks.

{% hint style="info" %}
**Why does ItemsAdder have a blocks IDs cache?**

Cache exists because if you remove a block by mistake and then you want to add it back it will have the same old ID instead of a new one each time.
{% 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/japanese/faq/i-removed-blocks-but-keep-saying-that-i-used-all-the-ids.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.
