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

# Deliver

Once an assessment is built, delivering it comes down to controlling **when** students take it, **watching** it happen, and **protecting** the results.

* **Set the rules.** [Schedule](/v1/examind-platform/deliver/schedule.md) when the assessment opens and closes, the time limit, how many attempts are allowed, and per-student extensions or accommodations.
* **Watch it happen.** [Live View](/v1/examind-platform/deliver/live-view.md) lets you monitor students in real time and step in — pause, add time, force-submit, or reopen an attempt. And if a student loses connectivity mid-assessment, [Offline Behavior](/v1/examind-platform/deliver/offline-behavior.md) keeps their work safe until they reconnect.
* **Protect integrity.** [Tactical Deterrents](/v1/examind-platform/deliver/tactical-deterrents.md) discourage misconduct during the attempt. For higher-stakes remote exams, you can also pair EXAMIND with [online proctoring](/v1/our-approach/online-proctoring.md).
* **Excel work.** [Excel Assignments](/v1/examind-platform/deliver/excel-assignments.md) are delivered to students through the EXAMIND Excel add-in.

## In this section

* [**Schedule**](/v1/examind-platform/deliver/schedule.md) — availability windows, time limits, attempts, and extensions.
* [**Live View**](/v1/examind-platform/deliver/live-view.md) — real-time monitoring and intervention during an assessment.
* [**Offline Behavior**](/v1/examind-platform/deliver/offline-behavior.md) — how EXAMIND handles a loss of connectivity mid-assessment.
* [**Tactical Deterrents**](/v1/examind-platform/deliver/tactical-deterrents.md) — evidence-based measures that discourage misconduct.
* [**Excel Assignments**](/v1/examind-platform/deliver/excel-assignments.md) — deliver spreadsheet work through the EXAMIND add-in.


---

# 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/deliver.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.
