> 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/supplier-and-product-management/contractor-application/navigating-the-contractor-management-workflow/modify-contractor-evaluation.md).

# Modify Contractor Evaluation

If the approver returns the evaluation for modification, the evaluator updates and resubmits the contractor request.

<figure><img src="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FYwW8BERsvBsPeMOM6Z9L%2FCON-V16-Contractor-Modify.png?alt=media&amp;token=3d7a830a-cdef-46b3-afb5-dfe216f64706" alt=""><figcaption></figcaption></figure>

<details>

<summary><strong>Accessing the Task</strong></summary>

The **Final Contractor Review** task can be accessed through any of the following:

* The **To Do** module.
* The **Notification Panel** (via the **Notification Bell**).
* The **direct link** provided in the email notification.

</details>

***

{% stepper %}
{% step %}

### Revise & Modify the Evaluation <a href="#revise-and-modify-the-change-request" id="revise-and-modify-the-change-request"></a>

Update the evaluation according to the approver's feedback, ensuring that all revisions accurately reflect the suggested changes and meet the specified requirements.

{% hint style="success" %}
This task uses a form similar in layout and content to the **Evaluate Contractor Response** form.

* For instructions on how to complete each field, refer to the [corresponding form documentation](/interfacing-help-files/supplier-and-product-management/contractor-application/navigating-the-contractor-management-workflow/evaluate-contractor-response.md).
  {% endhint %}

***

{% endstep %}

{% step %}

### Resubmit the Contractor Request

After completing all revisions, click **Complete Re-Evaluation** at the bottom of the form.

* This action returns the request to the approver for final review.

{% hint style="danger" %}
Before submitting, ensure all required fields are completed.
{% endhint %}

***

{% 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/supplier-and-product-management/contractor-application/navigating-the-contractor-management-workflow/modify-contractor-evaluation.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.
