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

# Dismantle Log

## Purpose

The Dismantle Log contains all scaffolds that have been taken down on site.&#x20;

It serves as the record of completion, proof of return, and closure of the scaffold lifecycle.

Use it to:

* Confirm completion dates
* Track who dismantled the scaffold
* Export records for billing and compliance
* Download Dismantle Certificates

***

## How the Dismantle Log Works

The Dismantle Log automatically records all scaffolds that have been fully dismantled and closed on site. Once a dismantle is confirmed, the scaffold is removed from all active logs and placed permanently into the Dismantle Log for record-keeping, reporting, and certificate access.

The system follows this workflow:

* **Scaffold is marked as dismantled**
  * When the dismantle is completed and confirmed in the system, the scaffold is removed from the **Scaffold Log** and **Upcoming Dismantles Log**.
  * It will then appear in the **Dismantle Log**.

{% hint style="info" %}
[Learn how to dismantle a scaffold](/site-management/scaffolds/dismantles.md)
{% endhint %}

* **Dismantle details are stored permanently**
  * The scaffold will be recorded with:
    * Erection date
    * Actual dismantle date
    * Notes or photos
    * Linked handover certificate
    * Linked inspection certificate
    * Linked dismantle certificate
  * This creates a full historical record for auditing and client reporting.
* **Certificates and exports**
  * Each entry allows the download of the Dismantle Certificate.
  * The full log can be exported to Excel for billing or compliance records.

> **Note:**\
> No scaffolds are deleted
>
> Once a scaffold has been dismantled, it stays in this log as part of permanent history.
>
> This ensures compliance traceability and proof of work for internal and client use.

The Dismantle Log provides a complete closure stage in the scaffold lifecycle, ensuring every scaffold is traceable from erection, to handover, to inspection, and finally dismantle.

***

## How to Access

In the side navigation:\
**Instructions → Dismantle Log**

<div align="left" data-with-frame="true"><figure><img src="/files/Roq7mQFenAUlvrN9cmYr" alt="" width="361"><figcaption></figcaption></figure></div>

***

## Table Layout

<div align="left" data-with-frame="true"><figure><img src="/files/WsBMG6RypvOs5DchemHW" alt=""><figcaption></figcaption></figure></div>

Each record shows:

| Column           | Description                                 |
| ---------------- | ------------------------------------------- |
| Site             | Site where the scaffold was dismantled      |
| Code             | Scaffold identification number (SCA-number) |
| Description      | Scaffold description                        |
| Location         | Physical location                           |
| Size (L/W/H)     | Dimensions                                  |
| Volume           | Scaffold volume                             |
| No. of Platforms | Number of platform levels                   |
| Total Area       | Working area                                |
| Status           | Shows "Dismantled" when complete            |
| Notes            | Additional information entered by the user  |
| Erection Date    | Original erection date                      |
| Dismantle Date   | Actual dismantle date                       |
| Extension Notes  | Notes if dismantle was delayed              |
| Hire Date        | Hire starting date                          |
| Hire Rate        | Billing rate                                |
| Handover         | Link to the original handover certificate   |
| Inspection       | Link to the final inspection (if completed) |
| Dismantle        | Link to the Dismantle Certificate           |

***

## Status Types

| Status     | Meaning                               |
| ---------- | ------------------------------------- |
| Dismantled | Scaffold is removed and job is closed |

***

## Available Actions

Inside each record, you can:

* View full dismantle details
* Review notes and dates
* Download the Dismantle Certificate
* Export to Excel

***

## Search and Filters

Same functionality as all logs:

* Three-character minimum search
* Clear button resets the results

{% hint style="info" %}
[See how search works](/general-tools-and-features/search-and-filter-bar.md)
{% endhint %}

***

## Best Practices

* Record accurate dismantle dates for billing
* Add dismantle notes for transparency
* Download certificates for client records
* Export monthly for invoicing and internal auditing

***


---

# 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.cloudscaff.com/logs/dismantle-log.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.
