# Attributes

## Customer data

These attributes are used to identify the current customer:

<table><thead><tr><th width="135">Attribute</th><th width="90">Type</th><th>Description</th></tr></thead><tbody><tr><td>id</td><td>string</td><td>The id of the customer in your system</td></tr><tr><td>email</td><td>string</td><td>Customers emails</td></tr><tr><td>firstName</td><td>string</td><td>Customers first name</td></tr><tr><td>lastName</td><td>string</td><td>Customers last name</td></tr><tr><td>avatar</td><td>string</td><td>Avatar to display for the customer</td></tr><tr><td>link</td><td>string</td><td>Link that redirects users to this customer inside your CRM system </td></tr></tbody></table>

{% hint style="warning" %}
Ensure compliance with GDPR laws when setting customer data.
{% 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://developers.chathive.app/sdk/attributes.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.
