# Contact tracing report

In order to facilitate a secure return to the workplace for employees, we have implemented a feature designed to instill confidence in employers.

Should an employee test positive for Covid-19, you can swiftly identify individuals who may have been in contact with them by running the trace report. This report relies on the following data for accurate results:

1. Any meeting room bookings in which the user served as either the organiser or attendee.
2. Any desk bookings made by the user.

Based on this information, the report will furnish the following:

* A roster of users who were present in the same meetings as the specified user.
* A list of users who checked into a desk booking on the same floor as the specified user's desk booking.

To initiate the trace report process, locate the Intelligence >> Reports icon on the left bar, as illustrated below:

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

Click on it and select **contact tracing report**. A pop-up window will appear, prompting you to enter the user's name and the date they were in the office.&#x20;

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

Once the PDF has been generated it should look something like the example below:

<figure><img src="https://help.meetuma.ai/rest/api/content/989823015/child/attachment/att989855770/download" alt="" width="375"><figcaption></figcaption></figure>

You have the option to generate either a CSV and/or a PDF report containing this information.

The results presented will identify any users who may have had contact with the specified user based on the aforementioned criteria.


---

# 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://support.meetuma.ai/uma-knowledgebase/data-and-reporting/contact-tracing-report.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.
