# Getting Started

### Project Setup

To start with a new project visit <https://creator.avataar.ai/> and click on the new project button. After putting basic details, select project type as 3D webpage (lowcode), click on create and you will be redirected to the IDE interface.<br>

### User Interface

#### Assets Section&#x20;

1. Type of Assets&#x20;
2. Previewing Assets&#x20;

#### Src (Code files)

1. Type of files supported&#x20;
2. Renaming the file&#x20;

#### Category of projects&#x20;

#### Window shuffling/resize&#x20;

#### View Port Window&#x20;

#### Code Editor (Interface) <br>

<figure><img src="https://lh7-us.googleusercontent.com/--VIkftWhgp7A8_9pyuNz4S_WGCk_nfkseTfGwksw_KtE8rG6aI0vyyzuK8pFAGDlyDyDT-KX58pW-0TCYwRJBtdqBi8sVghnvz3HbupJPKhXhAMe9x1omjEOdRkV2aEEGHnbqWErR62gxeo2E_K2vI" alt=""><figcaption></figcaption></figure>

### Coding Environment

* Compilation methods : UI & View commands&#x20;
* Refreshing the view port&#x20;
* Code Diff Checker&#x20;
* Saving the Code
* Terminal&#x20;
* Console&#x20;
* Error Detection&#x20;
* Autosuggestion of IDE functions


---

# Agent Instructions: 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:

```
GET https://docs.avataar.ai/knowledge-center/ide-low-code/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
