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

# Profile commands

{% hint style="warning" %}
⭐ - [Premium command](/eng/premium.md) ([Premium](/eng/premium.md))
{% endhint %}

{% hint style="success" %}
The commands are available to all server users.
{% endhint %}

|   Command name   |             Comman description            | Arguments |
| :--------------: | :---------------------------------------: | :-------: |
|   /achievements  |            Viewing achievements           |  \[user]  |
|   /cookies buy   |                Buy cookies                | \<amount> |
|   /cookies give  |         Give cookies to the server        | \<amount> |
|     /invites     |            Viewing Invitations            |  \[user]  |
|  /marry-divorce  |             Annul the marriage            |  \<user>  |
|      /marry      |                Get married                |  \<user>  |
|     /profile     |                View profile               |  \[user]  |
| /quests overview |               Viewing quests              |  \[user]  |
|   /quests info   |                 View quest                |  \[user]  |
|    ⭐/rank-set    | Set your own properties for the rank card |     -     |
|       /rank      |             View profile card             |  \[user]  |

{% hint style="warning" %}
The following commands are available only to server administrators.
{% endhint %}

| Command name |      Command description      |     Arguments     |
| :----------: | :---------------------------: | :---------------: |
| /trophy give |   Give a trophy to the user   | \[user] \[trophy] |
| /trophy take | Take the trophy from the user | \[user] \[trophy] |

{% hint style="info" %}
< > - required argument \[ ] - optional argument | - OR
{% endhint %}


---

# 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.wetbot.space/eng/commands/profile.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.
