# Plot Risk Assessments

The **Plot Risk Assessments** endpoint enables users to manage risk assessments for individual plots of land that they or their suppliers own. These assessments are used to evaluate compliance in the context of the European Union Deforestation Regulation (EUDR).

Users can update the status of a plot’s risk assessment and include notes throughout the assessment process. All status updates are logged in the plot's risk assessment history.

**Available Status Values**

The following statuses can be assigned to a plot risk assessment:

* **NEW**\
  The assessment has been created but no action has been taken yet.
* **UNDER\_REVIEW**\
  The plot is currently under review by the organization.
* **IN\_RISK\_MITIGATION**\
  Risks have been identified and mitigation efforts are ongoing.
* **EUDR\_COMPLIANT**\
  The plot has been assessed as complying with EUDR requirements.
* **EUDR\_NON\_COMPLIANT**\
  The plot has been assessed as not meeting EUDR compliance standards.


---

# 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.live-eo.com/tradeaware/using-the-tradeaware-api/api-reference/risk-assessments/plot-risk-assessments.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.
