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

# Greatstore

Greatstore puts an AI assistant on your storefront that can search your catalogue, answer questions from your own documents, and show interactive components right inside the chat.

You configure it in the admin. Shoppers meet it on your site.

<button type="button" class="button primary" data-action="ask" data-icon="gitbook-assistant">Ask a question…</button>

<button type="button" class="button secondary" data-action="ask" data-query="How do I install the chat widget?" data-icon="code">Install the widget</button><button type="button" class="button secondary" data-action="ask" data-query="What can the assistant answer from?" data-icon="book">What it can answer</button><button type="button" class="button secondary" data-action="ask" data-query="How do credits work?" data-icon="coins">How credits work</button>

***

## Start here

<table data-card-size="large" 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-rocket-launch" style="color:$primary;">:rocket-launch:</i></h4></td><td><h4>Get started</h4></td><td>Go from an empty store to a live assistant, following the setup checklist.</td><td><a href="/pages/416edc1381c20849bc41111b02e482a722a49b94">/pages/416edc1381c20849bc41111b02e482a722a49b94</a></td></tr><tr><td><h4><i class="fa-sliders" style="color:$primary;">:sliders:</i></h4></td><td><h4>Configure</h4></td><td>Brand, appearance, and the origins your chat is allowed to load from.</td><td><a href="/pages/N9ClJOo34UsGcoVLCo1r">/pages/N9ClJOo34UsGcoVLCo1r</a></td></tr><tr><td><h4><i class="fa-plug" style="color:$primary;">:plug:</i></h4></td><td><h4>Connectors</h4></td><td>MCP servers that give the assistant something to search.</td><td><a href="/pages/K2J6QjQBnI1eHPZDUXo5">/pages/K2J6QjQBnI1eHPZDUXo5</a></td></tr><tr><td><h4><i class="fa-code" style="color:$primary;">:code:</i></h4></td><td><h4>Developer reference</h4></td><td>The embed script, the JavaScript API, and MCP access for agents.</td><td><a href="/pages/Mf90Eudy8wqnmesbEaFu">/pages/Mf90Eudy8wqnmesbEaFu</a></td></tr></tbody></table>

## By what you're trying to do

<table data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th><th data-type="content-ref"></th><th data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>Set it up</h4></td><td><a href="/pages/416edc1381c20849bc41111b02e482a722a49b94">/pages/416edc1381c20849bc41111b02e482a722a49b94</a></td><td><a href="/pages/RSexrSVmj7w8hEHZHhYa">/pages/RSexrSVmj7w8hEHZHhYa</a></td><td><a href="/pages/qeUjDc1d2wR9NZJGCqdD">/pages/qeUjDc1d2wR9NZJGCqdD</a></td></tr><tr><td><h4>Make it smarter</h4></td><td><a href="/pages/uJvEZ1PIH8QMXJzQEk4J">/pages/uJvEZ1PIH8QMXJzQEk4J</a></td><td><a href="/pages/K2J6QjQBnI1eHPZDUXo5">/pages/K2J6QjQBnI1eHPZDUXo5</a></td><td><a href="/pages/nMaBsqBrxizyDrTVrV4m">/pages/nMaBsqBrxizyDrTVrV4m</a></td></tr><tr><td><h4>See how it's doing</h4></td><td><a href="/pages/5bvXVy7NBq5CODfC1yDA">/pages/5bvXVy7NBq5CODfC1yDA</a></td><td><a href="/pages/UOxqlFmNmpwKGuEijVhq">/pages/UOxqlFmNmpwKGuEijVhq</a></td><td><a href="/pages/KGMX4QPP4jpUtW33JVAR">/pages/KGMX4QPP4jpUtW33JVAR</a></td></tr></tbody></table>

## The two halves

{% columns %}
{% column width="50%" %}
**The admin** — where you set things up. Brand and persona, the documents the assistant can answer from, the connectors it searches, the components it can render, and the metrics that come back.
{% endcolumn %}

{% column width="50%" %}
**The storefront** — where shoppers meet it. A chat panel on your own site that can search, compare, answer policy questions, and hand off to checkout.

See [The shopper experience](/maker-greatstore/get-started/the-shopper-experience.md).
{% endcolumn %}
{% endcolumns %}

{% hint style="info" %}
Every setting in the admin has a shopper-visible consequence. Configuration pages in these docs carry a **What the shopper sees** section so you can check the result without switching context.
{% 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/readme.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.
