# Get early feedback on bottlenecks and code issues

### Learn of code-related issues, from multiple environments

As the code gets executed, either in your local environment, in CI staging, or in production - Digma learns about how it performs, scales, and identifies any process issues or anti-patterns that should be dealt with.&#x20;

As you work on your code, any newly detected issues will appear in the issues side panel as `unread`.&#x20;

<figure><img src="/files/H0o6JbNojfOtJhNgqwVe" alt=""><figcaption></figcaption></figure>

Additionally, the code itself will be highlighted to signify whether any critical issues are present:

<figure><img src="/files/6h9A5kla25PJGzqymyMo" alt=""><figcaption></figcaption></figure>

### Recheck issues after fixing the source problems

Once an issue Digma detected is fixed, you can use the `recheck` option on the issue card. Digma will start re-examining the problem based on new data to determine whether the issue is indeed fixed.  This is not mandatory for detecting whether an issue is fixed but can expedite the detection process.

<figure><img src="/files/IIti5iMHE23ZJuJ5R6Hu" alt=""><figcaption></figcaption></figure>


---

# 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/use-cases/get-early-feedback-on-bottlenecks-and-code-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.
