# Project Setup

## Overview

After [login](/account-activation.md#account-login-returning-users), the User will be redirected to the [QuickServe Platform's](/quickserve-platform.md) dashboard in a new window.&#x20;

To launch a project on iMerit’s 3D Multi-Sensor Fusion Tool, the user will need to cover the following steps from the dashboard.

* Define the Ontology - The ontology is a comprehensive schema that defines the classes (or categories), attributes (or properties), relationships, and rules for annotating data. (Jump to [Create Recipe](/project-setup/create-recipe.md)).
* Create the Taskflow -  Taskflow is an interactive channel used to manage the execution of tasks. The goal of a task flow is to ensure that tasks are executed in a defined sequence by the respective expert mapped to the pipeline. (Jump to [Create Taskflow](/project-setup/create-taskflow.md)).
* Format Dataset - It is important to organize the data in a format that is ingestible by the tool. Read [Format LiDAR Data](/project-setup/pre-process-data.md) to learn how to restructure data before importing it in the next step.
* Create Jobs - A job encapsulates the entirety of the labeling work required by organizing tasks for annotators into manageable groups. A job for the annotator is created by linking a *taskflow* with the *recipe* and importing the segregated data. [Build Jobs](/project-setup/build-jobs.md)
* Launch Task: The annotation tool gets enabled and can be accessed once the above steps are completed.[ Launch Task.](/project-setup/build-jobs/4.-launch-task.md)
* Add Contributors - To add contributors to the project, the user must [Share](/quickserve-platform.md#share) the solution from the Dashboard. Users can be added with controlled access.


---

# 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://docs.imerit-prod.io/project-setup.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.
