> 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/integrations/figma-integration.md).

# Figma integration

If you use Figma to design and build your prototypes, you can use your designs with participants in Dscout. You can also use the Dscout > Figma integration to access more testing features with a Dscout Usability test.

Connecting your Figma account gives Dscout read-only access to the Figma files you have access to. You can opt out anytime by removing the Figma integration in Figma or Dscout.

## Using the Figma integration

Using the Dscout > Figma integration with a Dscout Usability test allows you to:

* Collect prototype heat maps and click events in a Dscout usability task question. Dscout cannot access the Figma data to generate heat maps and click events without the Figma integration.
* Select a start screen (frame) to easily control the starting point of a task.
* Select a success screen (frame) to easily program success.

## Not using the Figma integration

You can use a Figma prototype without the Figma integration if:

* You don't want to see heatmaps for your prototype.
* You use Figma prototype links outside of a Dscout Usability task question (i.e., in a Diary mission).

Learn more about using Figma with Dscout in the following articles:

* [Set up the Figma integration](/integrations/figma-integration/set-up-the-figma-integration.md)
* [Prepare a Figma file for a Dscout study](/study-basics/testing-prototypes/prepare-a-figma-file-for-a-dscout-study.md)
* [Add a Figma prototype to a study](/study-basics/testing-prototypes/add-a-figma-prototype-to-a-study.md)
* [Analyze heat maps and click data](/study-basics/testing-prototypes/analyze-heat-maps-and-click-data.md)
* [Troubleshooting your Figma prototype](/integrations/figma-integration/troubleshooting-a-figma-prototype.md)


---

# 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/integrations/figma-integration.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.
