> For the complete documentation index, see [llms.txt](https://docs-en.shoppy.is/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-en.shoppy.is/shoppy-dashboard/app-builder.md).

# App Builder

In the App Builder section of Shopify you can configure your preferred colors, images, and style of the mobile app. From here you can also select which collections or products to showcase on the homepage and decide how to arrange your catalogue. &#x20;

In the subsection *Homepage* you can select which widgets to display in the first view shown to the user.

{% content-ref url="/pages/GV0wwU61rUZkWTHbKOjT" %}
[Homepage](/shoppy-dashboard/app-builder/homepage.md)
{% endcontent-ref %}

In the subsection *Catalogue Menu* you can select and exhibit the collections that are shown in the application catalogue.&#x20;

{% content-ref url="/pages/Fs6eTFkMjXKJeIigihhT" %}
[Menu](/shoppy-dashboard/app-builder/menu.md)
{% endcontent-ref %}

In the *Product Page* area, you can customize key product information displayed to your customers such as metafileds, vendor, product description, and much more!&#x20;

{% content-ref url="/pages/Nq1RboMWXqE9VqxTldPZ" %}
[Product Page](/shoppy-dashboard/app-builder/product-page.md)
{% endcontent-ref %}

In *Profile Page,* you can customize which areas to insert under your user's profile page. You can choose between many options such as favorites sections, fidelity programs, add any sepcific pages or policies you want to share, and more.

{% content-ref url="/pages/2kZ8pdNDrqdz7NZByWwz" %}
[Users Profile](/shoppy-dashboard/app-builder/users-profile.md)
{% endcontent-ref %}

In the subsection *Navigation* you can reorder and customize which areas should be in your app's navigation bar.

{% content-ref url="/pages/0gh27zkgaTSOvaEiH0Qy" %}
[Navigation](/shoppy-dashboard/app-builder/navigation.md)
{% endcontent-ref %}

In the *Layout* subsection you can customize the layout of the main views of your Shoppy app.&#x20;

{% content-ref url="/pages/70U0Tv5I5bEIcwuyxAXH" %}
[Layout](/shoppy-dashboard/app-builder/layout.md)
{% endcontent-ref %}

In the *Brand Kit* subsection you can select the app colors and images that best suit your brand.

{% content-ref url="/pages/krsfAtxr1hRLlZaUOwVg" %}
[Brand Kit](/shoppy-dashboard/app-builder/brand-kit.md)
{% endcontent-ref %}


---

# 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-en.shoppy.is/shoppy-dashboard/app-builder.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.
