> For the complete documentation index, see [llms.txt](https://docs.maker.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maker.co/maker-greatstore/apps/library.md).

# App library

Every new Greatstore store is created with a set of **pre-installed apps** — ready-made components covering the common commerce patterns. They're live from day one; you can unpublish or remove any you don't want.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-table-columns" style="color:$primary;">:table-columns:</i></h4></td><td><h4>Compare products</h4></td><td>Full-screen side-by-side comparison of products the shopper is weighing up.</td><td><a href="/pages/2zdAxxsGG6RAcxpOv8GX">/pages/2zdAxxsGG6RAcxpOv8GX</a></td></tr><tr><td><h4><i class="fa-grid-2" style="color:$primary;">:grid-2:</i></h4></td><td><h4>Show catalog</h4></td><td>A browsable product grid, rendered inline in the chat.</td><td><a href="/pages/nomCjOemvR33orQJFGPB">/pages/nomCjOemvR33orQJFGPB</a></td></tr><tr><td><h4><i class="fa-tag" style="color:$primary;">:tag:</i></h4></td><td><h4>Show product info</h4></td><td>A single product card with price, variants and availability.</td><td><a href="/pages/R03VP7NnJJ55GXfPdML8">/pages/R03VP7NnJJ55GXfPdML8</a></td></tr></tbody></table>

{% embed url="<https://vimeo.com/1216097591>" %}
The three pre-installed apps, and what a shopper sees when one renders
{% endembed %}

## Making a pre-installed app yours

The stock components are deliberately generic. To match your brand:

{% stepper %}
{% step %}

#### Pull it

With the [Building an app](/maker-greatstore/apps/building-an-app.md), ask your coding agent to pull your existing apps. The pre-installed ones come down like any other.
{% endstep %}

{% step %}

#### Modify it

Change the layout, the styling, the fields shown — it's your copy now, disconnected from the stock version.
{% endstep %}

{% step %}

#### Publish it back

The rebranded version replaces the generic one in your store.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
More pre-installed apps will be documented here as they ship — each gets its own page covering what it does, what it needs, and what the shopper sees.
{% 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.maker.co/maker-greatstore/apps/library.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.
