# Create Your Own Custom 404 Page

Follow these steps to create a custom 404 page and assign it using Elementor and the WordPress Customizer:

{% hint style="success" %}
**Step 1: Create a New Page**

1. **Go to Pages**: Navigate to **Pages > Add New** in your WordPress Dashboard.
2. **Add a Title**: Enter a name for the page, such as **Custom 404 Page**.
3. **Edit with Elementor**: Click the **Edit with Elementor** button to design your custom 404 page.
   {% endhint %}

<figure><img src="/files/1dEIiqsJtaHFJZHAoj5m" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
**Step 2 : Assign the Page as Your 404 Page**

1. **Go to Appearance > Customize**: In your WordPress Dashboard, navigate to **Appearance > Customize > 404 Page**.
2. **Enable Custom Page**:
   * Enable the option to use a custom page for your 404 error.
3. **Select Your Custom Page**:
   * From the dropdown menu, choose the **Custom 404 Page** you created.
4. **Publish Changes**:
   * Click **Publish** to save and apply your new 404 page to your website.
     {% endhint %}


---

# 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://buddhathemes-test.gitbook.io/ogie/theme-faq/create-your-own-custom-404-page.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.
