> For the complete documentation index, see [llms.txt](https://docs.kaedim3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kaedim3d.com/welcome/get-started/sign-up.md).

# Sign-up

## Initial Process

| <p><strong>Sign Up</strong></p><p>In order to create an account on the Kaedim Web App, fill out the signup form here: <a href="https://www.app.kaedim3d.com/signup"><https://www.app.kaedim3d.com/signup></a></p><p></p><p>➡️Continue to fill in your details. Please note that the fields with an asterisk \* are mandatory.</p> | <img src="/files/Ee6hHlM7crpCxCGqNkOp" alt="" data-size="original">                                      |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| <img src="/files/z2HB6Wutwv2WespxcZee" alt="" data-size="original">                                                                                                                                                                                                                                                               | When you are done, click Sign up. Then check your email for the 6 digit code ⬅️                          |
| Input your username and your Discord tag (optional). Your Discord tag will be used to send [notifications ](/admin/settings/notification-settings.md)about your assets.                                                                                                                                                           | <img src="/files/LtOFCuNelQgLXJdRWeul" alt="" data-size="original">                                      |
| <img src="/files/MQfBF2anBmdWNMzgv7vL" alt="" data-size="original">                                                                                                                                                                                                                                                               | We will ask you a few questions to learn more about you. This will help us in improving our app further. |
| Welcome to Kaedim! You will be directed to the Assets page after clicking the "Finish" button.  You will then be able to view sample assets, or subscribe to a plan to start creating.                                                                                                                                            | <img src="/files/OxnSWLNJDlf4CMN3urV1" alt="" data-size="original">                                      |


---

# 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.kaedim3d.com/welcome/get-started/sign-up.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.
