# Contact Book 📓

The Contact Book lets you privately save and manage known peers inside the app, making it easier to find people and start conversations when needed.

Unlike DMs, contacts are personal and one-way — adding someone to your **Contact Book** does not require their approval and does not automatically create a chat with them. This works similarly to saving a phone number in your phone’s contact app, where you decide who appears in the list.

### What is the Contact Book?

The Contact Book is a private list of users you choose to save for later access.

You can:

* Save users as contacts
* Search and manage your contacts
* Quickly start a DM request from your Contact Book
* Keep contacts synced across linked devices

Your contacts are stored locally on your device to help maintain privacy.

<div align="center"><figure><img src="/files/posvO8h9U1rhc7LwcAKe" alt="" width="324"><figcaption></figcaption></figure> <figure><img src="/files/P6nE1iGiryAOPdubvHqe" alt="" width="324"><figcaption></figcaption></figure></div>

***

### How to Add a Contact

You can add contacts in several ways:

* Add users directly from the Contact Book screen by searching for a username manually or scanning the profile QR code
* Select any user from the group member list and select '**Add Contact'** on their profile page

<figure><img src="/files/KQ12lJoqY1qq6UnBV3ZD" alt="" width="324"><figcaption></figcaption></figure>

Once added, the contact appears in your Contact Book immediately.

***

### Viewing Your Contacts

Go to **Profile** / **Contacts** to view all saved contacts.

If you don't have contacts yet, click '**Add contact'** button and search for peers by their username or scan treir QR profile code

***

### Searching Contacts

You can search within your Contact Book using:

* Display name
* Username

<figure><img src="/files/dq9NAh37nC4jPiBCMsrE" alt="" width="324"><figcaption></figcaption></figure>

***

### Removing Contacts

Go to **Profile** / **Contacts** to view all saved contacts. From here, you can review and remove any of them.

Please note that contacts and DM chats are separate lists.

* Removing a contact does not delete an existing DM chat
* Leaving or deleting a DM does not remove the contact

<div><figure><img src="/files/pbipLmon1BK1u0Gs3OA7" alt="" width="324"><figcaption></figcaption></figure> <figure><img src="/files/EtEXku6GtX1Lzk66QQ1D" alt="" width="324"><figcaption></figcaption></figure></div>


---

# 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://support.keet.io/file-sharing-and-messages/contact-book.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.
