> 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/upcoming-dismantles.md).

# Upcoming Dismantles

## Purpose

This log tracks scaffolds that are still erected but nearing dismantle.

It is used to coordinate teams, assign inspectors, notify customers and keep deadlines organised.

Use it to:

* See which scaffolds require dismantling soon
* Inspect before dismantle
* Extend hire if the scaffold must remain longer
* Move a scaffold to the Dismantle Log once taken down

***

## How the Upcoming Dismantle Log Works

The Upcoming Dismantles Log automatically manages scaffold status based on the scheduled dismantle date.

No manual sorting or moving of scaffolds is required.

The system follows this workflow:

* **Three days before a scaffold’s dismantle date**
  * The scaffold will automatically appear in the **Upcoming Dismantles Log**.
  * This indicates that it is approaching dismantle and requires attention, planning, inspection, or extension.
* **If the scaffold is dismantled**
  * Once dismantling is completed and recorded, the scaffold is removed from the Upcoming Dismantles Log.
  * It will then appear in the **Dismantle Log**, along with its dismantle details and certificate.

{% hint style="info" %}
[See dismantle log](/logs/dismantle-log.md)
{% endhint %}

* **If the scaffold is extended beyond the dismantle date**
  * When an extension moves the dismantle date more than 3 days into the future:
    * It will be removed from the Upcoming Dismantles Log.
    * The scaffold will appear back in the **Scaffold Log**, where its updated erection period and hire details continue to be tracked.

{% hint style="info" %}
[See scaffold log](/logs/scaffold-log.md)
{% endhint %}

This ensures that:

* Only scaffolds that require dismantle attention are shown in the Upcoming Dismantles Log
* Scaffolds are never lost, deleted, or hidden
* Status and movement between logs are fully automated for accuracy and compliance

***

## How to Access

In the side navigation:\
**Instructions → Upcoming Dismantles Log**

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

***

## Table Layout

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

Each record shows:

| Column           | Description                                                                         |
| ---------------- | ----------------------------------------------------------------------------------- |
| Site             | Site name                                                                           |
| Code             | Unique scaffold identifier (SCA number) - Hyperlink into the scaffold documentation |
| Description      | Scaffold description                                                                |
| Location         | Physical location on site                                                           |
| Size (L/W/H)     | Dimensions                                                                          |
| Volume           | Scaffold volume                                                                     |
| No. of Platforms | Number of platform levels                                                           |
| Total Area       | Working area                                                                        |
| Status           | Shows "Handed Over" until dismantled                                                |
| Notes            | Any comments added                                                                  |
| Erection Date    | Original erection date                                                              |
| Dismantle Date   | Scheduled dismantle date                                                            |
| Extension Notes  | Notes if the date has moved                                                         |
| Hire Date        | Start of hire period                                                                |
| Hire Rate        | Current rate being applied                                                          |
| Handover         | Link to handover certificate                                                        |
| Inspection       | Link to latest inspection                                                           |
| Inspect          | Button to complete an inspection                                                    |
| Needs Dismantle  | Button to mark the scaffold for dismantling                                         |
| Extend           | Button to extend the dismantle date                                                 |

***

### Status Types

| Status      | Meaning                                         |
| ----------- | ----------------------------------------------- |
| Handed Over | Scaffold is still in use and not yet dismantled |

***

### Available Actions

For each scaffold:

{% columns %}
{% column valign="middle" %}
Inspect the scaffold
{% endcolumn %}

{% column valign="middle" %}

<div align="center" data-with-frame="true"><figure><img src="/files/YoX020P2n2XGDfYrbEe7" alt="" width="135"><figcaption></figcaption></figure></div>
{% endcolumn %}
{% endcolumns %}

***

{% columns %}
{% column valign="middle" %}
Mark for dismantle
{% endcolumn %}

{% column valign="middle" %}

<div align="center" data-with-frame="true"><figure><img src="/files/gwbBc9ZuoeHLo3yNw9QY" alt="" width="167"><figcaption></figcaption></figure></div>
{% endcolumn %}
{% endcolumns %}

***

{% columns %}
{% column valign="middle" %}
Extend dismantle date
{% endcolumn %}

{% column valign="middle" %}

<div align="center" data-with-frame="true"><figure><img src="/files/rSzQ1ZnYsz5osjwZIIQL" alt="" width="133"><figcaption></figcaption></figure></div>
{% endcolumn %}
{% endcolumns %}

***

{% columns %}
{% column valign="middle" %}
Export list to Excel
{% endcolumn %}

{% column valign="middle" %}

<div align="center" data-with-frame="true"><figure><img src="/files/cAVNfOAIlZCLUKg6Sjip" alt="" width="216"><figcaption></figcaption></figure></div>
{% endcolumn %}
{% endcolumns %}

***

### Search and Filters

Identical to other logs:

* Search requires three characters
* Use clear button to reset
* Pagination at the bottom
* Adjustable rows per page

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

***

## Best Practices

* Monitor this log daily to avoid overdue dismantles
* Extend dates with reasons recorded in notes
* Inspect before dismantling for safety and compliance
* Communicate with crews and clients using notes and certificates


---

# 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/upcoming-dismantles.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.
