> 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/study-basics.md).

# Study basics

- [Question types](https://help.dscout.com/study-basics/question-types.md)
- [Ranking questions](https://help.dscout.com/study-basics/question-types/ranking-questions.md)
- [Task questions](https://help.dscout.com/study-basics/question-types/task-questions.md)
- [Card sort questions](https://help.dscout.com/study-basics/question-types/card-sort-questions.md)
- [Screen recording guide for researchers](https://help.dscout.com/study-basics/question-types/screen-recording-guide-for-researchers.md)
- [Question banks](https://help.dscout.com/study-basics/question-types/question-banks.md)
- [Question groups](https://help.dscout.com/study-basics/question-types/question-groups.md)
- [Multi variate testing](https://help.dscout.com/study-basics/question-types/multi-variate-testing.md)
- [Using question quotas](https://help.dscout.com/study-basics/question-types/using-question-quotas.md)
- [Question stimuli](https://help.dscout.com/study-basics/question-types/question-stimuli.md)
- [Tree testing questions](https://help.dscout.com/study-basics/question-types/tree-testing-questions.md)
- [Design a study](https://help.dscout.com/study-basics/design-a-study.md)
- [Screener and study templates](https://help.dscout.com/study-basics/design-a-study/screener-and-study-templates.md)
- [Recommended study incentives](https://help.dscout.com/study-basics/design-a-study/recommended-study-incentives.md)
- [Randomization options in Dscout](https://help.dscout.com/study-basics/design-a-study/randomization-options-in-dscout.md)
- [Skip logic in screeners](https://help.dscout.com/study-basics/design-a-study/skip-logic-in-screeners.md)
- [Skip logic in usability tests, media surveys, and intercept studies](https://help.dscout.com/study-basics/design-a-study/skip-logic-in-usability-tests-media-surveys-and-intercept-studies.md)
- [Skip logic in diary studies](https://help.dscout.com/study-basics/design-a-study/skip-logic-in-diary-studies.md)
- [Must select logic](https://help.dscout.com/study-basics/design-a-study/must-select-logic.md)
- [Piping (recall) logic](https://help.dscout.com/study-basics/design-a-study/piping-recall-logic.md)
- [Optional pre launch review for screeners and studies](https://help.dscout.com/study-basics/design-a-study/optional-pre-launch-review-for-screeners-and-studies.md)
- [Media limits](https://help.dscout.com/study-basics/design-a-study/media-limits.md)
- [Testing prototypes](https://help.dscout.com/study-basics/testing-prototypes.md)
- [Add a Figma prototype to a study](https://help.dscout.com/study-basics/testing-prototypes/add-a-figma-prototype-to-a-study.md)
- [Prepare a Figma file for a Dscout study](https://help.dscout.com/study-basics/testing-prototypes/prepare-a-figma-file-for-a-dscout-study.md)
- [Privacy blur](https://help.dscout.com/study-basics/testing-prototypes/privacy-blur.md)
- [Analyze heat maps and click data](https://help.dscout.com/study-basics/testing-prototypes/analyze-heat-maps-and-click-data.md)
- [Edit, close, or relaunch studies](https://help.dscout.com/study-basics/edit-close-or-relaunch-studies.md)
- [Edit a launched screener or study](https://help.dscout.com/study-basics/edit-close-or-relaunch-studies/edit-a-launched-screener-or-study.md)
- [Move a screener or study](https://help.dscout.com/study-basics/edit-close-or-relaunch-studies/move-a-screener-or-study-to-another-project.md)
- [Close a study](https://help.dscout.com/study-basics/edit-close-or-relaunch-studies/close-a-study.md)
- [Relaunch a closed screener or study](https://help.dscout.com/study-basics/edit-close-or-relaunch-studies/relaunch-a-closed-screener-or-study.md)
- [Analyze studies](https://help.dscout.com/study-basics/analyze-studies.md)
- [Reporting, excluding, and re-including data](https://help.dscout.com/study-basics/analyze-studies/reporting-excluding-and-re-including-data.md)
- [Analyzing data the Dscout way](https://help.dscout.com/study-basics/analyze-studies/analyzing-data-the-dscout-way.md)
- [Create and manage tags](https://help.dscout.com/study-basics/analyze-studies/create-and-manage-tags.md)
- [How can I export my data?](https://help.dscout.com/study-basics/analyze-studies/how-can-i-export-my-data.md)
- [Playlist editor](https://help.dscout.com/study-basics/playlist-editor.md)
- [Public share links](https://help.dscout.com/study-basics/playlist-editor/public-share-links.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/study-basics.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.
