# General

The following commands apply to both Survival & Creative:

* **/hub** = Return to the server hub
* **/spawn** = Teleport to the server spawn
* **/servers** = Open the server selector menu
* **/cmds** = Open a menu with info about useful commands
* **/links** = Open the links menu
* **/rules** = Get a link directly to the [Server Rules](/crafthorizon/getting-started/server-rules.md) page
* **/settings** = Open the settings menu to toggle certain features
* **/trapped** = Teleport out of a claim if you are stuck
* **/msg \<player> \<message>** = Send a private message to another player
* **/r \<message>** = Reply to your most recent private message
* **/warp \<name>** = Warp to a location
* **/warplist** = View a list of warps
* **/towns** = View a list of towns
* **/sit** = Sit down
* **/crawl** = Crawl around on the floor
* **/lay** = Lay on your back on the floor
* **/layback** = Lay on your back on the floor with your feet in the air (1.21.9+)
* **/bellyflop** = Lay on your front on to the floor
* **/hat** = Put your currently held item on your head
* **/afk** = Let everyone know you're no longer at your keyboard, or have just returned
* **/locator** = Toggle the Locator Bar

The following commands apply to Survival only:

* **/bal** = Check your current balance
* **/pay \<player> \<amount>** = Pay a player some money
* **/veinminer toggle \[tool]** = Turn vein mining on/off, either altogether or only with a specified tool
* **/axgraves list**= Displays a list of your current graves and their locations in chat
* **/iteminfo** = Get information about the item in your hand
* **/shopinfo** = Get information about the shop you are currently looking at
* **/givepet \<player>** = Transfer ownership of a tamed animal to another player

The following commands apply to Creative only:

* **/worlds** = Select a world to teleport to
* **/ptimes** = Select the current time of day for yourself (season not affected)
* **/pweathers** = Select the current weather for yourself (season not affected)
* **/elevatorsmenu** = Open the elevators menu to get yourself some elevator blocks!


---

# 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://classicscraftworks.gitbook.io/crafthorizon/commands/general.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.
