> For the complete documentation index, see [llms.txt](https://docs.discorddungeons.me/quest-editor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.discorddungeons.me/quest-editor/quest-blocks/take_item.md).

# Take Item Block

![Take Item Block](/files/-LNjFR0B3Tzrk_R2lUIK)

The take item block will take one or more of an item from the users inventory.

## Parameters

| Name        | Usage                          | Type   | Other |
| ----------- | ------------------------------ | ------ | ----- |
| Item ID     | The ID of the item to take     | Text   |       |
| Item Amount | The amount of the item to take | Number |       |

This block is compatible with the [Promise Block](/quest-editor/quest-blocks/promise.md)
