--- title: Empty states description: Empty states or blank pages are commonly used as placeholders for first-use, empty data or error screens. Their aim is to engage users when there is no content to display and that is why their design is extremely important from the point of view of the user experience of your website or app. --- ## Default markup Use the default empty state to engage users in the critical moments of their experience with your website or app. A good empty state screen should let users know what is happening and what they should do next as well as encourage them to take action. ```html code example

No results found

Try adjusting your search or filter to find what you're looking for.

Search again
``` ## Empty state with illustration Make your empty state screen more attractive and engaging by adding an illustration. Thanks to a more personalized design, you will improve your brand image and make your website or app more user friendly. ```html code example

Invoices are managed from here

Try adjusting your search or filter to find what you're looking for.

New invoice
``` ## Empty state with header Instead of adding an icon or illustration you can simply give the text: ```html example
404

Oops… You just found an error page

Try adjusting your search or filter to find what you're looking for.

Take me home
``` ```html
404

Oops… You just found an error page

Try adjusting your search or filter to find what you're looking for.

... Take me home
```