> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/boomerang-3-calibration-app-manual/advanced/certificate-fields.md).

# Certificate fields

The certificate example is shown in [Calibration certificate](/boomerang-3-calibration-app-manual/performing-the-calibration/finalise-calibration/calibration-certificate.md). The description of the contents of its fields is presented in the table below.

<table><thead><tr><th width="191" valign="top">Field</th><th width="231" valign="top">Contents</th><th valign="top">Remarks</th></tr></thead><tbody><tr><td valign="top">Certificate Number</td><td valign="top"> </td><td valign="top">Generated by app.</td></tr><tr><td valign="top">Calibration Date</td><td valign="top">Date of calibration</td><td valign="top">Set by app.</td></tr><tr><td valign="top">Issued by</td><td valign="top"><p>Issuing company name</p><p>Address</p></td><td valign="top">Entered into “Info” form.</td></tr><tr><td valign="top">Customer</td><td valign="top"><p>Sensor user company name</p><p>Address</p></td><td valign="top">Entered into “Info” form.</td></tr><tr><td valign="top">Customer's representative</td><td valign="top">Person representing the customer</td><td valign="top">Entered into “Info” form.</td></tr><tr><td valign="top">Customer's address</td><td valign="top">Address where the calibration takes place.</td><td valign="top">Entered into “Info” form.</td></tr><tr><td valign="top">Next calibration</td><td valign="top">Date of the next calibration.</td><td valign="top">Label “Next calibration”, shows the date of the next calibration calculated by adding the B3 “Calibration report interval” value to the current calibration date.</td></tr><tr><td valign="top">Calibration environment</td><td valign="top">Text “Onsite calibration” plus temperature and humidity.</td><td valign="top"> Temperature and humidity entered into "Define sensor" form.</td></tr><tr><td valign="top">Calibration Method</td><td valign="top">Description of method.</td><td valign="top"></td></tr><tr><td valign="top">Uncertainty of Measurement</td><td valign="top">Description of uncertainty.</td><td valign="top"></td></tr><tr><td valign="top">Reference Instrument Type</td><td valign="top">Type and S/N of the reference instrument</td><td valign="top">Set by app basing on BT scan.</td></tr><tr><td valign="top">Reference sensor</td><td valign="top">S/N and certificate number of the reference sensor</td><td valign="top">Entered manually when a reference sensor is connected in the app.</td></tr><tr><td valign="top">Reference Sensor Adjustment</td><td valign="top">Reference sensor adjustment value.</td><td valign="top">Taken from reference sensor certificate. Filled-in automatically for WLREF. In case when two adjustments values are used as described in <a data-mention href="/pages/NJvI7x8VczW0YvLjgjZe">/pages/NJvI7x8VczW0YvLjgjZe</a>, only the first one used is presented in this field.</td></tr><tr><td valign="top">Object</td><td valign="top">B3 object name or filled-in object name for manual mode.</td><td valign="top">Set by app basing on data from B3 or entered into "Define sensor" form.</td></tr><tr><td valign="top">Measuring Point</td><td valign="top">Measuring point name</td><td valign="top">Set by app basing on data from B3 or entered into "Define sensor" form.</td></tr><tr><td valign="top">Sensor Type</td><td valign="top">Type of calibrated sensor.</td><td valign="top">Set by app basing on data from B3 or entered into "Define sensor" form.</td></tr><tr><td valign="top">Sensor Serial Number</td><td valign="top">Serial Number of calibrated sensor.</td><td valign="top">Set by app basing on data from B3 or entered into "Define sensor" form.</td></tr><tr><td valign="top">Sensor Resolution</td><td valign="top">Resolution of calibrated sensor.</td><td valign="top">Set by app basing on data from B3 or selected in "Define sensor" form.</td></tr><tr><td valign="top">“Temperature readings” table</td><td valign="top">Temperature readings</td><td valign="top">Temperature readings of reference and calibrated sensors taken at the same minute during 10 consecutive minutes, starting after delay set in "Define sensor"form. The reference readings shown in the table are adjusted as described in <a data-mention href="/pages/NJvI7x8VczW0YvLjgjZe">/pages/NJvI7x8VczW0YvLjgjZe</a>.</td></tr><tr><td valign="top">Average Reference Sensor<br>Temperature (Tr) °C</td><td valign="top">Average of the reference sensor readings.</td><td valign="top">Calculated average of the reference sensor readings. 10 adjusted reference readings are summed up and divided by 10. The result is then rounded to 2 digits after the decimal point.</td></tr><tr><td valign="top">Average Calibrated Sensor<br>Temperature (Tc) °C</td><td valign="top">Average of the calibrated sensor readings.</td><td valign="top">Calculated average of the calibrated sensor readings.  10 calibrated sensor readings are summed up and divided by 10. The result is then rounded to 2 digits after the decimal point.</td></tr><tr><td valign="top">Temperature adjustment     (Tr-Tc) °C</td><td valign="top">Calculated adjustment value.</td><td valign="top">Average reference minus average calibrated sensor temperature.</td></tr><tr><td valign="top">Uncertainty</td><td valign="top">Uncertainty of measurement.</td><td valign="top">Calculated basing on the reference sensor parameters, calibrated sensor resolution and measurements variance.</td></tr><tr><td valign="top">Released on:</td><td valign="top">Date when the certificate was signed</td><td valign="top">Set by the app.</td></tr><tr><td valign="top">Released by:</td><td valign="top">Name and family name of the user signing the certificate</td><td valign="top">Set by the app basing on the B3 user signing the certificate or taken from "Info" form in case of manual calibration.</td></tr></tbody></table>


---

# 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://help.boomerang3.com/boomerang-3-calibration-app-manual/advanced/certificate-fields.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.
