> For the complete documentation index, see [llms.txt](https://docs.demonion.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.demonion.io/eng-1/community-guide/discord-guide.md).

# Discord Guide

{% embed url="<https://medium.com/mvl-ecosystem/essential-guide-for-demo-discord-bot-commands-82764b0107d2>" %}

### Check Points

![](/files/sQqkU4MX1RTiblbUv3DU)

`Enter /point check`

1. Able to check how many points are owned

### Invite Frends

![](/files/4VGFzPGxyma3djZZtCwE)

1. Click the toggle button(v) in the upper left corner.
2. Click “Invite People”
3. You can invite your friends and share the link below with them.

![](/files/ccyVQ5vXxrfiAy7t9QrU)

### Register Wallet Address

![](/files/TdwxNDTLbiZnaR0Urell)

1. Register `/wallet resigter` and press the Enter Button.
2. Copy and paste your wallet address.
3. Press Enter.
4. Success

### Confirm Wallet Registration

![](/files/HN6jzBM9Dtc3ylnVOsZU)

1. Register`/wallet status` to check if your wallet is registered.

### Apply for a Whitelist

<mark style="color:red;">**Notice**</mark>

In order to apply for the whitelist, a wallet address must be registered before that, and appropriate points are required.

![](/files/Gh46A2xga1WLYUW8MWCD)

Register `/whitelist apply` to apply for the whitelist.

![](/files/KJZSVEgotBbmJJBMeeDT)

Want to know the whitelist situation, register `/whitelist status`

##


---

# 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.demonion.io/eng-1/community-guide/discord-guide.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.
