> For the complete documentation index, see [llms.txt](https://learn.tvori.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.tvori.co/projects.md).

# Projects

**Pro Feature**

A project in Tvori is a folder in your system that contains [saves](/saves.md) and [imported objects](/import.md). The default project that you start with is located at .../Documents/Tvori.

A newly created project will have those folders:

* Saves — all your saved scenes  &#x20;in a project
* Stuff — where you put your models, images, sounds, and videos

You can create any amount of projects and store them anywhere on your system. Just select an empty folder from the [2D menu](/settings.md) to create a project.

Also it's possible to [save you current scene as a project](/saves.md#save-as-project).


---

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

```
GET https://learn.tvori.co/projects.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.
