# Advanced question searches

Admins can perform advanced searches in the **Questions** tab by using advanced search syntax. (The syntax here follows the same convention that Google uses for its advanced search.)

Under the **Question** tab, in the filter field at the top of the page, add the **parameter:value** and click the filter button. The results will bring up all questions in the bank with the enetered **parameter:value**.

If "**parameter**" is not included in the filter field, then the **Parameter="keyword"** is assumed.

| Available Parameters | Corresponding Question properties |
| -------------------- | --------------------------------- |
| code                 | Code                              |
| tag                  | Tag                               |
| taxonomy             | Taxonomy                          |
| difficulty           | Difficulty                        |
| lig                  | LikeItemGroup                     |
| reference            | Reference                         |


---

# Agent Instructions: 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/editing-forms/search-for-questions.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.
