> For the complete documentation index, see [llms.txt](https://docs.alemba.com/asm-hermes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alemba.com/asm-hermes/setup-and-configure-asm/configuring-your-system/system-administration-settings/ipk-and-workflow/workflow-management/request-risks/request-risk-assessment.md).

# Request Risk Assessment

Typical vlaues include Minor, Moderate, and Significant.  You may use any language your organization is familiar.  These will be used in conjunction with Complexity to automatically calculate request risk. &#x20;

Alternately, you may configure [weighted question in Screen designer to perform a question and answer-based risk assessment](/asm-hermes/setup-and-configure-asm/configuring-your-system/configuring-screens/dynamic-screens/field-calculations-and-risk-calculation.md).

## To Add a Risk Assessment Value

1. System Administration >Workflow Management>Request Risk Assessment
2. Click the New icon to insert a new row
3. Type in the value you would like. &#x20;
4. Repeat for additional values
5. You may reorder the values using the sorting icons.
6. Save your changes.

## To Update a Risk Assessment Value

1. System Administration >Workflow Management>Request Risk Assessment
2. Click the pencil icon next to the value you want to change
3. Type in the value you would like. &#x20;
4. Click the pencil again to commit the change
5. Repeat for additional values
6. You may reorder the values using the sorting icons.
7. Save your changes.

## To Delete a Risk Assessment Value

{% hint style="warning" %}
If you delete values, you will need to update the Risk Assessment Matrix.
{% endhint %}

1. System Administration >Workflow Management>Request Risk Assessment
2. Click the row you wish to delete
3. Click the delete icon&#x20;
4. Repeat for additional values
5. You may reorder the values using the sorting icons.
6. Save your changes.


---

# 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.alemba.com/asm-hermes/setup-and-configure-asm/configuring-your-system/system-administration-settings/ipk-and-workflow/workflow-management/request-risks/request-risk-assessment.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.
