> For the complete documentation index, see [llms.txt](https://docs.paragontruss.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paragontruss.com/projects/getting-started/project-tools.md).

# Project Tools

<figure><img src="/files/EDOFnR1exjD085FpdwsA" alt=""><figcaption><p>Project Tools</p></figcaption></figure>

## Add Project

Click `Add Project` to create a new project. When adding a new project, several of the fields are auto-populated. As a best practice, it is recommended to review and adjust the project properties during project creation.&#x20;

Specifically, the following fields should be updated for each project, prior to beginning a layout or truss designs:&#x20;

* Name
* Design Code
* Region

{% hint style="info" %}
Tip

Be sure to click `Save Now` after making modifications to the Project Properties.
{% endhint %}

## Copy Project

Use `Copy Project` to copy the selected project, creating a new project within your organization. All project information will be copied over to the newly created project, including all of its Components, Properties, and Settings.

{% hint style="info" %}
Tip

Be sure to change the project name and click `Save Now` after copying the project.
{% endhint %}

## Delete Project

Click `Delete Project` to delete the selected project and project data. Deleted projects are removed from your organization's project list. The following confirmation dialog appears when deleting a project:

<figure><img src="/files/kpLBys83YMEPLrkqoKvX" alt=""><figcaption></figcaption></figure>

## Collapse All

Use `Collapse All` to "tidy up" your project list view and only display the Project's created date and name.&#x20;

Click `>` to the left of the project name to expand and view all project components. Then use `Collapse All` to collapse the components list and only view the project list.

<figure><img src="/files/Yv4dx6b8mtFYryY8YClV" alt=""><figcaption></figcaption></figure>

## Create Estimate

You can use `Create Estimate` to quickly create a CSV or PDF using existing or custom pricing for materials. Lumber, plate, and hanger pricing is defined in the Pricing app. However you are able to provide pricing for lumber and hangers that are not defined and come through with a price of $0.00.

You are also able to manually add `Other Billable Materials` and `Additional Estimate Info` to account for additional billable goods and services. \
\
Create Estimate is also available from Paragon Design. See [Broken mention](broken://pages/Y0clzr4b3Zb4NhvkNwU7) for more information.

<figure><img src="/files/QWJUsjvqbOgaL1du7MO1" alt=""><figcaption></figcaption></figure>

## Project Files

`Project Files` serve as a repository for project estimate .pdf and .csv files. You are able to select and download one or more files from the Project Files list.

<figure><img src="/files/aYLkdZFbj6Chag2FdY4M" alt=""><figcaption></figcaption></figure>


---

# 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.paragontruss.com/projects/getting-started/project-tools.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.
