> For the complete documentation index, see [llms.txt](https://docs.tlic.cmu.ac.th/cmu-mango-canvas-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tlic.cmu.ac.th/cmu-mango-canvas-manual/quizzes-and-assignment/quizzes/question-banks.md).

# Question Banks

Question Banks are repositories of exam questions specifically designed for Classic Quizzes. Question banks can be shared between courses or accounts.

### Go to Quizzes

<figure><img src="/files/WR92nQND2Q2bVSBoybU9" alt=""><figcaption></figcaption></figure>

### Hit Manage Question Banks

<figure><img src="/files/BiaCoMP8fcHfTU29xUMl" alt=""><figcaption></figcaption></figure>

### Add Question Bank

<figure><img src="/files/ebcBdRr0XSWoDjtAq5dC" alt=""><figcaption></figcaption></figure>

### Create Question Bank

<figure><img src="/files/eNyhZhaPSr6AIg6ug04z" alt=""><figcaption></figcaption></figure>

### Open Question Bank

<figure><img src="/files/L6154wfMpJB1A2mFzlxi" alt=""><figcaption></figcaption></figure>

### Options

<figure><img src="/files/QDNvqqinWwjs6ST0TSXw" alt=""><figcaption></figcaption></figure>

\[1] Add a Question

\[2] Edit Bank Details

\[3] Move Multiple Questions

\[4] Delete Bank

\[5] Bookmark&#x20;

\[6] Align Outcome

### Add a Question

<figure><img src="/files/lwQJGKhi3Pg3Rq6uCQBX" alt=""><figcaption></figcaption></figure>

Click on "Add a Question" and the system will display a screen for creating a new exam.

<figure><img src="/files/X7CurMukJTyqqHzsdj3e" alt=""><figcaption></figcaption></figure>

Once added, you can view the details by clicking on "Show Question Details".

<figure><img src="/files/K6xxIzHaslbpWQ2hHLK8" alt=""><figcaption></figcaption></figure>


---

# 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://docs.tlic.cmu.ac.th/cmu-mango-canvas-manual/quizzes-and-assignment/quizzes/question-banks.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.
