# Create a new project

### Create a new project is a simple process:

The Button "**New project**" is located on top of the project overview list. This button redirects the user to the route `/projects/create`.

![Choose private or a organisation as owner. Fill out all required (and optional) fields.](/files/-MDF4CU7lDGIQSEnVvLY)

First you can choose if you want to create a privat project with you as an owner or if you want an organization, of which you hold admin rights, as owner. If you don't have an organization, you can create one by clicking on the + symbol, which directs you to account management.

The requested data is described below.

#### The project owner:

* Can be selected from all organisations where the logged in user has admin permissions. You can also create the project as a private project.

{% hint style="warning" %}
The project owner cannot be changed later.
{% endhint %}

#### The project name:

* The project name must be unique within the organisation and cannot be chosen twice.
* The name is limited to 255 characters.

#### The short description:

The short description is used to give a quick summary of the purpose of the project.

* This text is limited to 128 characters.

#### The description:

This optional form can be used to write down the main purpose of the project. It is displayed in the home tab of the project page. The limit is set to 1024 characters.

{% hint style="info" %}
The number of projects is limited by the subscription plan.
{% endhint %}

If all fields are valid the button "Create Project" is enabled and can be used to save the data. On success, the user is redirected to the project's overview page.

{% hint style="warning" %}
There is no API support to create a project automatically.
{% endhint %}


---

# 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.datagym.ai/documentation/project/create-a-new-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.
