# Create a project

Create your projects to add tasks and keep track of your budgets, costs, revenues and profits

<figure><img src="https://cdn.prod.website-files.com/5e18a758ba9f9e4f88f12058/67bcca5a002f6c771722db0a_Screenshot%202025-02-24%20at%202.27.58%E2%80%AFPM.png" alt=""><figcaption></figcaption></figure>

## Prerequisites

None

## Create a project

1. Go to the project tab
   1. From here, you have a “List” view of all your projects and their information
   2. And by pressing the 4 small squares at the top of the page on the left, you have a Kanban view based on the milestones of your projects.
2. Click on the “New Project” button at the top right

<figure><img src="https://cdn.prod.website-files.com/5e18a758ba9f9e4f88f12058/67bcca6809497c0716905a76_Screenshot%202025-02-24%20at%202.28.41%E2%80%AFPM.png" alt=""><figcaption></figcaption></figure>

1. Complete the required fields:
   * **Code** : Depending on your internal nomenclature, the code will be visible next to the name of each project
   * **Project name** : Will be the identification of the project, it can be the address of a project or the name of your client or a reference name depending on the work to be done
   * **Project manager** : Is the project manager on file. Requires creating an employee.
   * **Customer**
   * **Adress** : Allows you to visualize the project on the map and to distribute it by text message to your employees
   * **Planned dates** (Optional): Approximate date of your project, start and end
   * **Type** (Optional): Will soon allow resource costs to be associated according to the type of project
   * **Contract name** (Optional)
   * **Contract number** (Optional)
2. Click “Confirm” and your project will be created.

<figure><img src="https://cdn.prod.website-files.com/5e18a758ba9f9e4f88f12058/67bcca7b51dc07a750a4c244_Screenshot%202025-02-24%20at%202.29.16%E2%80%AFPM.png" alt=""><figcaption></figcaption></figure>

## Importing projects

1. Navigate to the “Projects” page
2. Click on the options button at the top right and “CSV import”

<figure><img src="https://cdn.prod.website-files.com/5e18a758ba9f9e4f88f12058/67bcca9772123a974dba9ab8_Screenshot%202025-02-24%20at%202.33.25%E2%80%AFPM.png" alt=""><figcaption></figcaption></figure>

1. Click “Upload file” or enter your details manually
   1. If you are uploading a file, it must be a CSV file. You will then need to associate the columns in your file with the columns displayed.
   2. If you use the manual function, simply copy and paste the information previously filled in from an Excel whose columns are ordered as shown on the import page.
2. Revise the errors indicated by our tool if necessary
3. Click on the “Import” button and your projects will be created

<figure><img src="https://cdn.prod.website-files.com/5e18a758ba9f9e4f88f12058/66c37acc6bf8e9565634c63b_66c37ac511b4e0eeb226075d_Untitled.png" alt=""><figcaption></figcaption></figure>


---

# 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://documentation.civalgo.com/documentation/management/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.
