# 8.2 \[lcw\_custom\_value]

Use this shortcode to display your **custom values from HighLevel** directly on any WordPress page, post, or widget area.

#### 🔧 How to Use

Add the shortcode like this:

```wordpress
[lcw_custom_value key="your_custom_value_key"]
```

Replace <kbd>your\_custom\_value\_key</kbd> with the actual name of the custom value you want to show.

#### ⚠️ Troubleshooting

* **If you see this message:**

  > `Custom value 'key' shouldn't be empty.`\
  > ✅ Make sure you've included the `key` in the shortcode.
* **If you see this message:**

  > `Check the 'key' - (your_key) is correct or refresh data on option tab.`\
  > ✅ Double-check the spelling of your key. <mark style="background-color:yellow;">You need to refresh your data from the plugin options page.</mark>


---

# 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/shortcodes/lcw_custom_value.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.
