> For the complete documentation index, see [llms.txt](https://docs.ohalee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohalee.com/products/ultimateguilds/command-and-permissions.md).

# Command & Permissions

<table><thead><tr><th width="157">Command</th><th width="157">Parameters</th><th width="244">Permission</th><th>Capabilities</th></tr></thead><tbody><tr><td>/guild create</td><td>&#x3C;name></td><td>guilds.command.create</td><td>Create the guild</td></tr><tr><td>/guild tag</td><td>&#x3C;tag></td><td>guilds.command.tag</td><td>Set the guild’s tag</td></tr><tr><td>/guild invite</td><td>&#x3C;player></td><td>guilds.command.invite</td><td>Invite someone</td></tr><tr><td>/guild kick</td><td>&#x3C;player></td><td>guilds.command.kick</td><td>Kick a player</td></tr><tr><td>/guild ban</td><td>&#x3C;player></td><td>guilds.command.ban</td><td>Ban a player</td></tr><tr><td>/guild unban</td><td>&#x3C;player></td><td>guilds.command.unban</td><td>Unban a player</td></tr><tr><td>/guild disband</td><td></td><td>guilds.command.disband</td><td>Disband the guild</td></tr><tr><td>/guild accept</td><td>&#x3C;player></td><td>guilds.command.accept</td><td>Join the guild</td></tr><tr><td>/guild leave</td><td></td><td>guilds.command.leave</td><td>Leave from the guild</td></tr><tr><td>/guild list</td><td></td><td>guilds.command.list</td><td>Show players</td></tr><tr><td>/guild info</td><td></td><td>guilds.command.info</td><td>Show info</td></tr><tr><td>/guild desc</td><td>&#x3C;description></td><td>guilds.command.description</td><td>Set description</td></tr><tr><td>/guild rename</td><td>&#x3C;name></td><td>guilds.command.rename</td><td>Rename guild</td></tr><tr><td>/guild open</td><td></td><td>guilds.command.open</td><td>Open Guild GUI</td></tr><tr><td>/guild promote</td><td>&#x3C;player></td><td>guilds.command.promote</td><td>Promote player</td></tr><tr><td>/guild demote</td><td>&#x3C;player></td><td>guilds.command.demote</td><td>Demote player</td></tr><tr><td>/guild admin</td><td>&#x3C;player></td><td>guilds.command.admin</td><td>Set guild owner</td></tr><tr><td>/guild check</td><td>&#x3C;username></td><td>guilds.check</td><td>Show info about a player</td></tr><tr><td>/guild xp</td><td>&#x3C;g_id / g_name></td><td>guilds.xp.&#x3C;sub></td><td>Modify XP</td></tr><tr><td>/guild level</td><td>&#x3C;g_id / g_name></td><td>guilds.level.&#x3C;sub></td><td>Modify Level</td></tr><tr><td>/guild log</td><td>&#x3C;guild id></td><td>guilds.log</td><td>Show guild log</td></tr><tr><td>/guild reload</td><td></td><td>guilds.reload</td><td>Reload all configs</td></tr></tbody></table>


---

# 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://docs.ohalee.com/products/ultimateguilds/command-and-permissions.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.
