# Create a project

## Project creation

Creating a new Multijet project is very easy thanks to the **Multijet CLI**.

{% hint style="info" %}
Prerequisites:

* Familiarity with the command line
* [Node.js](https://nodejs.org/it/download/) version 18 or higher
  {% endhint %}

Open a terminal and run the following command to create a new project:

```bash
npx multijet create
```

To build your new project, simply run:

```bash
cd <project-name>
npm run build
```

If the build succeeded, you are ready to start using Multijet in your new project :tada:


---

# 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://quinck.gitbook.io/multijet/getting-started/create-a-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.
