> For the complete documentation index, see [llms.txt](https://examind.gitbook.io/v1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://examind.gitbook.io/v1/examind-platform/build/question-builder/dynamic-questions/dynamic-engine.md).

# Dynamic Engine

The dynamic engine is a visual, block-based way to build dynamic questions. Start with the basics, then add more power as you need it.

## Get Started

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>"Variable" Blocks</strong></td><td>Start here to understand the basics of variables.</td><td><a href="/pages/T0KJt9HlaVnAWMohWcH1">/pages/T0KJt9HlaVnAWMohWcH1</a></td></tr><tr><td><strong>"Math" Blocks</strong></td><td>Randomize numbers and define calculations.</td><td><a href="/pages/TqjlgRGUX3N2n6fGEhKy">/pages/TqjlgRGUX3N2n6fGEhKy</a></td></tr><tr><td><strong>"Text" Blocks</strong></td><td>Randomize text and string sentences together.</td><td><a href="/pages/MB0pftfLpVy6vFGqZfZL">/pages/MB0pftfLpVy6vFGqZfZL</a></td></tr><tr><td><strong>"List" Blocks</strong></td><td>Build lists and define rules to draw random items.</td><td><a href="/pages/9QzFhbp7SvIFwc90PxJ6">/pages/9QzFhbp7SvIFwc90PxJ6</a></td></tr></tbody></table>

## Get Serious

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Excel Functions</strong></td><td>Build with financial and statistical functions from Microsoft Excel.</td><td><a href="/pages/YBtjRoPtciR1x8pMzkjS">/pages/YBtjRoPtciR1x8pMzkjS</a></td></tr><tr><td><strong>"Logic" Blocks</strong></td><td>Unlock scenarios and situational control.</td><td><a href="/pages/Y6zhDOl4DNfjyjJwRRhd">/pages/Y6zhDOl4DNfjyjJwRRhd</a></td></tr><tr><td><strong>"Loops" Blocks</strong></td><td>Tighten your control of variables even further.</td><td><a href="/pages/kO77suLJ57J4BsHVch3A">/pages/kO77suLJ57J4BsHVch3A</a></td></tr><tr><td><strong>"Functions" Blocks</strong></td><td>Build reusable blocks for future questions.</td><td><a href="/pages/IZDXPLwfuxtwrT8qtUFN">/pages/IZDXPLwfuxtwrT8qtUFN</a></td></tr></tbody></table>

## Get Efficient

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>The Backpack</strong></td><td>Store and transfer blocks across questions or courses.</td><td><a href="/pages/FgbuYNSQzYA6mXhgLpm1">/pages/FgbuYNSQzYA6mXhgLpm1</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://examind.gitbook.io/v1/examind-platform/build/question-builder/dynamic-questions/dynamic-engine.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
