# Empty State

## Overview

Empty State can be used when there is no data to display to the user.

It may include a call to action to guide the user on what to do next.

It can also be used to communicate completion or other status at the end of a sequential task.

This is a <mark style="background-color:green;">Custom</mark> Component.

## Demo

<https://nectar.website/demo/components/empty-state/>

## Usage

You can refer to the code present in `/partials/components/empty-state.html` file and use it accordingly.


---

# Agent Instructions: 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://pmsgz.gitbook.io/nectar/ui-ux/components/empty-state.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.
