# Adding additional data to a review (Custom Fields)

Hummingbird allows the inclusion of Custom Fields to provide additional context to a review, as well as provide sortable fields of arbitrary data. This data can be passed via API, csv imports, or manually.

The way other info works is that there is a Name, and a Value. For example:\
`Name` : Risk Score\
`Value` : 0.85

Names show up as columns on the Case Dashboard.

{% hint style="warning" %}
Note: Custom Fields are referred to as `other_info` in the API.
{% endhint %}

### Managing Custom Fields

There is a tile on the Canvas named Additional Information that shows the number of Custom Field entries by Review. The Internal Control Number is shown. If no ICN is present, the case token is displayed instead.

<figure><img src="/files/wOjMrgE8Oyzx8F1ZMIEo" alt=""><figcaption></figcaption></figure>

#### Viewing and editing Custom Fields

Just click the Additional Details Tile to see the values for all Reviews in the case. To make edits, just edit the value in the cell and click Save. To add other info, just click "Add field", enter your info, and click Save.

<figure><img src="/files/fM3gWAE3xUIwUUOPp91l" alt=""><figcaption></figcaption></figure>


---

# 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://help.hummingbird.co/general/adding-additional-data-to-a-review-custom-fields.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.
