# Admin commands

{% code title="Admin Commands" overflow="wrap" %}

```lua
/setgold id amount 
/addgold id amount 
/removegold id amount 
/setxp id amount
/addxp id amount 
/removexp id amount 
/setcash id amount
/addcash id amount 
/removecash id amount 
/setjob id jobname jobgrade 
/setgang id gangname gangrank
/kick id reason 
/ban id reason 
/clearchat
/noclip 
/revive id 
/kill id 
/freeze id true/false
/playerefresh id -- for set datas for player from SQL DB (example you change data on website and use this command for refresh the player in real time)
/jail id         -- for send the player to sisika
/tp 1 to 14 -- (14 is Guarma Spawn)
/tpm 
/restored -- Restore Eat and Drink to 100%
/gotome id 
/inspect id 
/checkinventory id 
/resetinventory id 
/itemadd id item quantity
/itemremove id item quantity
/chatstaff
/tx
/chattag ID
/dv
/dh
/ghostmod 
/godmod
```

{% endcode %}


---

# 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://altitude-dev.gitbook.io/doc/roleplay-functions/admin-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.
