# 📜 Commands and Permissions

FlowHeal comes with intuitive commands and a permissions system that allows server admins to manage who can heal themselves or others.

## Commands

* **/heal**
  * **Description**: Heal yourself back to full health instantly.
  * **Usage**: `/heal`
  * **Permission**: `flowheal.use`
  * **Example**: A player types `/heal` and instantly regains all health.
* **/heal**
  * **Description**: Heal another player on the server. This is useful for team-based gameplay or helping friends during tough situations.
  * **Usage**: `/heal <player>`
  * **Permission**: `flowheal.target`
  * **Example**: `/heal Alex` will heal the player named Alex if they are online.

## Permissions

* **flowheal.use**
  * **Allows**: Players to heal themselves.
  * **Usage**: Grant this permission to let players use `/heal`.
* **flowheal.target**
  * **Allows**: Players to heal other players.
  * **Usage**: Give this permission to trusted players or roles that should be able to heal others in your server.


---

# 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://zenplugins.gitbook.io/documentation/flowheal/commands-and-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.
