# Mimic

## [Download here](https://github.com/EndlessCodeGroup/Mimic)

{% hint style="warning" %}
You need **ItemsAdder** 2.5.3+ and **Mimic** 0.6.3+.
{% endhint %}

## How to get an ItemsAdder item using Mimic

To get a custom item using **Mimic** you have to use this command:

`/mimic items give <player> ia:<item id>`

### Example

`/mimic items give LoneDev ia:itemsadder:ruby_sword`

{% hint style="warning" %}
It's important to add `ia:` in front of the ItemsAdder custom item name or Mimic won't recognize it.

In this case `itemsadder:ruby_sword` must be specified as `ia:itemsadder:ruby_sword`.
{% endhint %}

## Compare an item

You can even compare an item using Mimic.

### Example

Hold a `Ruby Sword` in hand and run this command.

`/mimic items compare ia:itemsadder:ruby_sword`

![](/files/jF5RAfAofTMWFOZX65N0)


---

# 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/compatibility-with-other-plugins/compatible/mimic.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.
