> 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/dynamic-components/components/illustration.md).

# Illustration

The Avonni Illustration component displays a pre-designed Salesforce illustration with an optional title, rich descriptive content, and configurable size — making it easy to communicate empty states, errors, confirmations, and other messages visually.

## Overview

The Illustration component is a visual element used to enhance the user interface and communicate information in a visually engaging way. It draws from a library of built-in Salesforce illustrations.

**Common use cases:**

* **Empty States** — show an illustration when a Data Table or List has no data to display (e.g., "No messages yet").
* **Success / Confirmation** — confirm a successful action with a matching illustration.
* **Error / Warning** — represent an error or warning condition visually.
* **Visual Breaks** — add interest and break up large blocks of text or data.
* **Branding** — use illustrations that align with your brand's visual style.
* **Page Not Found** — communicate navigation errors clearly.

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

## Configuration

To configure the Illustration, select it on the canvas. The configuration panel opens on the right. The sections below mirror the properties from top to bottom.

### Properties

#### Title

The main title text displayed as part of the illustration. Accepts static text or a dynamic value (Variable, Formula, or Component Attribute).

#### Variant

Selects which illustration to display. Choose from the full list of pre-designed Salesforce illustrations:

Text Only, Going Camping, Maintenance, Desert, Open Road, No Access, No Access 2, No Connection, Not Available In Lightning, Page Not Available, Walkthrough Not Available, Fishing Deals, Lake Mountain, No Events, No Task, Setup, Gone Fishing, No Content, No Preview, Preview, Research, Access Deleted, Access Limit, Access Request, Cart No Items, Error App Connection, Error Connection Issue, Error Recoverable, Error Unrecoverable, Maintenance Planned, Maintenance Unplanned, No Results Filter, No Results Search, No Results Unknown, Success Assigned, Success New, Success Self Assigned.

#### Size

Controls the size of the illustration. Options: **Small**, **Large**.

Requires: **Variant** is set to any value other than **Text Only**.

#### Content

Rich text content displayed below the illustration, typically used for a description or guidance message. Accepts static or dynamic values (Variables, Formulas, Component Attributes).

#### Alternative Text

A text description of the illustration used for accessibility. Found under **Advanced Options**.

### Set Component Visibility

All components support conditional visibility — see [Component Visibility](/dynamic-components/core-concepts/component-visibility.md).


---

# 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/dynamic-components/components/illustration.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.
