> For the complete documentation index, see [llms.txt](https://docs.udex.one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.udex.one/feature/udex-luck/getting-started.md).

# Getting Started

This article will introduce the user interface of uDEX Luck to help users quickly learn how to utilize its main features.

#### Using the [uDEX Luck Bot](https://t.me/uSocial_Bot) to Send Gift Boxes:

1. **Add the** [**uDEX Luck Telegram Bot**](https://t.me/uSocial_Bot)\
   Simply click this link: "[uDEX Luck Bot](https://t.me/uSocial_Bot)," then click the "Start" button at the bottom to begin using the uDEX Luck Telegram Bot.
2. **Make a Deposit**\
   Click "Deposit" to start adding the assets you intend to use for sending gift boxes.
3. **Create a Gift Box**\
   Click the "Create" button to open the gift box creation page. Follow the prompts to customize your gift box and complete the payment.
4. **Share the Gift Box**\
   After successfully creating the gift box, share it in your designated Telegram chat room or on the X platform.

<figure><img src="/files/ilJQ9WYLQM1sqqn1k7ll" 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.udex.one/feature/udex-luck/getting-started.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.
