# area

The table below gives an overview of what the area represents and what it is used for in the model.&#x20;

{% hint style="warning" %}
Even though some objects don't have an area, a value has to be specified in the area column to make sure the file gets read correctly by the model.&#x20;
{% endhint %}

| Object             | Area                           | Use                      |
| ------------------ | ------------------------------ | ------------------------ |
| HRU                | Area of the HRU                | Conversion from mm to m3 |
| Routing Unit       | Area of the Routing Unit       | Conversion from mm to m3 |
| Aquifer            | Area of the aquifer            | Conversion from mm to m3 |
| Channel            | Drainage area of the channel   | n/a                      |
| Reservoir          | Drainage area of the reservoir | n/a                      |
| Outlet             | Object does not have an area   | n/a                      |
| Recall             | Object does not have an area   | n/a                      |
| Export Coefficient | Object does not have an area   | n/a                      |
| Delivery Ratio     | Object does not have an area   | n/a                      |


---

# 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://swatplus.gitbook.io/io-docs/introduction-1/connectivity/hru.con/area.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.
