> 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.md).

# Build

In EXAMIND you build the **questions**, then bring them together into an **assessment**. How that works depends on the assessment type — and that distinction is the key thing to understand here:

* **Question-based assessments** — **exams, quizzes, and practice** are assembled from your question bank. Most of this section is about creating and organizing those questions.
* **Single-question assessments** — **Essay** and **Simulation** are *not* built from the question bank. Each is one specialized prompt (a written response in the essay room, or an AI-powered scenario), configured directly in the [Assessment Builder](/v1/examind-platform/build/assessments/assessment-types.md).

## The question-based flow (exams, quizzes, practice)

1. **Create questions** in the [question builder](/v1/examind-platform/build/question-builder.md) — across eight question types, optionally making them [dynamic](/v1/examind-platform/build/question-builder/dynamic-questions.md) so every student gets a unique variant.
2. **Organize and reuse** them in the [question bank](/v1/examind-platform/build/question-bank.md) — share questions across courses, and [pool](/v1/examind-platform/build/question-bank/question-pools.md) them to randomize which questions each student sees.
3. **Assemble** them into an [exam, quiz, or practice](/v1/examind-platform/build/assessments/assessment-types/exams-quizzes-practice.md) assessment: add questions, group them, and set their order.

The [**dynamic question engine**](/v1/examind-platform/build/question-builder/dynamic-questions.md) underlies all of this — turning a single question into a unique per-student variant is central to EXAMIND's approach to academic integrity.

## In this section

* [**Question Bank**](/v1/examind-platform/build/question-bank.md) — import, share, and pool your questions for reuse across courses.
* [**Question Builder**](/v1/examind-platform/build/question-builder.md) — create questions across the eight question types, including dynamic, per-student variants.
* [**Assessments**](/v1/examind-platform/build/assessments.md) — assemble exams, quizzes, and practice from your questions, or set up an Essay or Simulation.


---

# 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:

```
GET https://examind.gitbook.io/v1/examind-platform/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.
