# Create a project template

Create project templates to reuse activities and save time

<figure><img src="https://cdn.prod.website-files.com/5e18a758ba9f9e4f88f12058/66c35f0883a7b055153dd1a6_Screenshot%202024-08-19%20at%2011.04.25%E2%80%AFAM.png" alt=""><figcaption></figcaption></figure>

## Prerequisites

[Create a project](https://civalgo.gitbook.io/civalgo-docs/~/revisions/iQlhVwwqec4jFdPQvsbE/documentation/management/create-a-project)

## Create a project type

1. Go to the projects tab
2. Click on the options button in the header
3. Click on the “edit types” button
4. Click on the “new type” button
5. Name your type “Model” and confirm

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

Your model type is now created. Then you can [**create a project**](https://www.notion.so/Cr-er-un-projet-66e949bd38c441c7801938f1f6117b02?pvs=21) and define the type of project as a “model.”

## Duplicate a project

Once a “template” project is created and you need to start a new project based on this template, you can easily duplicate it with its structure to save time.

1. Go to the projects tab
2. Find the project you want to duplicate. You can filter by type in properties. In the option bar to the right of the project, select the “duplicate” button.

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

1. Edit the project name and code, then select the required options.

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

Well done 🚀! You have learned how to create project templates.


---

# 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-template.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.
