> For the complete documentation index, see [llms.txt](https://docs.mydatacoin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mydatacoin.io/overview/how-to-contribute/by-inviting-new-members.md).

# By inviting new members

{% hint style="info" %}
**Disclaimer:** The development team is working diligently, and the documentation will be updated with each new release.
{% endhint %}

Here is a full instruction on how to invite people and earn DataCrystals:

1. Open the MyDataCoin application and navigate to the main menu.
2. Click on the "**Get 10 DC**" button to access your referral code.
3. Copy your referral code to your clipboard.
4. Share your referral code with your friends and acquaintances through social media, messaging apps, email, or any other way you prefer.
5. When someone uses your referral code to sign up for the MyDataCoin application, they will receive a bonus of 10 DataCrystals.
6. Once your referral's account is active and they complete certain tasks, you will receive a reward of 10 DC.
7. You can track your referral rewards in the "Referral" section of the MyDataCoin application.

Remember, you can only earn rewards for a limited number of referrals, so make sure to invite your friends and acquaintances early on to maximize your rewards.

<https://youtube.com/shorts/Z1vjJwhD00A?feature=share>


---

# 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.mydatacoin.io/overview/how-to-contribute/by-inviting-new-members.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.
