# How to create custom '404' page?

This page explains configuring custom '404' page, also called as 'page not found'

{% hint style="warning" %}
This feature is available for "Enterprise plan" only.
{% endhint %}

#### Steps to follow:

1. Goto 'DetailedPages' sheet in the Google sheet connected to your site
2. Create a new row and add Column A as "./404" without quotes.
3. Add Column D with the required html you want to configure for your 404 page. (See sample as below)

```
<div style="display: flex; justify-content: center;">
   <img src="https://static.vecteezy.com/system/resources/previews/000/362/681/non_2x/vector-website-error-404-page-not-found.jpg" />        
</div>

<div style="display: flex; justify-content: center;">
    <a href="./"><h2>Go to home</h2></a>
</div>
```

&#x20;4\. Select/Add Column F as "Image top & Text bottom"

The setup should look something like below.

![](https://2417500603-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MBSmybPoMOkUYIdcSj1%2F-MZi0Azw7OWKWfP6MSzz%2F-MZiPpYlqnSLSue7lI1Z%2FSLY-404.png?alt=media\&token=e2a6fb0b-93c9-4093-b909-d6f3c8c07fbe)

{% hint style="info" %}
Use 'live test' to pull latest changes and test your changes.
{% endhint %}

Now, for all pages that doesn't exist in your site, the site automatically shows the page you configured from the above steps.

![](https://2417500603-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MBSmybPoMOkUYIdcSj1%2F-MZi0Azw7OWKWfP6MSzz%2F-MZiQGKBI89AeEHme6xe%2FSLY-404-Example.png?alt=media\&token=f3d5386f-e8ce-4fd6-9de5-cd51a1d90897)
