> For the complete documentation index, see [llms.txt](https://wplake.gitbook.io/advanced-views/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wplake.gitbook.io/advanced-views/fields/other-fields.md).

# Displaying arbitrary fields

With Advanced Views, you are not limited to the supported field providers. You can display any field (or even a custom API response) by customizing the *Layout* template.

## 1. How to

1. [Create a new *Layout*](/advanced-views/getting-started/first-layout.md)
2. In the Options tab, check "Render template when it's empty" checkbox
3. Learn the exact field name from your add-on docs
4. Include this field [inside the *Layout* template](/advanced-views/layouts/code-fields/custom-template.md).&#x20;
5. Save the *Layout*, copy its shortcode
6. Paste the shortcode inside the target place

{% hint style="info" %}
Inside the *Layout,* you can mix fields from different providers. It means you can add any arbitrary field to the existing *Layout* with supported providers, and vice versa.
{% endhint %}
