> 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 mission](https://help.dscout.com/study-basics/design-a-mission.md)
- [Screener and study templates](https://help.dscout.com/study-basics/design-a-mission/screener-and-study-templates.md)
- [Recommended mission incentives](https://help.dscout.com/study-basics/design-a-mission/recommended-mission-incentives.md)
- [Randomization options in Dscout](https://help.dscout.com/study-basics/design-a-mission/randomization-options-in-dscout.md)
- [Skip logic in screeners](https://help.dscout.com/study-basics/design-a-mission/skip-logic-in-screeners.md)
- [Skip logic in usability tests, media surveys, and intercept studies](https://help.dscout.com/study-basics/design-a-mission/skip-logic-in-usability-tests-media-surveys-and-intercept-studies.md)
- [Skip logic in diary studies](https://help.dscout.com/study-basics/design-a-mission/skip-logic-in-diary-studies.md)
- [Must select logic](https://help.dscout.com/study-basics/design-a-mission/must-select-logic.md)
- [Piping (recall) logic](https://help.dscout.com/study-basics/design-a-mission/piping-recall-logic.md)
- [Optional pre launch review for screeners and missions](https://help.dscout.com/study-basics/design-a-mission/optional-pre-launch-review-for-screeners-and-missions.md)
- [Media limits](https://help.dscout.com/study-basics/design-a-mission/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)
- [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 missions](https://help.dscout.com/study-basics/edit-close-or-relaunch-missions.md)
- [Edit a launched screener or study](https://help.dscout.com/study-basics/edit-close-or-relaunch-missions/edit-a-launched-screener-or-study.md)
- [Close a study](https://help.dscout.com/study-basics/edit-close-or-relaunch-missions/close-a-study.md)
- [Relaunch a closed screener or mission](https://help.dscout.com/study-basics/edit-close-or-relaunch-missions/relaunch-a-closed-screener-or-mission.md)
- [Analyze missions](https://help.dscout.com/study-basics/analyze-missions.md)
- [Reporting, excluding, and re-including data](https://help.dscout.com/study-basics/analyze-missions/reporting-excluding-and-re-including-data.md)
- [Analyzing data the Dscout way](https://help.dscout.com/study-basics/analyze-missions/analyzing-data-the-dscout-way.md)
- [Create and manage tags](https://help.dscout.com/study-basics/analyze-missions/create-and-manage-tags.md)
- [How can I export my data?](https://help.dscout.com/study-basics/analyze-missions/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.
