# Checklists

## Pre-Event Checklists

* Clock Sync\
  Make sure that computer clock is synced to. Either use the windows clock tool and have it sync now or have any 3rd party app installed to sync clock to NTP server.\
  See [Time Sync section](/knowledge-base/knowledge-base/time-sync.md) for more information.
* Enough diskspace\
  Make sure to have enough space left on your disk drives to accompany for your needs. Apps like photofinish or IDCam might consume a lot of disk space.
* Windows Updates\
  Make sure that no pending updates or restarts are scheduled to happen. Delay windows updates for the next couple of days in settings. If Windows Updates already due and waiting for a reboot finish those first.

## During Event Checklists

* Perdicoally&#x20;
  * Check for free disk space
  * Check for your backup system in place still works and produces valid, usable results in case it need be used

## After Event Checklists

* Backups\
  Make backups of all applications and settings that have been used.


---

# Agent Instructions: 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:

```
GET https://docs.dbnetsoft.com/knowledge-base/checklists.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
