> For the complete documentation index, see [llms.txt](https://help.mimeeq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.mimeeq.com/configurator/getting-started/default-configuration.md).

# Default Configuration

Set the initial configuration customers see when the configurator first loads on your website.

## How to set a default configuration

1. Open the product and click **Preview**.
2. Configure the product the way you want it to appear on initial load.
3. Click **Set default code** in the top right corner, then click **Save Changes**.

![Set Default Code](https://621103948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsqWfi8ifBhTdkvf1vOlY%2Fuploads%2Fql45tq6woSUzvPO040KS%2Fdefault-code.webp?alt=media\&token=6e5b99e9-d67e-4fb9-9c44-50d83e4515f5)

{% hint style="info" %}
The default code is automatically generated under the **Codes and Pricing** tab and is also visible in the product URL.
{% endhint %}

### Related guides

* [Product Types & Limits](/configurator/getting-started/product-types-and-limits.md) — understand the supported product types before configuring a default.
* [Embed Types](/configurator/embeds-and-translations/embed-types.md) — add your configured product to your website.


---

# 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://help.mimeeq.com/configurator/getting-started/default-configuration.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.
