# Friends

Users can view and copy their own unique identification (UID) to share with their friends by tapping on the UID.&#x20;

{% tabs %}
{% tab title="Adding someone" %}
![Frederick adding kimlai](/files/-MenGCup5Kj8CgglIFin)

Users will also be able to send friend requests from here by searching up the UIDs from their friends. A pop-out will show the avatar and stats of the friend to be added.&#x20;
{% endtab %}

{% tab title="Receiving a request" %}
![kimlai receiving request from Frederick](/files/-MetlYk7Qyok_BJ_v9iu)

When a request is sent, the other user will see a request on a separate page. They can then respond to the request by tapping on the respective button.&#x20;
{% endtab %}

{% tab title="Friend List" %}
![Frederick now appears on kimlai's friend list](/files/-MenGCur3i5Eq_ZRaakl)

After accepting the friend request, users will now be able to see their friends in the Friends screen. Tapping on a friend would bring up a similar card as shown in the first picture, with the new option to unfriend.
{% endtab %}
{% endtabs %}


---

# 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://run-mania.gitbook.io/run-mania/features/friends.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.
