# アタッチャブルタイプ

アタッチャブルタイプには、シューズに装着するアイテムとユーザーに装着するアイテムの2種類があります。&#x20;

シューズに装着するアイテムは、一度装着すると取り外すことはできませんが、他のアイテムと交換することは可能です。シューズにアイテムを装着すると、一定のコストがかかります。&#x20;

ユーザーに装着するアイテムは、ユーザーに装着されると取り外すことはできません。同じユーザーに複数の同じアイテムを登録することはできず、アイテムを登録する際にはコストはかかりません。ただし、ユーザーにアイテムを装着すると、一定のコストがかかります。


---

# 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://thesnkrz.gitbook.io/jp/aitemu/atatchaburutaipu.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.
