> For the complete documentation index, see [llms.txt](https://docs.simplio3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplio3d.com/learning-the-app/products/load-product.md).

# Load Product

The platform lets users load complete template configurators in seconds by selecting from a library of prebuilt options. A range of industry-specific configurator types is available to help users get started quickly.

**Advantages of using a template configurator:**

* Users can quickly set up a working configurator and then customize it to fit their needs, for example, replacing the 3D model, editing existing option sets and restrictions, or adding/removing options.
* Trial users can explore the configurator’s capabilities more efficiently. By loading a few ready-made configurators, they can quickly understand how they are structured while learning alongside the documentation.

Loading a template configurator is simple: sign in, navigate to *Product*, and click the green **Load Product** button in the upper-right corner of the screen.

<figure><img src="/files/zncaodLpuGvv86uWbWw6" alt=""><figcaption></figcaption></figure>

After clicking the **Load Product** button, a popup window will display the available configurators you can load and use in your account.

<figure><img src="/files/24Bya5TEMmjkAx5VKy8k" alt=""><figcaption></figcaption></figure>

Select one or more configurator templates, then click **Load**.

<figure><img src="/files/Bh6zWDcJzhHKPzmucHio" alt=""><figcaption></figcaption></figure>

Alternatively, users can create a configurator from scratch by selecting **Add Product**. The next chapters explain the process.


---

# 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.simplio3d.com/learning-the-app/products/load-product.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.
