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

# Commands

### *User*

1. `/account` - *Your Engage2Earn Account settings*
2. `/asksiva` *- Ask Sivas OpenAI everything you want*
3. `/balance` *- replies with your current balance*
4. `/connect-wallet` *- Connects a wallet and enables benefits*
5. `/daily` *- Complete Daily Quests to earn Rewards and accumulate Streaks*
6. `/disconnect-wallet` *- Disconnects a wallet from your account and disables benefits*
7. `/e2e` *- Engage2Earn Account settings (sends button to the channel)*
8. `/happy-hour` - Shows details about an active Happy Hour
9. `/hellosiva` *- Shows information about Siva*
10. `/help` *- Show all available commands for Siva*
11. `/level` *- Check your current level*
12. `/remove-twitter-account` *- Remove the X/Twitter account connected to SIVA*
13. `/tip` *- Tip Engagement Points to another user*
14. `/tweet2earn` *- Submit Tweets for Rewards*
15. `/verify-twitter` *- Post a tweet to verify ownership of your X-account*
16. `/withdraw` *- Withdraw/Convert engagement points into coins and tokens*

### *Admins & Owners*

1. `/add-admin` *- Add a new Siva administrator to the project*
2. `/collect-wallets` *- Collect wallets from a selected role in the chosen format*
3. `/games` *- Start games and manage settings*
4. `/give-reward` *- Gives the selected reward to the chosen user*
5. `/happy-hour-start` *- Start a new Happy Hour with custom settings*
6. `/happy-hour-stop` *- Stop a running Happy Hour*
7. `/list-admins` *- Responds with a list of all administrators for the project*
8. `/rain` *- Rain Engagement Points to active Members in a specified channel*
9. `/remove-admin` *- Remove a Siva administrator from the project*
10. `/reset-all-users` *- Resets a specified point type for all members of your community to 0*
11. `/reset-user` *- Resets a specified point type for a given user to 0*
12. `/set-channel` *- Sets a new Channel for bot messages*
13. `/show-wallet` *- Displays the connected wallet of a given user*


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.siva.gg/user-manual/commands.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
