# create project

The `create project` command creates an ML project. This command initializes project metadata. If successful, it sets the current working project to the project that was just created.

## Syntax

{% code overflow="wrap" %}

```
create project <project name>[,config=<project users config file>]
```

{% endcode %}

## Parameters

| Parameter                     | Description                                                                                                                                   |
| ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| `<project name>`              | The name of the ML project                                                                                                                    |
| `<project users config file>` | An optional project configuration file in JSON format that you can use to define users for the project and their roles and alert preferences. |

## Example

```
[ ]: create project trip_fare
     Created project trip_fare
     Current working project set to trip_fare

[ ]:
```


---

# 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://aizen-corp.gitbook.io/docs/system-configuration-commands/project-commands/create-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.
