> For the complete documentation index, see [llms.txt](https://docs.shiftiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shiftiq.com/help/assessments/create-bank/exam-json.md).

# Download and Uploading Assessment Banks

## Downloading an Assessment Bank to a JSON file

Select the **Assessment** Toolkit from the Admin Home Page.

Select the **Banks** counter.

Search for the **Bank** you want to duplicate and select the bank in the **Results** panel.

Click on the **Bank Name** to open the Assessment.

When the Assessment bank is open, click on the **Download JSON** button. You will be redirected to the Download confirmation page. Review the information and click on **Download** button.

The **JSON** file will be downloaded to the **Download** folder on your computer.

## Uploading an Assessment Bank from a JSON file

Select the **Assessment** Toolkit from the Admin Home Page

At the top of the page, select **Add New Bank**.

Select **Upload one new bank from file** from the dropdown menu at the top of the page.

Click on the magnifying glass icon (<i class="fa-search">:search:</i>) next to the **Select and Upload Bank JSON File** field and select the downloaded **JSON** file you want to upload.

Click the **Save** button.


---

# 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://docs.shiftiq.com/help/assessments/create-bank/exam-json.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.
