> For the complete documentation index, see [llms.txt](https://tsudaryo.gitbook.io/voxelcanvas/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tsudaryo.gitbook.io/voxelcanvas/get-started.md).

# Get Started

## Getting Started VOXELCANVAS

Access to URL: <https://voxelcanvas.me>

![VOXELCANVAS](/files/-MRrY8_1caBlrn7Blbc8)

{% hint style="success" %}
&#x20;check and hide cookie policys.
{% endhint %}

## Create model as anonymous

Click the *GET STARTED* button at center.

After, show the Editor page.

{% content-ref url="/pages/-MRrSodWOSHC9qBaeCzE" %}
[Editor](/voxelcanvas/editor/camera-control.md)
{% endcontent-ref %}

## Create model as own

Click the Sign up button at top-right.

## Create Account

Sign up page: <https://voxelcanvas.me/signup/>

Enter Email and check the agreement.

![sign up](/files/-MRrZa0Sr5lH1HijvUDY)

After, Sign up Button clicked, you can show message in browser.

![sign up page \*after sending](/files/-MRr_3923o_0CtC9raTd)

## Check email

You can show email from <no-reply@mbaas.nifcloud.com>. This is backend system of VOXELCANVAS.

![auto mail](/files/-MRr_lpTNqxoJOW4gy2k)

Access URL and input password

![password input](/files/-MRra5CXLrLA-nbvhuDV)

{% hint style="danger" %}
Please try to remember password !
{% endhint %}

## First login

If you input password and click "Sign up" button, you can back to login page in VOXELCANVAS.

![login page](/files/-MRraqI5lKur7OmvCdgu)

## First Settings

You can show first page if you success first login.

![first page](/files/-MRrb7dNypvoyNwPsrNg)

Please Input you username and Voxel icon.

{% hint style="danger" %}
Username is cant change after !
{% endhint %}

## Account Create Success !

If you success to create account , you back to toppage. You can show your voxel icon at right-top.

![top page (login)](/files/-MRrbkjlIOicaTpH5rKh)

Click the *GET STARTED* button at center.

After, show the Editor page.

{% content-ref url="/pages/-MRrSodWOSHC9qBaeCzE" %}
[Editor](/voxelcanvas/editor/camera-control.md)
{% endcontent-ref %}


---

# 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://tsudaryo.gitbook.io/voxelcanvas/get-started.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.
