> For the complete documentation index, see [llms.txt](https://docs.anarchy.ac/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anarchy.ac/server-info/commands.md).

# Commands

```
/msg: Sends a private message to another player.
/rules: Displays the server's rules.
/kill: Causes your character to die intentionally.
/home: Teleports the player to their set home location.
/sethome: Sets the player's current location as their home.
/delhome: Deletes a specified home location (e.g., /delhome main)
/store: View the server store ingame.
/msgtoggle: Toggles the ability to receive private messages on or off.
/unignore: Removes a player from your ignore list, allowing you to see their messages again.
/nick: Sets or changes your nickname in the game.
/ignore: Ignores messages from a specific player.
/vote: See all of the links to vote for the server.
/afk: Marks you as away from keyboard.
/votetotal: Shows the total number of votes you have.
/vote shop: Shows the Vote Shop.
/buy: View the server store ingame.
/help: General help command for the server.
/r: Responds to the last person who messaged you.
```


---

# 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:

```
GET https://docs.anarchy.ac/server-info/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.
