> For the complete documentation index, see [llms.txt](https://docs.littlebaytech.com/templates/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.littlebaytech.com/templates/messaging-template/page-guides/pages/1.-marketing/404.md).

# 404

## Overview

#### Editor

![](/files/-LY6HsbMyj-gVOrXlmrh)

**Desktop**

![](/files/-LY6I0aGCL6fY1N8dWgz)

#### Mobile

![](/files/-LY5zmRdw4pdrSgtYynQ)

## Why does this page exist?

Users are taken to this page when the page they are looking for is not found, or doesn't exist. &#x20;

## What should I keep in mind about this page's workflows?

There are only three workflows on this page. Two of the workflows show and hide the "Mobile Menu" elements on the page.  The other workflow navigates the Current User to the "Contact Us" page if they need assistance.&#x20;

## What else should I keep in mind about this page's design?

The illustration on this page is from Streamline Icons and Illustrations.  If you would like to change the illustration used on this page, other options are available [here](https://www.streamlineicons.com/ux/preview.html). There are also free, MIT-licensed illustrations available from [Undraw](https://undraw.co/).

{% hint style="info" %}
Those are not referral links, and Littlebay is not affiliated with Streamline Icons or Undraw.&#x20;
{% endhint %}


---

# 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.littlebaytech.com/templates/messaging-template/page-guides/pages/1.-marketing/404.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.
