> For the complete documentation index, see [llms.txt](https://docs.avataar.ai/knowledge-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avataar.ai/knowledge-center/ide-low-code/getting-started.md).

# 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
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.avataar.ai/knowledge-center/ide-low-code/getting-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.
