> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/risk-analysts/risk-application/managing-risk-assessment-questionnaires.md).

# Managing Risk Assessment Questionnaires

Use the **Risk Assessment Questionnaires** module to create, configure, and maintain questionnaires used to support risk assessments.

<p align="center"><kbd><strong>IMAGE</strong></kbd></p>

{% hint style="info" %}
A questionnaire can be assigned to a risk assessment using the **Analysis Questionnaire** dropdown. It serves as a tool for systematically and consistently gathering relevant information, aiding in effective risk evaluation and management.
{% endhint %}

***

## Managing Questionnaires

Follow the steps below to create and maintain risk assessment questionnaires.

{% stepper %}
{% step %}

### Defining Questionnaires

Click **Add** to create a new questionnaire.

<details>

<summary><mark style="color:blue;"><strong>Create a Questionnaire</strong></mark></summary>

The **Create a Questionnaire** form allows you to define the structure and content of a risk assessment questionnaire.

<p align="center"><kbd><strong>IMAGE</strong></kbd></p>

1. **Enter Basic Information**

In the **Assessment Subject** field, specify the main focus or topic of the questionnaire.

{% hint style="info" %}
The **No. of Questions** field displays the number of questions currently included in the questionnaire. It updates automatically as questions are added or removed.
{% endhint %}

***

2. **Add Questions**

To add questions to the questionnaire:

* Click **Add**.
* Complete the form:

  * **Display Order:** Enter the position of the question within the questionnaire.

  <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>This field defaults to the system-assigned order based on when the question is added; modify it to change the sequence.</p></div>

  * **Question:** Enter the question to be presented in the questionnaire.
* Choose one of the following:
  * **Save and New**: Click to save the question and open a new form to create another.
  * **Save and Close**: Click to save the question and close the form.

Added entries appear in the grid, where they can be modified by clicking **Edit** ( <i class="fa-pen">:pen:</i> ).

***

3. **Save Changes**

When ready to save, choose one of the following options:

* **Save and New**: Click to save the questionnaire and open a new form to create another.
* **Save and Close**: Click to save the questionnaire and close the form.

</details>

***

{% endstep %}

{% step %}

### Modifying Questionnaires

Modify an existing questionnaire using one of the following methods:

* **Inline Editing:**

  * Update the **Active** status by selecting or clearing the checkbox in the **Active** column.

  <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>Only active questionnaires appear in the <strong>Analysis Questionnaire</strong> dropdown. Newly added questionnaires are active by default.</p></div>

  * Update the **Assessment Subject** field as needed to refine or clarify the questionnaire’s focus.
* **Form Editing:**&#x20;
  * Click the **Edit** ( <i class="fa-pen">:pen:</i> ) icon or double-click the entry to open the editing form.

***

{% endstep %}
{% endstepper %}

***


---

# 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://interfacing.gitbook.io/interfacing-help-files/risk-analysts/risk-application/managing-risk-assessment-questionnaires.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.
