# Communication Preferences

The Communication Preferences section of a contact record defines how the individual prefers to be contacted and stores their social media profiles.

![Screenshot: The Communication Preferences section of a CRM contact form showing the Text, Phone, Email, and Mail opt-in toggles and the social media URL fields for Facebook, X, Instagram, and LinkedIn](/files/xqC4Iv8Qzk3kYOLan1LU)

{% stepper %}
{% step %}

#### Open the Contact Record

Navigate to the Community Relationships list and click on the contact you want to edit. Then navigate to the **Communication Preferences** section of the contact form.
{% endstep %}

{% step %}

#### Set Communication Opt-In Preferences

Toggle the following options to indicate whether the contact has opted in to each communication method:

* **Text** -- The contact agrees to receive text messages.
* **Phone** -- The contact agrees to receive phone calls.
* **Email** -- The contact agrees to receive emails.
* **Mail** -- The contact agrees to receive physical mail.
  {% endstep %}

{% step %}

#### Enter Facebook URL (optional)

In the **Facebook** field, enter the contact's Facebook profile URL.
{% endstep %}

{% step %}

#### Enter X (formerly Twitter) Link (optional)

In the **X (formerly Twitter) link** field, enter the contact's profile URL.
{% endstep %}

{% step %}

#### Enter Instagram Handle (optional)

In the **Instagram** field, enter the contact's Instagram handle or profile URL.
{% endstep %}

{% step %}

#### Enter LinkedIn URL (optional)

In the **LinkedIn** field, enter the contact's LinkedIn profile URL.
{% endstep %}

{% step %}

#### Save the Contact

Click **Save** to update the contact record with the communication preferences and social media information.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**TIP:** Communication preferences help ensure you are reaching out to contacts through their preferred channels. Always confirm opt-in status before sending communications.
{% endhint %}

{% hint style="warning" %}
**NOTE:** Social media fields are URL fields that validate the format of the entered link. Enter the full URL for each profile.
{% endhint %}


---

# 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.pears.io/engage/community-relationships/communication-preferences.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.
