> 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/design-process-in-practice.md).

# Design Process in Practice

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

The design process for architects typically includes the following steps:

1. **Initial consultation and project briefing:** This is where the architect meets with the client to discuss their needs, budget, and desired outcomes for the project.
2. **Site analysis and research:** The architect conducts a thorough analysis of the site, including its surroundings, zoning regulations, and potential environmental impacts.
3. **Concept development:** Based on the information gathered in the previous steps, the architect develops several conceptual design ideas for the project.
4. **Design development:** The architect refines and develops one of the conceptual design ideas into a more detailed design proposal.
5. **Technical design:** The architect develops detailed technical drawings and specifications for the building, including structural, electrical, and mechanical systems.
6. **Obtaining necessary approvals and permits:** The architect works with the client and any necessary authorities to obtain the necessary approvals and permits for the project.
7. **Construction documentation and administration:** The architect prepares detailed construction documents and oversees the construction process to ensure that the building is built according to the design and specifications.
8. **Post-construction evaluation:** The architect evaluates the completed building and makes any necessary adjustments to ensure that it meets the client's needs and functions as intended.

The process is non-exhaustive and may differ based on contract type and locale.

Check out this video by Architect Dami Lee on the Architecture Design Process from the project brief to detailed design ready for construction.

{% embed url="<https://www.youtube.com/watch?v=KUjomyjbdQU>" %}

**For more details you may refer to the following resources:**

[RIBA Plan of Work 2020](https://www.architecture.com/knowledge-and-resources/resources-landing-page/riba-plan-of-work)

[SIA Scope of Services Matrix](https://apex.sia.org.sg/xshare/SIA_Scope_of_Service_Matrix-20180814-for_website.pdf)


---

# 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/design-process-in-practice.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.
