# xRunBook Executions

All executions inside the unSkript SAAS platform are tracked on the **Executions** page. Click the Executions link on the top navigation panel to go to the Executions page. Here you will find a listing of all the executions that have occurred within the platform.

![Executions history](/files/sbDkNiFtWCY37X07Zqh0)

If you have completed executions in your distribution, you may click any row to gain details about that execution. You will be able to see:

* Inputs provided for the execution

![](/files/Ski3LFZGV0fTNAzrQRwr)

* The source code of all the Actions:

![](/files/W8BiWwfj9jIRAwO4wzyi)

* The intermediate results of the Actions (assuming that the Actions have printable items).


---

# 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.unskript.com/unskript-documentation/runbooks/xrunbooks/xrunbook-executions.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.
