# Create New Project

## Ways to Start a New Project

| Method                 | Description                                                                                                                      |
| ---------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| **Use a template**     | Start from standard templates tailored to specific bridge types                                                                  |
| **Duplicate existing** | [Copy an existing project](/openbrim/getting-started/navigation-within-openbrimapp/projects/open-project.md) as a starting point |
| **From snapshot**      | Create from a saved project revision                                                                                             |

{% hint style="info" %}
You can also import additional bridge templates into an existing project after it's created. This allows you to combine multiple bridge types or add components from different templates.
{% endhint %}

***

## Templates

### OpenBrIM Templates

Standard templates developed by OpenBrIM engineers and selected community contributions. These are production-ready and maintained.

### Templates From Authors

Community-created templates that haven't been added to the standard collection yet.

{% hint style="info" %}
**What is a template?** A template is a pre-configured collection of library components organized for a specific bridge type or task. It streamlines project creation by including only relevant components and organizing them in a logical workflow.
{% endhint %}

***

## Template Differences

Different templates show different components in the tree view based on the bridge type.

| Steel I Girder                                                                                                         | Tub Girder                                                                                                               |
| ---------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| ![I Girder tree](https://openbrim.atlassian.net/wiki/download/attachments/2101641268/image-20231020-152743.png?api=v2) | ![Tub Girder tree](https://openbrim.atlassian.net/wiki/download/attachments/2101641268/image-20231020-153207.png?api=v2) |

For example, Tub Girder templates include cross-frames and bottom flange stiffeners that aren't in I Girder templates.

***

## Customization

**Can I customize a template?**

Yes. Enterprise clients work with OpenBrIM engineers to customize library objects at no extra cost. Community users can add library components using the search icon above the tree view.

**How do templates become standard?**

When OpenBrIM engineers create custom components for enterprise projects, they evaluate whether these could benefit all similar projects. If yes, the components become part of the standard template. Private or agency-restricted components remain in the client's workspace only.

***

## Organizing Projects

Use **categories** to group related projects (e.g., bridges from the same physical project) into folders.

<figure><img src="https://openbrim.atlassian.net/wiki/download/attachments/2101641268/image-20230326-143420.png?api=v2" alt="Category field"><figcaption><p>Enter a category to organize projects</p></figcaption></figure>

You can then [share each project with team members](/openbrim/getting-started/navigation-within-openbrimapp/projects/projects-users.md).

***

## Create a Project

**Step 1:** Click **New** on the left sidebar.

<figure><img src="https://openbrim.atlassian.net/wiki/download/attachments/2101641268/image-20230326-140551.png?api=v2" alt="New button"><figcaption><p>Click New to start</p></figcaption></figure>

**Step 2:** Select a template category (e.g., PennDOT Refined Analysis Submissions).

<figure><img src="https://openbrim.atlassian.net/wiki/download/attachments/2101641268/image-20230326-141127.png?api=v2" alt="Template category"><figcaption><p>Select template category</p></figcaption></figure>

**Step 3:** Select the specific template (e.g., PennDOT LRFD Curved).

<figure><img src="https://openbrim.atlassian.net/wiki/download/attachments/2101641268/image-20230326-141943.png?api=v2" alt="Template selection"><figcaption><p>Select template</p></figcaption></figure>

**Step 4:** Enter the project name and category.

<figure><img src="https://openbrim.atlassian.net/wiki/download/attachments/2101641268/image-20230326-143113.png?api=v2" alt="Project name"><figcaption><p>Enter project name</p></figcaption></figure>

**Step 5:** Click **Create**.


---

# 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.openbrim.org/openbrim/getting-started/navigation-within-openbrimapp/projects/create-new-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.
