> For the complete documentation index, see [llms.txt](https://docs.gearplug.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gearplug.io/english/set-up-your-integrations/monetiza/source-actions/new-tag-on-person.md).

# New tag on person

1. **Select Monetiza** as your source app in the “Gears” menu. Click “Create.”

<figure><img src="https://lh7-us.googleusercontent.com/_W2DUpgyPxwBt9sCFcLHolDh1d6bTvSkcnqx0jH8W3oFPiO8wpl3DNjWlBdkxviEH-Yrhu2ZacZpW5-85TalcQpfhnrhi1T9VuZJZR9ZadK2j9p6Z4HYgoLzMCLEmVuG8eRf42gl3FjJ0MKwuaO5_g" alt=""><figcaption></figcaption></figure>

2. **Choose the connection** you want to use after clicking the red gear. Click “Continue.”

<figure><img src="https://lh7-us.googleusercontent.com/Oh1nW2wDpVf35YIa8WwvH60F2wPghLyuFZejO9yrFhhy353DFi082F0AXw8pjjGq1jJkmIzun-K4_OGwIraxXUBeRjzyn8llmL5eASG1Qp03A4jy3yZG62du8KqEzjxyAJqkVTX4icXsFV0w-QBDdg" alt=""><figcaption></figcaption></figure>

3. **Pick “New tag on person”** as your action and click “Create.” GearPlug will show you a Webhook link. Copy it for the next step and click “OK.”

<figure><img src="https://lh7-us.googleusercontent.com/smaKXmCauEPaSyRIQDlECvsRCU0EZG7iod-KdpPZ5UtvH9JdHmBqpotteqKQIO-GoB1un1e0alKYGdXdUcXUJg-oLbGwdtqUYy0TuBtICefxdmuWi-yLco0-oF7iHx3Q9_aelYlUVi2WAY8N7gHzBQ" alt=""><figcaption></figcaption></figure>

4. **Paste your new Webhook** on <https://my.monetiza.app/integrations/webhooks>. Click “New Webhook” and fill in the fields with your Webhook’s name, link, and “Tagged” as the event. Make sure you set the “Status” to “Enabled.” Click “Create.”

<figure><img src="https://lh7-us.googleusercontent.com/SIpRD-fv39DDV--moh7jlsp5M14gsSIPWqgRS4wek3lPI1HgxHOFhE6M6VZLN9QzYJfB7e_HfATgxjdMjN7jE-_64GGmT5P8tlBEzk5A0vt1DBrDiSUH-WIrZEbZ0h1vT7wv6QDf-Fi0mUpwFV67FA" alt=""><figcaption></figcaption></figure>

5. **Create a new contact** in your Monetiza account for GearPlug to import the data. Review the information on your GearPlug interface and click “OK.”

<figure><img src="https://lh7-us.googleusercontent.com/u20YXzPTvQqNkC9hLRfTZfDNVefBIMpw9PObpP4PgG81KPIqiK4nZNEB24dzx4DmOplk9RAaRICGn2Hs2jwqlBJErwnAq78hPUDKRVkRUEMPZAeTxmO6vIlRhXupEgIe8QVtnONImaTdkJeyeYUG1A" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Empty Fields**: Under the imported entry, you’ll find a drop-down menu for “Empty Fields.” Here, you’ll find a list of fields you can import—but weren’t used in your record.
{% endhint %}


---

# 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://docs.gearplug.io/english/set-up-your-integrations/monetiza/source-actions/new-tag-on-person.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.
