# Quick Doc

You can check complete documentation of robot functions using the **Quick Doc** feature of Robpod Studio. Just hover the cursor on the function that you want to inspect and the documentation popup with all function details will appear after a short delay.

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

You can also display the documentation popup on request by placing cursor over the function name and pressing **Ctrl + Q,** function and parameters explanation will be displayed.

{% hint style="info" %}
If you want to keep documentation always visible as a side panel click on <img src="/files/e2tQjKANq84xcCs21vL3" alt="" data-size="line"> settings icon an choose **Open in Documentation Tool Window.**
{% endhint %}

{% embed url="<https://www.youtube.com/watch?v=VHzMH0CAxJg>" %}


---

# 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/quick-doc.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.
