> 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/usability-tests.md).

# Usability tests

- [What are usability tests in Dscout?](https://help.dscout.com/usability-tests/what-are-usability-tests-in-dscout.md)
- [Question types in usability tests](https://help.dscout.com/usability-tests/what-are-usability-tests-in-dscout/question-types-in-usability-tests.md)
- [Recruitment options in a usability test](https://help.dscout.com/usability-tests/what-are-usability-tests-in-dscout/recruitment-options-in-a-usability-test.md)
- [Device and recording options in a usability test](https://help.dscout.com/usability-tests/what-are-usability-tests-in-dscout/device-and-recording-options-in-a-usability-test.md)
- [Usability testing features by device](https://help.dscout.com/usability-tests/what-are-usability-tests-in-dscout/usability-testing-features-by-device.md)
- [How much should a usability test pay?](https://help.dscout.com/usability-tests/what-are-usability-tests-in-dscout/how-much-should-a-usability-test-pay.md)
- [Add participants from a screener to a usability test](https://help.dscout.com/usability-tests/what-are-usability-tests-in-dscout/add-participants-from-a-screener-to-a-usability-test.md)
- [Create a usability test](https://help.dscout.com/usability-tests/create-a-usability-test.md)
- [Manage appearance of a usability test](https://help.dscout.com/usability-tests/create-a-usability-test/manage-appearance-of-a-usability-test.md)
- [Manage participant limit and incentive in a usability test](https://help.dscout.com/usability-tests/create-a-usability-test/manage-participant-limit-and-incentive-in-a-usability-test.md)
- [Manage participant experience in a usability test](https://help.dscout.com/usability-tests/create-a-usability-test/manage-participant-experience-in-a-usability-test.md)
- [Add informed consent to a usability test](https://help.dscout.com/usability-tests/create-a-usability-test/add-informed-consent-to-a-usability-test.md)
- [Add questions to a usability test](https://help.dscout.com/usability-tests/create-a-usability-test/add-questions-to-a-usability-test.md)
- [Privacy blur](https://help.dscout.com/usability-tests/create-a-usability-test/privacy-blur.md)
- [Example of an effective usability test](https://help.dscout.com/usability-tests/create-a-usability-test/example-of-an-effective-usability-test.md)
- [Test a usability test mission](https://help.dscout.com/usability-tests/create-a-usability-test/test-a-usability-test-mission.md)
- [Usability test checklist](https://help.dscout.com/usability-tests/create-a-usability-test/usability-test-checklist.md)
- [Manage a usability test](https://help.dscout.com/usability-tests/manage-a-usability-test.md)
- [Launch a usability test](https://help.dscout.com/usability-tests/manage-a-usability-test/launch-a-usability-test.md)
- [Share a usability test link with participants](https://help.dscout.com/usability-tests/manage-a-usability-test/share-a-usability-test-link-with-participants.md)
- [Participant flow in a usability test](https://help.dscout.com/usability-tests/manage-a-usability-test/participant-flow-in-a-usability-test.md)
- [Close a usability test](https://help.dscout.com/usability-tests/manage-a-usability-test/close-a-usability-test.md)
- [Analyze a usability test](https://help.dscout.com/usability-tests/analyze-a-usability-test.md)
- [View usability test responses](https://help.dscout.com/usability-tests/analyze-a-usability-test/view-usability-test-responses.md)
- [View usability test session recordings](https://help.dscout.com/usability-tests/analyze-a-usability-test/view-usability-test-session-recordings.md)
- [Exclude responses from a usability test](https://help.dscout.com/usability-tests/analyze-a-usability-test/exclude-responses-from-a-usability-test.md)
- [Export usability test data](https://help.dscout.com/usability-tests/analyze-a-usability-test/export-usability-test-data.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/usability-tests.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.
