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

# Vedoo App (TBA)

- [Earning Module](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/earning-module.md): Unlocking Value through V-Coins and VOKey-Coins
- [Staking](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/earning-module/staking.md)
- [In App Wallet](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/earning-module/in-app-wallet.md)
- [Level Model](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/earning-module/level-model.md): Increase the fun and earn more!
- [Stages and requirements](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/earning-module/level-model/stages-and-requirements.md)
- [Bonus Gamification Elements](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/earning-module/level-model/bonus-gamification-elements.md)
- [Mystery Boxes](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/earning-module/mystery-boxes.md)
- [Gifts in Mystery Boxes](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/earning-module/mystery-boxes/gifts-in-mystery-boxes.md)
- [Example: Mystery Box](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/earning-module/mystery-boxes/example-mystery-box.md)
- [How to claim?](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/earning-module/mystery-boxes/how-to-claim.md)
- [Social Module](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/social-module.md): Introduction to Vedoo's Social Module
- [Dating Element](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/social-module/dating-element.md): More than just entertainment
- [Live Streaming Module](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/social-module/live-streaming-module.md): Interactivity and community experience
- [Live Streaming](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/social-module/live-streaming-module/live-streaming.md)
- [Making and Receiving Donations in Live Streams and Video Chats](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/social-module/live-streaming-module/making-and-receiving-donations-in-live-streams-and-video-chats.md)
- [Collecting Gifts as an Interactive Feature](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/social-module/live-streaming-module/collecting-gifts-as-an-interactive-feature.md)
- [Private Chat (Text Chat)](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/social-module/private-chat-text-chat.md)
- [Private Exchange](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/social-module/private-chat-text-chat/private-exchange.md)
- [Making and Receiving Donations in Text Chats](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/social-module/private-chat-text-chat/making-and-receiving-donations-in-text-chats.md)
- [Private Video Chats](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/social-module/private-chat-text-chat/private-video-chats.md)
- [Vedoo Chat (Video Chat)](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/social-module/vedoo-chat-video-chat.md): More than just a conversation
- [Random Connecting](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/social-module/vedoo-chat-video-chat/random-connecting.md)
- [Customization Options](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/social-module/vedoo-chat-video-chat/customization-options.md)
- [Authentic Conversations](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/social-module/vedoo-chat-video-chat/authentic-conversations.md)
- [Advantages of Vedoo Chat](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/social-module/vedoo-chat-video-chat/advantages-of-vedoo-chat.md)
- [Economic Module](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/economic-module.md): Introduction to Vedoo's Economic Module
- [Free to Use - or What We Call a Basic Use](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/economic-module/free-to-use-or-what-we-call-a-basic-use.md)
- [Membership Models](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/economic-module/membership-models.md)
- [In-App Purchase](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/economic-module/in-app-purchase.md): In-App Purchases with V-Coins on Vedoo
- [Potential Use Cases](https://vedoo.gitbook.io/vedoo/vedoo-app-tba/economic-module/potential-use-cases.md): Vedoo user network: The connected mobile video chat ecosystem


---

# 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://vedoo.gitbook.io/vedoo/vedoo-app-tba.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.
