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

# Agent

Choose the industry personality your assistant uses, and layer on your own instructions.

**Configure → Agent.** This is where you set how the assistant thinks and talks: the industry it's tuned for, and any instructions of your own on top.

## Personality

The personality your assistant uses. Each is tuned for one industry; pick the one closest to what you sell.

| Personality           | Tuned for                                                                   |
| --------------------- | --------------------------------------------------------------------------- |
| Shopping / E-commerce | Product discovery, comparisons, variants, and cart.                         |
| Tech & Dev Tools      | Spec-led guidance for hardware, gadgets, and developer tools.               |
| SaaS & Software       | Plan, feature, and fit guidance for subscription software.                  |
| Health & Wellness     | Careful, claims-safe guidance for supplements, personal care, and wellness. |
| Services & Other      | General-purpose guide for services, packages, and offerings.                |

{% hint style="info" %}
**Shopping / E-commerce** is the default; a new store uses it until you choose another.
{% endhint %}

## System prompt

Optional. Extra instructions layered on top of the personality you picked, not a replacement for it. Use it for anything specific to your store: a house tone, policies to lean on, things the assistant should always mention or never say.

Up to **4,000 characters**. Leave it blank to run the selected personality as-is.

## What the shopper sees

The personality shapes how the assistant opens, what it asks about, and how it steers a conversation. Your system prompt rides on top of it, so store-specific instructions apply throughout the conversation.


---

# 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/configure/agent.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.
