> For the complete documentation index, see [llms.txt](https://docs.tensorleap.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tensorleap.ai/user-interface/project.md).

# Project

## Create a Project

{% hint style="info" %}
It is recommended to create a project while pushing a [model](/tensorleap-integration/uploading-with-cli/cli-assets-upload.md#uploading-a-model) or [project](/tensorleap-integration/uploading-with-cli/cli-assets-upload.md#uploading-both-a-code-and-model) using the CLI&#x20;
{% endhint %}

You can create a project after logging on to your account.

To create a project:

1. Click the side menu on the top left.
2. Click **New Project**.
3. On the **New Project** window, enter a name for your project.
4. Enter a description for the project.
5. Click **Create**.

<figure><img src="/files/ZAsUkLg5xVJLvs3AOq1n" alt=""><figcaption></figcaption></figure>

## Open a Project

To open and start working on your project, you can either:

* Locate your project in **Recent Projects** and click it:

<figure><img src="/files/r9rDEuivSAsiKy6N0BVC" alt=""><figcaption><p>Opening a project from Recent Projects</p></figcaption></figure>

{% hint style="info" %}
When you save your project for the first time, Tensorleap treats it as the master branch, with subsequent revisions being new branches. You can create different branches when saving a new version of a project. For more information, see [Versions](/user-interface/project/versions.md).
{% endhint %}


---

# 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://docs.tensorleap.ai/user-interface/project.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.
