> For the complete documentation index, see [llms.txt](https://mondrian.gitbook.io/yennefer-single/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mondrian.gitbook.io/yennefer-single/eng-s1.5.0/studio/main-features/project/create-a-project.md).

# Create a project

> A project is a development environment for data analytics and AI research. When you create a project, you select the frameworks and libraries, resources (machines) you need, and connect your data to the project to provide an optimal environment for your research.

## Projects

![](/files/jI8RG3N0n4k8nGtr3t2b)

* **Project Search :** You can search for the desired project.&#x20;
* **Project Types :** You can view created projects such as **My Project, Shared Projects, and Active Projects.**    &#x20;
* **Project List View Filter :** You can select the desired view type from **Card, List.** &#x20;
* **Project Status Filter:** You can select the desired project status type from **All or Activate**.
* **Sortby Sorting Method :** You can select the project **by name, by date of most recent creation, or by order of most recent updates.**

## Create a project

<details>

<summary><mark style="color:purple;">Step1:</mark> Enter project information</summary>

</details>

Enter **a project title and description** and click **Next.**

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

<details>

<summary><mark style="color:purple;">Step1:</mark> Choose an Environment Preset</summary>

</details>

**Environment presets** are IDE environments and libraries to get you started with data analysis and AI algorithmic model development.

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

* The environments in the Environment preset are separated into CPU/GPU.&#x20;
* Depending on the GPU permissions set by your administrator, you can create CPU containers only, or both CPU/GPU.
* selecting the environment preset you want to use for your project.
* click the Finish button, the project will be created normally.


---

# 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://mondrian.gitbook.io/yennefer-single/eng-s1.5.0/studio/main-features/project/create-a-project.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.
