> 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/landing.md).

# landing

## Set the Landing Page as the Index Page

If you haven't yet already, set the "landing" page as the new index page, and delete the "old\_index" page, as described in the Setup Guide.

{% embed url="<https://docs.littlebaytech.com/templates/messaging-template/quickstart#change-index-page>" %}

## Overview

#### Editor

![](/files/-LY5vgp-i2Ampeq7o6Ck)

#### Desktop

![](/files/-LY5vgp-i2Ampeq7o6Ck)

\
**Mobile**

![](/files/-LY5wgEQ8lj0Kij_k0E0)

## Why does this page exist?

After you set the "landing" page as the new "Index" page, that page is now the homepage of your application.  For example, if your website is mysite.com, when a User navigates to mysite.com, they will be shown this page. Customize this page to describe your application.&#x20;

## Who can access this page?

Currently, anyone can access this page. &#x20;

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

There are only two workflows on this page.  These workflows show and hide the page's "Mobile Menu" elements.  When customizing this page, you will want to **add a workflow to the Call to Action button** at the bottom of the page, and customize the footer elements:

![](/files/-LWyVkPZBmB_O9Ifowdf)

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

The landing page utilizes free illustrations from [Undraw](https://undraw.co/illustrations). Undraw illustrations are free and under the MIT license. The Undraw illustrations on the landing page have been customized to match the colors of the template.  If you choose to add other illustrations from Undraw, you can modify their colors by downloading the SVG version of the illustration, and changing the colors using an online SVG editor such as [Method Draw](https://editor.method.ac/).&#x20;

{% hint style="info" %}
Littlebay is not affiliated with Undraw or Method Draw in any way, and the links above are not referral links.  &#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/landing.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.
