> For the complete documentation index, see [llms.txt](https://docs.avonnicomponents.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avonnicomponents.com/experience-cloud/experience-components/ax-blockquote.md).

# AX - Blockquote

## Overview

**AX - Blockquote** is an Experience Cloud component that displays quotes, testimonials, or highlighted text in a visually distinct format on Experience Sites pages.

Use it to showcase customer testimonials, feature important callouts, display policy statements, or highlight key information that needs to stand out from regular content. Style it with custom formatting, icons, and attribution to match your portal's design.

Perfect for customer success stories, featured testimonials, important notices, terms and conditions highlights, or any text content that needs visual emphasis in your portal.

***

## Specifications

{% tabs %}
{% tab title="🎛️ Properties" %}

| Name          | Description                                       | Usage                                                                                  |
| ------------- | ------------------------------------------------- | -------------------------------------------------------------------------------------- |
| **Variant**   | Choose a predefined style for the blockquote.     | Select a style that best represents the context or significance of the quoted content. |
| **Title**     | Set the title of the blockquote.                  | Enter a brief title that introduces or categorizes the quoted content.                 |
| **Content**   | Define the actual text/content of the blockquote. | Enter the quote or highlighted information you wish to display in the blockquote.      |
| **Icon Name** | Choose an icon to accompany the blockquote.       | Select an icon that visually enhances or provides context to the blockquote’s content. |
| **Icon Size** | Define the size of the icon.                      | Adjust the icon size for visual harmony with the text and overall blockquote design.   |
| {% endtab %}  |                                                   |                                                                                        |

{% tab title="🎨 Appearance" %}

| Name           | Description                                                 | Usage                                                                                                                          |
| -------------- | ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| **Title**      | Customize the appearance of the title text.                 | Adjust these properties to ensure that the title stands out and aligns with the desired visual hierarchy and style.            |
| **Background** | Set the background color of the blockquote.                 | Choose a background color that ensures the text is easily readable and that the blockquote harmonizes with the overall design. |
| **Border**     | Customize the blockquote’s border.                          | Adjust the border properties to enhance the blockquote’s presence and visibility on the page.                                  |
| **Icon**       | Customize the icon’s appearance with various color options. | Modify these properties to ensure the icon visually complements the blockquote and doesn’t overpower the text content.         |
| {% endtab %}   |                                                             |                                                                                                                                |
| {% endtabs %}  |                                                             |                                                                                                                                |


---

# 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://docs.avonnicomponents.com/experience-cloud/experience-components/ax-blockquote.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.
