> For the complete documentation index, see [llms.txt](https://docs.archlogbook.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archlogbook.co/01-industry-basics/parties-involved.md).

# Parties Involved

<div align="left"><figure><img src="/files/raoV1kC8WL8oZo81PRxo" alt="" width="188"><figcaption></figcaption></figure></div>

There are several parties that are typically involved in a building project.&#x20;

They are listed below.

### **1) Owner**/**Developer**

The person or organization that is commissioning the building and will ultimately use or occupy it.

### **2) Architect**

The professional responsible for designing the building and ensuring that it meets the needs of the owner and complies with all relevant building codes and regulations.

### **3) Main contractor**

The professional who is responsible for managing the construction of the building, including coordinating the work of subcontractors, ensuring that the work is completed on time and within budget, and ensuring that the building meets all safety and quality standards.

## **4) Subcontractors**

Specialized contractors who are hired by the general contractor to perform specific tasks, such as electrical, plumbing, or HVAC work.

### **5) Engineers**

Specialized professionals who are responsible for designing and overseeing the construction of specific systems within the building, such as the structural, mechanical, electrical and plumbing systems.

### **6) Consultants**

Specialized professionals who provide specific services to the project, such as acoustical, lighting, or landscape design, wayfinding, security.

### **7) Suppliers**

Companies that provide materials and equipment needed for the construction of the building.

### **8) Contract Administrator**

The professional who advise the owner and the project team on legal matters, such as contract review and dispute resolution. The Architect or Quantity Surveyor can play this role.

These are the most common parties involved in a building project, but depending on the size, complexity, and location of the project there can be additional parties involved.


---

# 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.archlogbook.co/01-industry-basics/parties-involved.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.
