> For the complete documentation index, see [llms.txt](https://docs.riskbase.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.riskbase.uk/quality-control-and-approval/approval-process.md).

# Approval Process

Approval Process

*Assessment status can be easily edited in QC and Approved - i.e., In Progress, to Submitted, to Approved and vice versa.*

1.
2.
3.
4.
5.
6.

**Approving an Assessment:**

Once review is complete:

1. Open **QC and Approved**.
2. Open a submitted assessment.
3. On the overview page, select **Approve**.
4. Optionally:\\
   * Adjust the **Action Timescale Date**.\\
   * Update reviewed action timescales.\\
   * Add a note for the assessment history.
5. Select **Approve** to confirm.

**Un-approving an Assessment:**

If an approved assessment requires further changes:

1. Open **QC & Approved**.
2. Open an approved assessment.
3. On the overview page, select **Un-approve Assessment**.
4. Enter a reason.
5. Select **Un-approve**.

The assessment status returns to Submitted. To make any changes to the answers to the assessment, you will also need to un-submit it.

**Unsubmitting an Assessment:**

If changes are required:

7. Click the **QC and Approved** tab (bottom of the screen).
8. Open a submitted assessment.
9. On the overview page, select **Unsubmit Assessment**.
10. Enter a reason for unsubmission.
11. Choose whether to notify the assessor.
12. Select **Unsubmit**.

The assessment status returns to In Progress.


---

# 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:

```
GET https://docs.riskbase.uk/quality-control-and-approval/approval-process.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.
