# 7.2 Custom Fields

<mark style="color:green;">**\[This is a premium feature]**</mark>

There are 2 types of custom fields.

* STANDARD\_FIELD
* Custom Field

All subaccounts feature **Standard Fields** that are consistent across the board. These fields are fixed and cannot be modified. In contrast, **Custom Fields** offer flexibility, allowing variations to suit the unique needs of each subaccount.

The STANDARD\_FIELD keys are fixed and you need to follow the list below:

* **firstName**
* **lastName**
* **email**
* **country**
* **type**
* **dateAdded**
* **phone**
* **dateOfBirth**
* **additionalPhones**
* **website**
* **city**
* **address1**
* **companyName**
* **state**
* **postalCode**
* **additionalEmails**

You need to use these keys inside your shortcode for the parameter **key.** example: to show the date of birth you need to write: \[lcw\_contact\_field key='**dateOfBirth**']

Now, Let's see how we can use the custom fields:

You need to use the key for the custom field. See the image below for how you can get the key.

<figure><img src="/files/vp68ZQpzjYdSH96pfzA8" alt=""><figcaption><p>How to get your custom field Key</p></figcaption></figure>

**example: \[lcw\_contact\_field key='saturdays\_attended']**


---

# 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://better-wizard.gitbook.io/lead-connector-wizard/7.-custom-values-and-custom-fields/7.2-custom-fields.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.
