> For the complete documentation index, see [llms.txt](https://docs.giftoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.giftoin.com/home/discord-app.md).

# Discord App

<mark style="color:purple;">**How do I start as an active member on the Discord server?**</mark>

Glad to have you with us! To begin, verify yourself by typing the command /verify and entering your email.

<mark style="color:purple;">**What happens when I use the /verify command?**</mark>

When you use the /verify command on Discord, a window will prompt you to enter your email. Once done, an email will be sent to you. Click on the “Access” button in your email in order to access your wallet, which will contain your first card in the collection. Verification also grants you access to participate in daily activities.

<figure><img src="/files/Lc2TQ0jJmGIQvu2FbqRK" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/zGwXU3dwP39cyZFdlLQZ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/NSYJ6kSr82lDmlzAVdUG" alt=""><figcaption></figcaption></figure>

<mark style="color:purple;">**What commands are available on the Discord server?**</mark>

The commands include: /verify for authentication (You do it only once). /daily for claiming daily rewards. /giveaway for joining a giveaway lottery, and- /my-info for accessing your cards and rewards.

<mark style="color:purple;">**Now that I know what the /verify do, what happens when I will use the /daily command?**</mark>

Using the /daily command will prompt a message confirming you've received a card. Access your [loyalty wallet ](/home/loyalty-wallet.md)via the link provided in Discord to claim your daily card. Only verified users can participate.

<figure><img src="/files/q6vc2GGZYfPc6ihAO42y" alt=""><figcaption></figcaption></figure>

<mark style="color:purple;">**What happens when I click on the”Join Giveaway” button?**</mark>

By clicking "Join Giveaway," you can participate in a lottery to win additional collectible cards. Only verified users can participate.

<mark style="color:purple;">**What happens when I use the /my-info command?**</mark>

This command provides information about you and a link to the wallet where you can review received Giftoins, collected cards, and rewards.

<figure><img src="/files/3UKpdQ1N2XxtPwJBiyN7" alt=""><figcaption></figcaption></figure>


---

# 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.giftoin.com/home/discord-app.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.
