# Computer problems

## No space left on acquisition PC

BakingTray will no start an acquisition if there is insufficient space on the disk. To solve this we will delete old files. Generally it is OK to delete anything over a month old:

* Empty the Trash.
* Navigate to the data drive in Windows Explorer.
* Select "Details" view and sort by date.
* Select the oldest half dozen or so acquisitions then **hold down shift**, right-click, and select "Delete". With shift pressed, the trash is bypassed and files are deleted right away.


---

# 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://bakingtray.mouse.vision/users/troubleshooting/computer-problems.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.
