> For the complete documentation index, see [llms.txt](https://docs.superuser.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.superuser.app/team-chat/your-workspace/adding-friends.md).

# Adding friends

While on Superuser, you may encounter people you particularly enjoy chatting with. These could be friends, colleagues at work or anybody, really! You can add a friend at any time by clicking the **\[ Add friend ]** button by their name anywhere you can see their profile.

<figure><img src="/files/TrMaLr9B2TV7T5BLlFWy" alt=""><figcaption></figcaption></figure>

In this example, I've seen a friend in the Members list of a public channel I'm part of. I just clicked on his name, and I can see I'm already friends! If you're not friends yet, you can use this button to add them.

You can also see the same button if you have a direct message or private chat with the person:

<figure><img src="/files/frVWEpbDu3tutq6lj8gp" alt=""><figcaption></figcaption></figure>

Finally, if you want to manage your friends list, click the **Friends** icon in the Quick navigation menu at the bottom right of your screen:

<figure><img src="/files/0X4HckxoLAjZ2aAbu0GL" alt=""><figcaption></figcaption></figure>

Here you'll be able to see all your friends, as well as the one you just added!


---

# 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.superuser.app/team-chat/your-workspace/adding-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.
