> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/ella-7-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://halosoft.gitbook.io/ella-7-documentation/other-pages.md).

# OTHER PAGES

- [How to create a page?](https://halosoft.gitbook.io/ella-7-documentation/other-pages/how-to-create-a-page.md)
- [About Us Page](https://halosoft.gitbook.io/ella-7-documentation/other-pages/about-us-page.md): About Us page helps you tell your brand’s story, vision, and mission. Use it to share who you are, what makes you unique, and build emotional connections with your customers.
- [About Us Layout 1](https://halosoft.gitbook.io/ella-7-documentation/other-pages/about-us-page/about-us-layout-1.md)
- [About Us Layout 2](https://halosoft.gitbook.io/ella-7-documentation/other-pages/about-us-page/about-us-layout-2.md)
- [Brands page](https://halosoft.gitbook.io/ella-7-documentation/other-pages/brands-page.md): The Brands page allows you to showcase all the brands you carry in one place. Use it to highlight partner logos, featured collections, or brand stories to build trust and credibility.
- [Contact Us Page](https://halosoft.gitbook.io/ella-7-documentation/other-pages/contact-us-page.md): The Contact Us page lets customers easily reach you through a built-in contact form and store details. Use it to improve communication, build trust, and support your customers effectively.
- [FAQs Page](https://halosoft.gitbook.io/ella-7-documentation/other-pages/faqs-page.md): The FAQ page helps you display common questions and answers clearly and neatly. It allows customers to find information quickly, reducing support requests and improving their shopping experience.
- [Landing page](https://halosoft.gitbook.io/ella-7-documentation/other-pages/landing-page.md)
- [Landing Page 01](https://halosoft.gitbook.io/ella-7-documentation/other-pages/landing-page/landing-page-01.md)
- [Landing Page 02](https://halosoft.gitbook.io/ella-7-documentation/other-pages/landing-page/landing-page-02.md)
- [Landing Page 03](https://halosoft.gitbook.io/ella-7-documentation/other-pages/landing-page/landing-page-03.md)
- [Lookbook Page](https://halosoft.gitbook.io/ella-7-documentation/other-pages/lookbook-page.md): The Lookbook page helps you showcase products through inspiring lifestyle images. It allows customers to explore your collections visually and connect with your brand’s style and story.
- [Lookbook Page 01](https://halosoft.gitbook.io/ella-7-documentation/other-pages/lookbook-page/lookbook-page-01.md)
- [Lookbook Page 02](https://halosoft.gitbook.io/ella-7-documentation/other-pages/lookbook-page/lookbook-page-02.md)
- [Password page](https://halosoft.gitbook.io/ella-7-documentation/other-pages/password-page.md): The Password page protects your store while it’s under construction or private. Use it to share a message, collect visitor emails, and control access before your official launch.
- [Search page](https://halosoft.gitbook.io/ella-7-documentation/other-pages/search-page.md): The Search page allows customers to quickly find products or content in your store. It enhances navigation, improves user experience, and helps shoppers discover what they need faster.
- [Wish list page](https://halosoft.gitbook.io/ella-7-documentation/other-pages/wish-list-page.md): The Wishlist page lets customers save their favorite products for later. It encourages them to return, increases engagement, and improves the shopping experience on your store.
- [404 page](https://halosoft.gitbook.io/ella-7-documentation/other-pages/404-page.md)


---

# 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://halosoft.gitbook.io/ella-7-documentation/other-pages.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.
