> 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.

## Configuration

### Properties

**Variant** chooses a predefined style for the blockquote — select one that best represents the context or significance of the quoted content.

**Title** sets the title of the blockquote; enter a brief title that introduces or categorizes the quoted content.

**Content** defines the actual text of the blockquote — the quote or highlighted information you wish to display.

**Icon Name** chooses an icon to accompany the blockquote, visually enhancing or providing context to its content. **Icon Size** defines the icon's size for visual harmony with the text and overall design.

## Styling

{% tabs %}
{% tab title="Margin" %}
Controls the outer spacing around the blockquote.
{% endtab %}

{% tab title="Padding" %}
Controls the inner spacing of the blockquote.
{% endtab %}

{% tab title="Size" %}
Controls the blockquote's dimensions (Height / Width / Overflow).
{% endtab %}

{% tab title="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.

* **Color / Font Size / Font Style / Font Weight:** Style the title text.
  {% endtab %}

{% tab title="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.

* **Color:** Set the background color.
  {% endtab %}

{% tab title="Border" %}
Customize the blockquote’s border. Adjust the border properties to enhance the blockquote’s presence and visibility on the page.

* **Color / Size / Style / Radius:** Control the border.
* **Border Left Color / Size / Style:** Control the accent left border.
  {% endtab %}

{% tab title="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.

* **Background Color / Foreground Color:** Set the icon colors.
  {% 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.
