# Build

- [Question Bank](https://examind.gitbook.io/v1/build/question-bank.md): This section helps instructors learn how to use the Question Bank.
- [Import](https://examind.gitbook.io/v1/build/question-bank/import.md): This article explains how to import questions.
- [Share Questions](https://examind.gitbook.io/v1/build/question-bank/share-questions.md): This article explains how to share questions with another instructor at your institution or between your own courses.
- [Question Pools](https://examind.gitbook.io/v1/build/question-bank/question-pools.md): This article explains how to build question pools.
- [Question Builder](https://examind.gitbook.io/v1/build/question-builder.md): This section helps instructors learn how to use the Question Builder.
- [Builder Overview](https://examind.gitbook.io/v1/build/question-builder/builder-overview.md): This article describes the framework of the Question Builder.
- [Question Types](https://examind.gitbook.io/v1/build/question-builder/question-types.md): This section helps instructors learn more about question types in EXAMIND.
- [Multiple Choice](https://examind.gitbook.io/v1/build/question-builder/question-types/multiple-choice.md): This article shows you how to build a multiple-choice question.
- [Multiple Answer](https://examind.gitbook.io/v1/build/question-builder/question-types/multiple-answer.md): This article shows you how to build a multiple-answer question.
- [Matching](https://examind.gitbook.io/v1/build/question-builder/question-types/matching.md): This article shows you how to build a matching question.
- [Journal Entry](https://examind.gitbook.io/v1/build/question-builder/question-types/journal-entry.md): This article shows you how to build a journal entry question.
- [Fill-in-the-blank](https://examind.gitbook.io/v1/build/question-builder/question-types/fill-in-the-blank.md): This article shows you how to build a fill-in-the-blank question.
- [Short Answer](https://examind.gitbook.io/v1/build/question-builder/question-types/short-answer.md): This article shows you how to build a short answer question.
- [Financial Statement](https://examind.gitbook.io/v1/build/question-builder/question-types/financial-statement.md): This article shows you how to build a financial statement question.
- [Excel Workbook](https://examind.gitbook.io/v1/build/question-builder/question-types/excel-workbook.md): This article shows you how to build an Excel Workbook question.
- [Dynamic Questions](https://examind.gitbook.io/v1/build/question-builder/dynamic-questions.md): This section helps instructors learn more about Dynamic Questions.
- [Dynamic Overview](https://examind.gitbook.io/v1/build/question-builder/dynamic-questions/dynamic-overview.md): This article introduces the concept of dynamic questions and explains their importance to academic integrity.
- [Dynamic Engine](https://examind.gitbook.io/v1/build/question-builder/dynamic-questions/dynamic-engine.md): This section helps instructors learn how to personalize questions at scale using the dynamic engine.
- [Variables](https://examind.gitbook.io/v1/build/question-builder/dynamic-questions/dynamic-engine/variables.md): This article shows you how to use the Variable blocks in our Dynamic Engine.
- [Math](https://examind.gitbook.io/v1/build/question-builder/dynamic-questions/dynamic-engine/math.md): This article shows you how to use the Math blocks in our Dynamic Engine.
- [Text](https://examind.gitbook.io/v1/build/question-builder/dynamic-questions/dynamic-engine/text.md): This article shows you how to use the Text blocks in our Dynamic Engine.
- [Lists](https://examind.gitbook.io/v1/build/question-builder/dynamic-questions/dynamic-engine/lists.md): This article shows you how to use the List blocks in our Dynamic Engine.
- [Excel](https://examind.gitbook.io/v1/build/question-builder/dynamic-questions/dynamic-engine/excel.md): This article shows you how to use the Excel blocks in our Dynamic Engine.
- [Logic](https://examind.gitbook.io/v1/build/question-builder/dynamic-questions/dynamic-engine/logic.md): This article will teach you about the Logic blocks in our Dynamic Engine.
- [Loops](https://examind.gitbook.io/v1/build/question-builder/dynamic-questions/dynamic-engine/loops.md): This article will teach you about the Loops blocks in our Dynamic Engine.
- [Functions](https://examind.gitbook.io/v1/build/question-builder/dynamic-questions/dynamic-engine/functions.md): This article will teach you about the Function blocks in our Dynamic Engine.
- [The Backpack](https://examind.gitbook.io/v1/build/question-builder/dynamic-questions/dynamic-engine/the-backpack.md): This article explains the Backpack in our Dynamic Engine.
- [Assessments](https://examind.gitbook.io/v1/build/assessments.md): This section helps instructors learn how to build and share assessments.
- [Assessment Builder](https://examind.gitbook.io/v1/build/assessments/assessment-types.md): This article shows instructors how to create an assessment.
- [Share Assessments](https://examind.gitbook.io/v1/build/assessments/share-assessments.md): This article explains how to share assessments with another instructor at your institution or between your own courses.
- [Copying Between Courses](https://examind.gitbook.io/v1/build/assessments/copying-between-courses.md): Quickly duplicate existing assessments into another course to save time and maintain consistency across sections or semesters.


---

# 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://examind.gitbook.io/v1/build.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.
