> For the complete documentation index, see [llms.txt](https://broadcast.presidiocreative.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://broadcast.presidiocreative.com/sections/sections/text/highlights/highlight.md).

# Highlight

Displays an image with a heading and optional link, and allows customizing text, background, and border colors to create visually impactful featured content.

<figure><img src="https://2636770384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsD7BEEDU3B7WiEJlN0F7%2Fuploads%2FGZ4kQEZ7fcgvX72AtRpz%2FUntitled%20image%20(5).png?alt=media&amp;token=0906dfe6-2b77-4d31-a1df-ffb59f921325" alt="Example of how the highlights section looks on the collection page next to other sections"><figcaption></figcaption></figure>

<table><thead><tr><th width="126.78472900390625">Settings</th><th width="148.69537353515625" align="center">Type</th><th>Description</th></tr></thead><tbody><tr><td><strong>Content</strong></td><td align="center"></td><td></td></tr><tr><td>Image</td><td align="center"><code>image_picker</code></td><td>Upload a block image. Recommended: 1400 x 1400px JPG.</td></tr><tr><td><strong>Typography</strong></td><td align="center"></td><td></td></tr><tr><td>Heading</td><td align="center"><code>text</code></td><td>Text displayed as the highlight title.</td></tr><tr><td>Link</td><td align="center"><code>url</code></td><td>Optional clickable link for the highlight.</td></tr><tr><td><strong>Colors</strong></td><td align="center"></td><td></td></tr><tr><td>Text</td><td align="center"><code>color</code></td><td>Set custom text color.</td></tr><tr><td>Background</td><td align="center"><code>color</code></td><td>Set custom background color.</td></tr><tr><td>Border</td><td align="center"><code>color</code></td><td>Set custom border color.</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, and the optional `goal` query parameter:

```
GET https://broadcast.presidiocreative.com/sections/sections/text/highlights/highlight.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
