> For the complete documentation index, see [llms.txt](https://docs.mylinkconnect.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mylinkconnect.com/mobile-app/broadcast/my-contacts.md).

# My Contacts

{% hint style="info" %}
Choose the bot you want to operate to view and manage its specific set of contacts.
{% endhint %}

#### Viewing Available Bots

This page displays all the bots associated with you, including:

* **Bots Owned by Your Account**
* **Bots Where You Are an Invited Operator**

**Action:** Select a bot from the list to proceed. You will be directed to a page with all active contacts for that bot.

<figure><img src="/files/bjbQvHijjUnvDaaCFgtd" alt="" width="188"><figcaption></figcaption></figure>

#### Contact Overview and Quick Actions

Upon selecting a contact, an expanded view will display a brief overview and provide options for immediate actions.

| **Element**            | **Description**                                                                         | **Action/Navigation**                                                                                        |
| ---------------------- | --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| Contact Details        | Shows basic contact information.                                                        |                                                                                                              |
| Communication Channels | Displays the first three available communication channels (e.g., SMS, WhatsApp, Email). | Clicking a channel icon takes you to the Broadcast Widget page with the contact's details already filled in. |
| Details Icon           | A dedicated icon (often a small 'i' or magnifying glass).                               | Click this icon to go to the detailed Contact page.                                                          |

<figure><img src="/files/sv1V8ByC7z1mcCVrhleU" alt="" width="188"><figcaption></figcaption></figure>

#### Contact Detail Page

Access the Contact Detail page for a comprehensive view of customer information and conversation history.&#x20;

Select a communication channel, like a phone number or email address, and you'll be taken to the Broadcast Widget page. There, the contact's details are pre-filled, ready for messaging.

<figure><img src="/files/XQXUvkwugGvftGPF9r7K" alt="" width="188"><figcaption></figcaption></figure>

When you click the communication channel on the detail page, it redirects you to the broadcast widget page with contact information pre-filled.


---

# 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.mylinkconnect.com/mobile-app/broadcast/my-contacts.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.
