# Contact Demographics

The Demographics section of a contact record captures gender, age, race, and ethnicity data for an individual in the Community Relationships module.

![Screenshot: The Demographics section of a CRM contact form showing the Gender dropdown, Age field, Race multi-select field, and Ethnicity dropdown](/files/QlCtiVVYj0wgNPJ7k6cV)

{% 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 **Demographics** section of the contact form.
{% endstep %}

{% step %}

#### Select Gender (optional)

In the **Gender** field, select the contact's gender from the dropdown.
{% endstep %}

{% step %}

#### Enter Age (optional)

In the **Age** field, enter the contact's age.
{% endstep %}

{% step %}

#### Select Race (optional)

In the **Race** field, select one or more race categories that apply to this contact. Multiple selections are allowed.
{% endstep %}

{% step %}

#### Select Ethnicity (optional)

In the **Ethnicity** field, select the contact's ethnicity from the dropdown.
{% endstep %}

{% step %}

#### Save the Contact

Click **Save** to update the contact record with the demographic information.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**TIP:** Demographic data entered on contact records can be used to auto-calculate demographics on direct contact reports and other records throughout PEARS.
{% endhint %}

{% hint style="warning" %}
**NOTE:** The Race field allows multiple selections. If a contact identifies with more than one race, select all that apply.
{% 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/contact-demographics.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.
