> For the complete documentation index, see [llms.txt](https://help.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dscout.com/product-updates/2023/december-2023.md).

# December 2023

Dscout's latest December 2023 innovations offer more flexibility for capturing high-quality human insights, from moderated to unmoderated studies, empowering your teams.

## What's new?

## Field

### Express

**Usability tests now have heat maps**

When working with a Figma prototype, you can now get a heat map for task-based questions. A heat map displays a range of colors to visualize click activity. *Blue represents the lowest concentration of clicks, while red represents the highest concentration in a specific zone.* This is helpful in determining where the user's focus lies, identifying areas that may require improvement, and gaining insights into their experience with your product. Elevate your usability tests with heat mapping, [learn how to set up your Figma integration.](https://help.dscout.com/hc/en-us/articles/18520486312596)

![](/files/252c3fcb172d634f0eab5c7ffac6c1a026abc305)

### Live

**Multiple moderators in moderated studies**

Inviting multiple moderators to your [live interview](https://help.dscout.com/hc/en-us/articles/360038711191-Tips-for-a-successful-Live-session) creates collaboration opportunities and fosters a shared understanding of the user. Encourage fellow researchers, designers, product teammates, or other stakeholders to join your next project and bring fresh perspectives to your analysis.

![](/files/97a85ba39df5fe8d372285524ba99a589c5d2f6f)

## Admin

**Add multiple collaborators at once**

We know that you may need to add many collaborators to a project at the same time. Now, you can add a list of emails to the collaborators modal rather than one at a time. A win for efficiency!

![](/files/79eac7e62e9cf1623e506187c8a85973d7472b9c)


---

# 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.dscout.com/product-updates/2023/december-2023.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.
