> For the complete documentation index, see [llms.txt](https://palo-alto.presidiocreative.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://palo-alto.presidiocreative.com/products/blocks/feature.md).

# Feature

Add info text with rich text capabilities.

<figure><img src="/files/L8l3VRWfKCRP7iRrLime" alt=""><figcaption></figcaption></figure>

### How to set up

<table><thead><tr><th width="155.43658447265625">Settings</th><th width="143.65185546875" align="center">Type</th><th>Description</th></tr></thead><tbody><tr><td>Select an icon</td><td align="center"><code>select</code></td><td>Pick an icon to visually represent the feature. You can also upload a custom image that overrides the icon.</td></tr><tr><td>Image</td><td align="center"><code>image_picker</code></td><td>This setting allows you to use an image that overrides the selected icon.</td></tr><tr><td>Width</td><td align="center"><code>range</code></td><td>Set the width of the icon/image in pixels (between 20px and 50px).</td></tr><tr><td>Heading</td><td align="center"><code>text</code></td><td>The title that will appear above the feature's description.</td></tr><tr><td>Text</td><td align="center"><code>richtext</code></td><td>Use rich text to add formatted content, such as bold text, hyperlinks, or other HTML elements, to enhance your description.</td></tr><tr><td>Background color</td><td align="center"><code>color</code></td><td>Pick a color to set the background of the feature block.</td></tr><tr><td>Text</td><td align="center"><code>color</code></td><td>Customize the color of the text to match your design.</td></tr><tr><td>Padding bottom</td><td align="center"><code>range</code></td><td>Use the range slider to set the bottom padding (between 0px and 50px).</td></tr></tbody></table>


---

# 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:

```
GET https://palo-alto.presidiocreative.com/products/blocks/feature.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.
