> For the complete documentation index, see [llms.txt](https://six502.gitbook.io/wp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://six502.gitbook.io/wp/dice-or-dead/aitemutoha.md).

# アイテムとは？

アイテムとは、様々な効果を得ることができるものです。アイテムの入手方法は、アイテム[マス](/wp/dice-or-dead/masutoha.md)に止まることや、アイテム売り場での購入で入手可能です。[マス](/wp/dice-or-dead/masutoha.md)を進めるのに役立つ進行系や、様々な効果を得られる便利系などのアイテムを使い、ゲームの展開を巧みに操作できます。

### 進行系

サイコロの数を増やしたり特定の目だけ進めるようになる他、特定条件のワープをするサポートアイテムなどがあります。

### 便利系

資産増額から進行妨害に至るまで幅広い種類がありますが、運によっては不利に働く場合もあるアイテムです。

### 損害系

便利系アイテム枠に居座り、効果が切れるまで所有者だけに損害を与えるアイテムなどがあります。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://six502.gitbook.io/wp/dice-or-dead/aitemutoha.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
