# HubSpot guide

When a user completes a pickzen, all captured information can be sent to a Hubspot list. This includes the lead information, selected answers, and information filled in from form-slides.

Let’s suppose we have a pickzen with these three slides:

![](/files/7eN4OLgCaB626mjncofk)

![](/files/aOSESeJcjaiZUz8OEJLZ)

![](/files/tMl5fBD0snjTKVokTvhV)

To send your leads and user preferences to Hubspot, follow these steps:

Click on the field settings for *E-mail* and *Name* fields:

![](/files/2xKvjdPMQ7bvlYbRSptp)

Go to the Advanced tab and set the keys as *email* and *firstname* to map these answers to the corresponding Hubspot field properties:

![](/files/39ZxeAwKmbTUqZpnHwAQ)

Go to the second slide and click on the answer settings for the *Underage* *Yes answer*:

![](/files/ojHWfscHTesoq43t4vZK)

Go to the Advanced tab and set the *underage* key in the *Answer key* field:

![](/files/o4IZ4sEAk1xohoUpY3Gt)

Finally, do the same with each of the three *Likes* answers and set their keys as *action*, *comedy,* and *drama*.

Once configured all answers and fields, publish the Assistant, exit the editor and go the Hubspot integration:

![](/files/1n2q0t7BnqWIcbzNFnQX)

Click on Add integration to create a new one and select the Assistant you want to integrate, enter your HubSpot API Key, the List ID where you want to send your leads, and the keys you configured previously:

![](/files/qrghNmZdoV4rzzhtDVMH)

In this example, we are sending the email, firstname and underage values as separated fields to HubSpot, and the action, comedy, and drama values combined as a HubSpot custom field named *likes*.&#x20;

{% hint style="warning" %}
Custom HubSpot fields like "underage" and "likes" must be created in HubSpot, otherwise, the lead will not be registered in HubSpot.
{% endhint %}

Once a lead is received, the lead Contact Information panel in HubSpot will display the entered information:

![Entered user email](/files/-M22kTiU4DY9mYYq6_Tg)

![Entered user first name](/files/-M22kWlEBOmQFawKxDU1)

![Asterisk meaning the user selected the Underage answer](/files/-M22kah94dvjI6YwMKMd)

![Combination of all selected answers](/files/-M22ke_z7OcSoZyqtUii)


---

# 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://help.pickzen.com/guides/hubspot-guide.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.
