# Commands

### :smile: Player Commands

| Command             | Description                    | Permission                  |
| ------------------- | ------------------------------ | --------------------------- |
| **/lfish**          | Basic access to commands       | `command.litefish`          |
| **/lfish catalog**  |                                | `command.litefish.catalog`  |
| **/lfish sell**     | Opens the selling GUI.         | `command.litefish.sell`     |
| **/lfish sell all** | Sells *all* fish in inventory. | `command.litefish.sell.all` |

### :sunglasses: Admin Commands

| Command                                                                | Description                                                        | Permission                  |
| ---------------------------------------------------------------------- | ------------------------------------------------------------------ | --------------------------- |
| **/lfish level set \<player> \<amount>**                               |                                                                    | `command.litefish.level`    |
| **/lfish level exp \[add/set] \<player> \<amount>**                    |                                                                    | `command.litefish.level`    |
| **/lfish reload**                                                      |                                                                    | `command.litefish.reload`   |
| **/lfish menu**                                                        |                                                                    | `command.litefish.menu`     |
| **/lfish debug**                                                       |                                                                    | `command.litefish.debug`    |
| **/lfish research**                                                    | Unlocks all categories (water, lava, void) for the player catalog. | `command.litefish.research` |
| **/lfish open \[sell/catalog/catalog\_type/category] \<player\_name>** |                                                                    | `command.litefish.open`     |
| **/lfish give bait  \<player\_name> \<bait\_id> \<amount>**            |                                                                    | `command.litefish.give`     |
| **/lfish give rod \<player\_name> \<rod\_id>**                         |                                                                    | `command.litefish.give`     |


---

# 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://paw-studio.gitbook.io/paw-studio-docs/litefish/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.
