# Contact card

Click the icon <img src="/files/c9Qi7cuPpH3Gb3KN07OQ" alt="" data-size="line">beside the client's name to open the contact card.

<figure><img src="/files/qUhnrAE9Tk3lKZLSqWXL" alt="" width="350"><figcaption></figcaption></figure>

1. **Main contact details -** name, e-mail, and phone number.&#x20;
2. **Conversation labels.** A conversation can have 1, several, or no labels attached.
3. **Conversation information** - a section with existing conversation attributes and the ability to assign new ones. In addition to custom attributes, this section displays the system attributes of a conversation:

* **Priority** is a parameter that is taken into account when queuing a conversation. The lower the value, the higher the Priority of a conversation.

{% hint style="info" %}
A Priority is set when a conversation is created with a default value of 5. If necessary, a user can manually change the Priority of the conversation.&#x20;

The priority is considered only when placing the Conversation in the queue. If the Conversation is already queued, adjusting its Priority has no effect.

Depending on the Priority of the Conversation, it is queued above those Conversations with a lower Priority, but below those with the same or higher Priority.
{% endhint %}

* **Subpriority** is a parameter that is taken into account when re-queuing a conversation.  The lower the parament's value, the higher the priority of a conversation. The Sub-priority is higher than the Priority. Users cannot change the subpriority.

{% hint style="info" %}
The default value of the Conversation Sub-priority is 0, which is automatically increased if an agent rejects or fails to accept an assigned Conversation within the Alerting Timeout.

The Sub-priority is considered only when placing the conversation in a queue. If the conversation is already queued, adjusting its Sub-priority has no effect.

If the value of a Conversation Sub-priority is >0, such Conversation is queued above Conversations, with a lower Sub-priority. The Priority value is ignored.&#x20;

If the value of a Conversation sub-priority is =0, such Conversation is queued below Conversations with a Sub-priority value >0 and, depending on the value of the Priority parameter. It is queued above Conversations with a lower Priority.&#x20;
{% endhint %}

4. **Contact attributes** - a section with existing contact attributes and the ability to assign new ones. In addition to custom attributes, this section displays the system attributes of the contact:&#x20;

* Language - a customer interaction language selected in the chatbot or set by an agent.&#x20;


---

# 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://help.novatalks.com.ua/en/get-started/crm-light-version-guide/conversations/contact-card.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.
