# Diagnostic

The diagnostic section of the Controller Manager is the best place to go if you are having any issues with ABC.&#x20;

The diagnostic when turned on will tell you loads of information of what is happening in ABC when the game is running. This includes what weapon is equipped, who the player is targeting, ability activation issues/info and more.

![](/files/-Mk7XjP1Ui_NOpwMTNCm)

You are able to turn on the logging by hitting either the '**Enable Diagnostic Logging**' or '**Log Diagnostic To Console**'.&#x20;

Enabling the log will make the information appear in the Controller Manager window. Enabling the log to console will make the diagnostic information appear in the Unity console.&#x20;

{% hint style="warning" %}
It is highly recommended to read the tooltips in the blue boxes for a full description on what each setting does&#x20;
{% endhint %}


---

# 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://dicelockstudio.gitbook.io/abc-toolkit/controller-manager/settings/diagnostic.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.
