# Social module

* **Friends System**
  * Individuals invited by you will appear in your friends list, where you can view the distance between friends, transfer $POTATO to each other, and directly initiate chat via Telegram.
* **Invitation System**
  * The inviter can share 10% of the invitee's $POTATO and 10% of the land occupation gold rewards.
* **People Nearby System**
  * Allows you to view non-invisible heyo users within a 100km radius and start a chat.
* **Personal Settings**
  * You can set your name, gender, and whether your location is visible to others within the heyo platform.


---

# Agent Instructions: 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:

```
GET https://heyoplanet.gitbook.io/heyoplanet-docs/heyo-planet/social-module.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
