# Permissions and commands

### Permissions

| Permissions          | Fuctions                                          |
| -------------------- | ------------------------------------------------- |
| elitefurniture.craft | access to /ef crafts                              |
| elitefurniture.merge | access to /ef merge yml                           |
| elitefurniture.model | access to /ef model                               |
| elitefurniture.admin | aadds all of the above permissions and /ef reload |

### Commands

<table><thead><tr><th width="372">Commands</th><th>Fuctions</th></tr></thead><tbody><tr><td>/ef help</td><td>see all commands</td></tr><tr><td>/ef crafts</td><td>add tables/crafts to the plugin</td></tr><tr><td>/ef reload</td><td>reload plugin</td></tr><tr><td>/ef model</td><td>assigning a pattern when several items of a material are joined together (you need to have the item in hand)</td></tr><tr><td>/ef merge yml</td><td>transfer all your data to MySQL</td></tr></tbody></table>


---

# 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://plugins.elitefantasy.net/elite-plugins/elitefurniture/permissions-and-commands.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.
