# Permissions

* Users

  * /ia
    * ia.user.ia
  * /iarecipe
    * ia.user.iarecipe
  * crafting
    * ia.user.craft.PERMISSION (or to give all crafting permissions just use ia.user.craft.\*)
  * emoji
    * **/emoji, /iaemoji, /e** book GUI (shows a book with the list of emojis)
      * ia.user.emoji.gui
    * &#x20;**/emoji \<text>, /iaemoji \<text>, /e \<text>** (shows a tab list with emojis based on searched term)
      * ia.user.emoji.hints
    * Use emojis in chat
      * ia.user.emoji.chat
    * Use emojis in commands
      * ia.user.emoji.command
    * Use emojis in signs
      * ia.user.emoji.sign
    * Use emojis in books
      * ia.user.emoji.book
    * Use emojis in anvil rename field
      * ia.user.emoji.anvil
    * Permission to use an emoji
      * ia.user.emoji.use.\<EmojiName>
      * Example: ia.user.emoji.use.heart

* Admin
  * /iaget
    * ia.admin.iaget
  * /iagive
    * ia.admin.iagive
  * /iatag
    * ia.admin.iatag
  * Edit permission (edit button in /ia)
    * ia.admin.edit

* Other:
  * Bypass kick on refuse resourcepack
    * ia.resourcepack.bypasskick


---

# 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://lonedev.gitbook.io/itemsadder/permissions.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.
