> 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/creator-interface/canvas-workspace.md).

# Canvas / Workspace

<br>

<figure><img src="https://lh7-us.googleusercontent.com/lS3XaeXyGskKwdboWIVS2fxyZHrDmhGxNya578iY1kYs-LHoyl6_moUZCLFqrHGu5JcLhHMv7FdHGIFom5Qqsb9IXyp5re6iDDNCm81QCzICphlt0pQbrlUjhpOT7dCA8A85TSt1lPivaabVcpMIEkU" alt=""><figcaption><p>Workspace for 3D Webpage Projects</p></figcaption></figure>

<figure><img src="https://lh7-us.googleusercontent.com/vJ1ww9ClyOmONKceXY-QWRVgXaQDCFWsvlBPG6qTNYBN6qztYw9SdIPURT3rfDwtYe7LvJGF8uBPc0gl632nUtdge03C2siI_pCvOrv60uZsPMdWsrfmWQocj-7tmcBj3VaV352b3ESAmf6Kp2aiCuM" alt=""><figcaption><p>Workspace for Video Projects<br></p></figcaption></figure>

<figure><img src="https://lh7-us.googleusercontent.com/oFLKKYBmhSTp8GRoed3kfUdY5Fld3tyZd_HG9QGTBnHci85fR6kwVvfS5MlffYWeKuB6L8lO7HO_pxwsztGZP0cFdO4usy-RRHwutxHu2RwHNIiiP8sHaVDJn5OKiftUODb444PzxfmhASyQqBDx87Q" alt=""><figcaption><p>Workspace for 3D/AR View Projects</p></figcaption></figure>

* **Project Name and Category** : Rename your project / Change the category of the project.&#x20;
* **Object** : Upload a 3D model to your workspace or import from the pre-existing library. [Read More](/knowledge-center/creator/projects/object.md)
* **Scene :** Upload a 3D Room to your workspace or import from the pre existing library. [Read More](/knowledge-center/creator/projects/scene.md)
* **Image :** Upload a 2D Image to your workspace in .png / .jpg or .jpeg format. [Read More](/knowledge-center/creator/projects/image.md)
* **Video:** Upload a Video to your workspace in .mp4 /.webm format. [Read More](/knowledge-center/creator/projects/video.md)
* **Audio :** Upload an audio file to use in your experience in .mp3 / .wav format. [Read More](/knowledge-center/creator/projects/audio.md)
* **HDRI :** Upload an HDRI or use one from the pre-existing library. [Read More](/knowledge-center/creator/projects/hdri.md)
* **Light :** Add one or multiple light sources to your experience based on your requirements.[Read More](/knowledge-center/creator/projects/light.md)
* **Text :** Add Texts to your experience whenever necessary. [Read More](/knowledge-center/creator/projects/text.md)
* **Quick Access Tool :** Use Quick Access Tool to edit, preview, and save your project. Additionally, you can show/hide the grid and full-screen mode. [Read More](/knowledge-center/creator/projects/how-to-use-the-quick-access-tools.md)
* **Animation Timeline :** Build frame by frame animations / interactions for your project. [Read More](/knowledge-center/creator/projects/animation-timeline.md)
* **Viewport** **:** Adjust background color, display size and shadow settings. [Read More](/knowledge-center/creator/projects/view-port-settings.md)
* **Export** : Export an image, webpage or a video once your project is ready. [Read More](/knowledge-center/creator/projects/export.md)
* **3D / AR :** Enable the 3D / AR viewer using this option to see the 3D model in Avataar’s renderer with available interactions (if any). [*Read more*](/knowledge-center/creator/projects/3d-ar.md)


---

# 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/creator-interface/canvas-workspace.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.
