# Reporting Plugin Issues

If you've encountered an issue, you can open an issue on our [GitHub repo](https://github.com/digma-ai/digma) or simply report it on our [Slack](https://continuous-feedback.slack.com/join/shared_invite/zt-2ebkq5qxs-Hpep2BFMfpxYTE9xq45w8A#/shared-invite/email) channel. To help us diagnose the problem, here is how to get some basic data:

### Capture and send logs

To set the log verbosity to capture more information from the Digma plugin, open the help menu and select "Diagnostic Tools -> Debug Log Settings..."

<figure><img src="/files/O5BLkc9kmp1ZF2NQAtMj" alt="" width="375"><figcaption></figcaption></figure>

Then enter the following value: `#org.digma:trace`

<figure><img src="/files/LzZNfloy2LZgxhuOQzWX" alt="" width="339"><figcaption></figcaption></figure>

To collect the logs now select Help -> Collect Logs and Diagnostic Data

<figure><img src="/files/HbR6ODlXBg0e90DZZSb5" alt="" width="375"><figcaption></figcaption></figure>

### Send us the logs archive

You can directly DM anyone from the Digma team with the logs file you've received. If you don't want them to be public you can also report the issue first on Slack or Github and we'll provide instructions on where to send them.


---

# 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.digma.ai/digma-developer-guide/troubleshooting/reporting-plugin-issues.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.
