> For the complete documentation index, see [llms.txt](https://docs.cloudnotte.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudnotte.com/admin/cbt/how-to-filter-questions-on-your-question-bank.md).

# How to filter questions on your question bank

Filtering questions enable you sort questions properly you want to use for an exam or edit your question bank.

**You can filter questions by the following options:**

1. By Session
2. By  Term
3. By Section

### Step by Step guide to filter question

Kindly go to your question bank and select the class and subject you want to view

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

Click on the filter button near the search box

Note: You can also search for a question by entering any keyword the question you are looking for starts from

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

Click on the icon that that has three dots.

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

A dialogue will show on your screen kindly select the options you want to filter your questions for.

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

You can filter questions by Academic term and session, section as well.

Once you have selected what you want to filter for, click on apply filter and close the modal.

Note: After selecting an option and you close the modal, and question didnt show, probably the options you filter for do not have any questions on it.

Always remember to click on the icon that looks like sweep or broom to remove the filter or else the questions will always be filtered once you are on the question bank screen.

### Step by step guide on how to remove filter option selected

Kindly click on the icon that looks like broom or sweep for any option you selected to remove the filter option.

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

The first sweep or broom icon removes all filter, while the ones close to the options removes only for that option.


---

# 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.cloudnotte.com/admin/cbt/how-to-filter-questions-on-your-question-bank.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.
