# Code Inspections

**Code Inspections** can detect and correct abnormal code in your project before you compile it. The IDE can find and highlight various problems, locate dead code, find probable bugs, spelling problems, and improve the overall code structure.

Code inspections and syntax checking changes accordingly to the robot programming language that you are currently using in your project.&#x20;

<figure><img src="/files/dCaeIWFAt30sgbZdTsRj" alt=""><figcaption><p>Code Inspection in action while coding a UR Script.</p></figcaption></figure>

List of supported code inspection for each robot can be found here:

{% tabs %}
{% tab title="Universal Robots" %}

* Statements structure
* End terminator&#x20;
* Brackets balance

{% hint style="info" %}
Other code inspection features will be incrementally developed and made available in upcoming releases.&#x20;
{% endhint %}
{% endtab %}

{% tab title="Doosan Robotics" %}
Full Python/DRL syntax inspection is available.
{% endtab %}
{% endtabs %}


---

# 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.robpod.cloud/advanced-scripting/code-inspections.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.
