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

# Import

Bring existing questions into your question bank from a file — such as a QTI, Word, XML, or Common Cartridge export.

## Accessing Import

1. Click **Question Bank** in the left menu
2. Click the **Imports** tab

## Importing Files

1. Click **Browse Files**
2. Choose the file you want to upload
3. Wait 1-2 minutes
4. Click **Review**
5. Click **Edit** to modify the question
6. Read and adjust the Explanation as necessary
7. Click **Add to Import** to add each question to your import
8. Click **Skip Question** to skip adding a question to your import
9. Click **Finish Import**

### Final Import Step

EXAMIND automatically completes the following:

* Creates a draft question title
* Assigns a Bloom's Taxonomy level
* Estimates the time a student would need to complete the question

Review and edit before clicking **Add to Question Bank**.

{% hint style="info" %}
Click the ⌄ icon to view the question in the final import step.
{% endhint %}

### Integrity Scan

EXAMIND automatically scans imported questions for vulnerabilities on the internet. Questions found online display a **Vulnerable** label in the Question Bank.

### Supported File Types

* **QTI:** Stands for Question and Test Interoperability. It is the standard format that assessments/quizzes are saved in when exported from a Learning Management Systems.
* **DOCx:** A file format for documents created in Microsoft Word.
* **XML:** Stands for Extensible Markup Language. It is a text-based document that can be exported from various Learning Management Systems.
* **IMSCC:** Stands for IMS Common Cartridge. It is a type of archive file that contains exported course data and can be imported into various Learning Management Systems.


---

# 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-bank/import.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.
