# Interactive Runbooks

Interactive Runbooks make static documents interactive. They live right next to your terminal and are easy to create and share.&#x20;

Runbooks are written in [Rundown](/fig/interactive-runbooks-2/rundown-language.md). Rundown is based on [Markdown](https://daringfireball.net/projects/markdown/) but also lets you: add form elements, run code blocks, and even run shell commands. Interactive Runbooks use the `.run` file extension.

### Get Started

We recommend using examples to get started.

* Download [full runbooks](/fig/interactive-runbooks-2/running-runbooks.md)
* View examples for each of the [form elements](/fig/interactive-runbooks-2/components.md)
* Learn how to [run runbooks](/fig/interactive-runbooks-2/running-runbooks.md)

**You can see some demos below**

![](/files/-MDCQLQhZ9einMj3XQ8J)

![Execute Code Blocks in a click](/files/-MDCQLQgqjNm7UK0USXg)


---

# 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://fig.gitbook.io/fig/interactive-runbooks-2.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.
