> For the complete documentation index, see [llms.txt](https://docs.intrepidcs.com/vspy-3-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intrepidcs.com/vspy-3-documentation/vehicle-spy-main-menus/main-menu-tools/tools-problem-log.md).

# Tools: Problem Log

The Problem Log (Figure 1) shows any Vehicle Spy related problems or warnings that may require the user's attention. This screen will automatically open if Vehicle Spy detects any critical problems. For less critical problems, Vehicle Spy will display an indication in the upper left corner (Figure 2). Clicking this warning will display the problem log. The problem log can be manually opened from [Tools](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-tools.md) -> Problem Log.

The **Show/Hide All Problems** button toggles the problem log table area on and off. Clicking the **Clear Problem Log** button clears the log and closes the screen. The Problem Log will automatically clear itself each time Vehicle Spy starts if the **Clear on Start** checkbox is enabled.

When dealing with support issues, the **Copy to Clipboard** button copies all listed problems to the clipboard. This information can be pasted into an email or text file.

![Figure 1: The problem log contains a log of any Vehicle Spy related problems requiring the user's attention.](/files/4U5cIZdQQT3hp0j0GZT3)

![Figure 2: A warning that the setup has a problem.](/files/gWonv5iUOPBP76tuHy00)


---

# 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.intrepidcs.com/vspy-3-documentation/vehicle-spy-main-menus/main-menu-tools/tools-problem-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.
