> For the complete documentation index, see [llms.txt](https://mokoko.gitbook.io/mokokogame/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mokoko.gitbook.io/mokokogame/how-to-use/faq.md).

# FAQ

**1. What is Mokoko Bot?**

Mokoko Bot is an interactive game bot on Telegram that allows you to play various mini-games, earn points, and participate in the **airdrop rewards system**.

**2. How do I start playing on Mokoko Bot?**

To start playing, simply:

1. Open Telegram.
2. Search for **@MokokoOFLBot**.
3. Type **“/Start”** in the chat window to activate the bot.
4. Follow the instructions in the bot to begin playing games.

**3. How do I earn points in Mokoko Bot?**

You earn points by completing tasks and playing games within Mokoko Bot. The points you earn can be used for **airdrops** or **rewards**.

**4. What is the Invitation System and how can I benefit from it?**

The Invitation System allows you to earn **5%** of the points that your invited friends earn. By sharing your personal invitation link, both you and your friends can earn additional Mokoko points, which directly influence your final airdrop rewards.

**5. How can I share my invitation link?**

To share your invitation link:

1. Open the **Invite** section in **Mokoko Bot**.
2. Copy your personal invitation link.
3. Share it with your friends on social media, messages, or other platforms.

**6. How can I use my points to participate in the airdrop?**

Your points earned through playing games and the Invitation System contribute to your **total points**, which are used to calculate your share of the **airdrops**. The more points you have, the higher your share of the rewards.

**7. How do I know when I have earned an airdrop?**

Once you accumulate enough points, the bot will notify you about eligibility for an airdrop. The system will automatically distribute the rewards to eligible players based on their points.

**8. Can I play multiple games on Mokoko Bot?**

Yes! You can play multiple mini-games on Mokoko Bot. Simply use the game menu to select and play the games you enjoy.

**9. How can I track my progress and points?**

You can check your earned points and track your progress within the **Earn** section of the Mokoko Bot. This section will show you how many points you’ve accumulated and how close you are to earning rewards.

**10. How do I participate in the Earn section?**

To access the **Earn** section, simply type **/Earn** in the chat window with **Mokoko Bot**. This will show you available tasks and games that help you earn points.

**11. Can I earn points for actions other than playing games?**

Yes! In addition to playing games, you can earn points by completing tasks, referring friends, and interacting with the bot in various ways.

**12. How do I know if I’ve earned a reward?**

Once you reach certain milestones or complete tasks, Mokoko Bot will notify you when you’ve earned a reward or additional points. Rewards are automatically credited to your account.

**13. Are there any fees for using Mokoko Bot?**

No, Mokoko Bot is completely free to use. All games and tasks within the bot are available without any fees.

**14. Can I withdraw the points I earn?**

Points earned through Mokoko Bot can be used for **airdrops** or **rewards**. Currently, there is no option to convert points into other currencies, but they play a vital role in unlocking airdrop opportunities.

**15. What should I do if I face any issues while using the bot?**

If you encounter any problems while using Mokoko Bot, you can contact our support team via the **support link** provided in the bot or visit our official social media channels for assistance.


---

# 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://mokoko.gitbook.io/mokokogame/how-to-use/faq.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.
