> For the complete documentation index, see [llms.txt](https://help.roolz.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.roolz.net/kontakty-i-poisk-lyudei/quickstart.md).

# Мои контакты

Представьте, что Roolz — это и социальная сеть и мессенджер для грузоперевозок в одном. Платформа позволяет своим пользователям вести не только корпоративную, но и личную базу контрагентов и заказчиков.

### Что можно и нельзя делать с контактами?

* Можно добавлять пользователей в свои личные контакты, как в телефонную книгу.
* Если вы состоите в компании, то в контактах вы видите не только свои личные контакты, но и контакты ваших коллег, то есть корпоративные. У вас есть быстрый доступ к поиску нужного человека из компании и связи с ним.
* Вы также можете удалить пользователя из контактов. Чтобы это сделать, откройте профиль пользователя — рядом с кнопкой «Написать» есть иконка-кнопка удаления из контактов.
* Если пользователь вас заблокировал (добавил в черный список), вы не сможете добавить его в свои контакты.
* Вы не можете изменять имя, фамилию или иные данные другого пользователя как, например, в телефонной книге.
* Вы не можете добавить корпоративные контакты в черный список.
* Если вы заблокируете пользователя, то и вы, и пользователь не смогут добавить друг друга в контакты и отправлять сообщения в диалоге.

{% hint style="info" %}
Вы можете вносить пользователей в свои контакты без отправки запроса на одобрение.
{% endhint %}


---

# 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://help.roolz.net/kontakty-i-poisk-lyudei/quickstart.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.
