# ...Transfer UTM-labels

Working with labels is explored with the examples of messengers Viber, Telegram, Facebook. Other messengers don’t support deeplink.

WhatsApp also supports the use of labels - you need to paste a special variable in the automatically filled-in input field that the user gets as soon they click on the link.

## Saving the labels

If you add parameters to the link to the mini-landing, all of them will be transferred to the temporary transactions.

More on that here:

{% embed url="<https://docs.salebot.ai/mini-landing#how-to-transfer-settings-and-utm-labels>" %}

Transferring labels to the CRM

Let’s look at the example of [AmoCRM](https://docs.salebot.ai/crm/amocrm)

Create custom label fields in the transaction

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Establish conformity of id fields and variable names in the bot (in the sections Integrations with CRM)

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Then put a yellow block in the chain in the place where a transaction needs to happen

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

You get labels in CRM

Similarly, you can transfer values to Google spreadsheets


---

# 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://docs.mavibot.ai/faq/questions/...transfer-utm-labels.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.
