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

# Friends

**Friend connections and “friends” privacy level**. members add friends, accept or decline friend requests, and set their post privacy to “Friends Only.”

#### **Add Friends & Follow:** users make friends, as well as follow other members. <a href="#iw1n9xtkfbqa" id="iw1n9xtkfbqa"></a>

#### **Friends Birthday:** Shows upcoming friends’ birthdays and birthday announcements on the day of the birthday. <a href="#aiscfxhptjsz" id="aiscfxhptjsz"></a>

#### **My Friends:** Shows the latest friends when published. <a href="#id-7872xhw70bok" id="id-7872xhw70bok"></a>

#### **Mutual Friends:** When looking at the members listing, you can see who is a mutual friend. <a href="#g007y1u1taj0" id="g007y1u1taj0"></a>

#### **Mention Friends:** Users can mention their friends in Status Updates and Comments. <a href="#x52ckyr5ye14" id="x52ckyr5ye14"></a>

#### **Friends Only:** Users can write posts only for friends to see. <a href="#id-40z9uzn4372w" id="id-40z9uzn4372w"></a>

#### **On-site Notifications:** Users get on-site notifications about pending friend requests. <a href="#c519fwetmlow" id="c519fwetmlow"></a>

#### **Make Friends with Everyone:** Automatically create friendly relations between a selected user and the entire community. <a href="#id-67eadkrg797h" id="id-67eadkrg797h"></a>

#### **New User Friends:** Decide whether to create new friendship connections between a selected user and newly registered ones. <a href="#bnacd3kyn7aq" id="bnacd3kyn7aq"></a>


---

# 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://fmtlol.gitbook.io/docs/fms-platform-features/friends.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.
