> 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/other/change-log.md).

# Change Log

**Transperancy Material** - work in progress

**\[Restriction examples] Restriction with toggle option block** - work in progress

**Javascript Software Development Kit** - work in progress

**API Reference Update /patterns** - work in progress

**API Reference Update /canvas** - work in progress

**API Reference Update /SVG** - work in progress

**Material Block - Pick Color Tool Update** - work in progress

**Updates in Text Settings** - work in progress

**Canvas Option Block** - work in progress

**Email Settings/Edit subject line** - work in progress

**Edit 'Total Price'** - work in progress

**Duplicate/Copy Option blocks** - work in progress

**\[Restrictions] Differences between direct and 'dummy' restrictions** - work in progress

**\[Email Settings] App Password for Outlook** - work in progress

**Orders** - work in progress

**Inherit Normal Map in Custom Colors** - work in progress

**AO (Ambient Occlusion) for light and shadows** - work in progress

**Apply watermark** - work in progress

**Use Tail Texture** - work in progress

**Updates on WooCommerce** - <mark style="color:green;">released</mark> 8/10/2025 - [link](/integrations/woocommerce.md)

**Materials/SVG** - <mark style="color:green;">released</mark> 3/10/2025 - [link](/learning-the-app/materials/svg.md)

**Load Product Templates** - <mark style="color:green;">released</mark> 3/10/2025 - [link](/learning-the-app/products/load-product.md)

**'Show dimensions' check button in Share tab** - <mark style="color:green;">released</mark> 3/10/2025 - [link](/learning-the-app/products/share.md)

**Notes in 'Section' block** - <mark style="color:green;">released</mark> 3/10/2025 - [link](/learning-the-app/products/create-options/sections.md)

**\[Restrictions] Hide option block** - <mark style="color:green;">released</mark> 2/09/2025 - [link](/learning-the-app/products/create-options/restrictions/how-to-apply-dummy-blocks-for-more-advanced-restrictions.md)

**Materials - Normal Map - Inherit Update** - <mark style="color:green;">released</mark> 26/08/2025 - [link](/learning-the-app/materials/texture-and-normal-map-limits.md)

**Patterns Option Block** - <mark style="color:green;">released</mark> 20/08/2025 - [link](/learning-the-app/products/create-options/patterns.md)

**Shopify Update** - <mark style="color:green;">released</mark> 5/06/2025 - [link](/integrations/shopify.md)

**Woocommerce Update** - <mark style="color:green;">released</mark> 5/06/2025 - [link](/integrations/woocommerce/redirect-to-checkout.md)

**3D Model Versions** - <mark style="color:green;">released</mark> 29/05/2025 - [link](/learning-the-app/products/add-3d-models/3d-model-versions.md)

**Update your payment details** - <mark style="color:green;">released</mark> 22/05/2025 - [link](/learning-the-app/my-account.md)

**'Show dimensions' in Numeral option block** - <mark style="color:green;">released</mark> 14/05/2025 - [link](/learning-the-app/products/create-options/numeral.md)

**Tax and Company Name** - <mark style="color:green;">released</mark> 9/05/2025 - [link](/learning-the-app/my-account.md)

**Save print** - <mark style="color:green;">released</mark> 29/04/2025 - [link](/learning-the-app/products/create-options/upload.md)

**3D file too large** - <mark style="color:green;">released</mark> 29/04/2025 - [link](/getting-started/prepare-3d-models.md)

**Documentation release V1.01.00** - <mark style="color:green;">released</mark> 16/04/2025


---

# 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/other/change-log.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.
