> For the complete documentation index, see [llms.txt](https://devcenter.unico.io/unico-idpay/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devcenter.unico.io/unico-idpay/en/help-and-faq/best-communication-practices.md).

# Best communication practices

## How to communicate identity validation via IDPay to the consumer?

We know that biometric validation performed by a third-party provider can raise doubts and friction with your end users. Therefore, it is important to provide transparency about this process and offer proper support to ensure good results for your operation. Below, you'll find a series of tips that can assist you in this communication:

* Communicate that a partner company (preferably mention Unico) may contact the user via SMS, email, or WhatsApp requesting a photo of their face for facial biometric validation.
* Inform that, in some cases, they will need to confirm their CPF number, which is used to verify the digital identity of the credit card holder.
* Explain that the identity validation is specific to the credit card holder to ensure consent for using the card.
* Warn the consumer not to provide any personal information or photos via email, SMS, or WhatsApp. The entire validation flow occurs within the link sent.
* Notify/train the customer service team to handle any questions or concerns from the consumer.
* Include a section in your FAQ page detailing this validation process.
* Provide the link to our help center: [<mark style="color:blue;">www.unico.io/FAQ</mark>.](https://unico.io/FAQ)


---

# 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://devcenter.unico.io/unico-idpay/en/help-and-faq/best-communication-practices.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.
