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

# Onboarding and Registration

To watch the full video on how to setup Onboarding, watch it here!

{% embed url="<https://www.youtube.com/watch?t=3s&v=0ERTwbP0S4w>" %}

With the new Onboarding features you can give users accurate information such as how long this project will take, the tools needed and people that are needed. To get to the Onboarding menu, go to the top left of the screen and click the Synode logo to drop down the menus. You will then see Onboarding.

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

## Overview:

The Overview gives all the necessary information on your guide such as the name of the Procedure, Product ID, Attach a PDF version of the guide, Image thumbnail, People needed for this project and Time needed for this project.

You can click “Generate Translations” after you have filled out all the info to translate to different languages such as French, Japanese, Dutch, German, Spanish, Swedish, Finnish and Italian.

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

## Warnings:

The Warnings are used so at the start of your project users will see the potential risks or hazards associated with using/assembling the product. They help prevent accidents, misuse, or legal liability by communicating safety information. Once users have read the warning, they have to confirm they read it by ticking the box at the bottom. Then they can continue with the instruction.

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

## Tools:

You can add the Tools necessary for this instruction so users are prepared when they're ready to start. Simply click Add tool to start the process. You can click Upload image to add an image thumbnail for that tool. Below the image you can enter the name for the tool. Then below that you can add the quantity for how many of that tool you need.

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

## Product Registration:

With Product Registration, you can allow users to register their product for warranty directly through your products 3D Guide. When users get to the end of your 3D guide, they can choose to register with your product. They must accept the terms and conditions by checking the box.

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

## Feedback:

If Feedback is activated, users can rate the experience of your 3d guide on a scale of 1-10. They can also leave a review in the text box below.

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


---

# 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/onboardingandregistration.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.
