> For the complete documentation index, see [llms.txt](https://docs.vectice.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vectice.com/25.4/manage-ai-ml-projects/organize-projects/create-a-project.md).

# Create a project

Choose a workspace for your project and select one of four options:

1. **Standard project with CRISP-DM template**

   A structured project template based on the CRISP-DM methodology, offering a proven framework with predefined phases for data-driven projects.
2. **Empty project**

   Start with a blank canvas, allowing total customization and flexibility to plan and structure your project.
3. **Quickstart project**

   Create a Quickstart project to discover Vectice in a few easy steps.
4. **Sample tutorial project**

   Create a tutorial project to learn about Vectice's features, functionalities, and workflows through practical experience.

Pick the option that best suits your project needs.

{% hint style="info" %}
Once you create a project, you will automatically become the **Project owner**. You can reassign the project ownership to any Workspace member within the project settings.
{% endhint %}


---

# 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://docs.vectice.com/25.4/manage-ai-ml-projects/organize-projects/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.
