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

# Projects

### Project Overview

The **Project** module is the central workspace in BuilderTek where all construction activities are planned, managed, and tracked from start to finish.

The Project module connects every major BuilderTek workflow, allowing information to flow seamlessly between different modules. Budgets, schedules, walkthroughs, RFQs, purchase orders, work orders, contractor invoices, cash disbursements, change orders, files, customer communication, and project documentation all remain linked to the project throughout its lifecycle.

BuilderTek's Project module is designed to give every stakeholder—from project managers and field supervisors to accounting teams and executives—a complete view of the project's progress, financials, resources, and documentation without switching between multiple systems.

Some of the key activities you can perform from the Project module include:

* Create and manage construction projects
* Track project progress from planning to completion
* Create and manage project budgets
* Build project schedules and milestones
* Manage walkthroughs and project scope
* Create and monitor RFQs and vendor bids
* Generate Purchase Orders and Work Orders
* Manage Contractor and Payable Invoices
* Track cash disbursements and project finances
* Monitor change orders and project revisions
* Organize project files, drawings, and documents
* Manage customer, vendor, and subcontractor information
* Collaborate with internal teams through activity tracking and project updates

Because every BuilderTek module is connected to the Project, users can navigate to related records using Quick Links and manage the entire construction lifecycle from one centralized dashboard.

In the following sections, you'll learn how to create a new BuilderTek Project, understand the Project Dashboard, and use its features to manage every stage of your construction projects efficiently.


---

# 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.buildertek.com/projects.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.
