> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mindsdb.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create a Project

## Description

MindsDB introduces projects that are a natural way to keep artifacts, such as models or views, separate according to what predictive task they solve. You can learn more about MindsDB projects [here](/sql/project).

## Syntax

Here is the syntax for creating a project:

```sql theme={null}
CREATE PROJECT [IF NOT EXISTS] project_name;
```
