# Commands

### Commands <a href="#commands" id="commands"></a>

**Souls of Elysium** has a few custom commands for some things!

| Command              | Notes                                                                                                                                                                                    |
| -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| /bless               | Shows which blessings you have.                                                                                                                                                          |
| /pos                 | Shows your current coordinates. Useful when submitting bug reports.                                                                                                                      |
| !expboost            | Shows active experience boosts.                                                                                                                                                          |
| !kills               | Check unjustified frag amounts                                                                                                                                                           |
| !buyhouse            | Use in front of a house door to buy the house.                                                                                                                                           |
| !sellhouse \<player> | A trade window will open to initiate the transaction. This requires the buyer to be close to the house. The house ownership will be transferred once the trade transaction is completed. |
| !leavehouse          | Leave the house. The house must be empty before you can leave it.                                                                                                                        |
| !demoniccharges      | How many charges remain of a demonic vial.                                                                                                                                               |
| !train               | Summons trainer when a trainer scroll is active.                                                                                                                                         |
| !train check         | Check amount of time remaining on trainer scroll.                                                                                                                                        |
| !cast                | Commands to start the casting system. Having casting enabled allows other players to view your game. Increases exp gained by 5%.                                                         |
| !cast on             | Enable casting.                                                                                                                                                                          |
| !cast off            | Disable casting.                                                                                                                                                                         |


---

# 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://soerpg.gitbook.io/soe-wiki/gameplay/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.
