> For the complete documentation index, see [llms.txt](https://help.synode.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.synode.ai/builder/builderoverview.md).

# Builder Overview

## Overview:

The Synode Builder allows you to design step by step, interactive 3D guides for seamless assembly and configuration of your products.

## Tailored Configurations:

Customize guides to match product specifications, whether it’s for modular setups or complex machinery, we have the tools to fit your needs.

## Enhanced Navigation and Tools:

Effortlessly guide users with intuitive navigation and built-in tool indicators. Reduce confusion and improve user satisfaction.

## Virtual Training Module:

Whether for clients, employees, or partners. Enhance your training process with interactive questions displayed at chosen steps, reinforce safety protocols, and monitor progress in real time.

## Analytics:

Inform product and process engineering teams with user insights they can analyze to re-imagine designs and assemblies for continuous improvement.


---

# 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.synode.ai/builder/builderoverview.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.
