> For the complete documentation index, see [llms.txt](https://participanthelp.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://participanthelp.dscout.com/interview-studies/participate-in-live-missions/your-live-desktop-to-do-list.md).

# Your Live desktop to do list

Complete these tasks more than 24 hours before your session. It is important to be set up well in advance so you are on time to your Live session. If you are more than 10 minutes late, you could be marked as a no-show and may not have another opportunity to participate. **Be sure that you have a desktop or laptop computer with a webcam and microphone!**

1. Make sure you have [Google Chrome or Microsoft Edge](/interview-studies/live-technical-requirements/live-browser-compatibility.md) installed on your computer.
2. **If you are running macOS Catalina — version 10.15 — or more recent**, [ensure that Chrome or Edge are granted access to the new Screen Recording Permission](/interview-studies/live-technical-requirements/enable-screen-recording-permissions-for-live.md).
3. Complete your Live pre-test by clicking on the session link in your invitation email. Follow the prompts here to test your connectivity, camera, microphone, and speakers to make sure your set-up is good to go for your call!
4. If all tests pass, then return to your Live session link and run through the join call flow all the way through once. Once you reach the waiting room, you will see a screen with yourself in the bottom right corner and a message in the center of the screen that says, “This session is scheduled for…” followed by a series of helpful tips. In addition, you’ll see the moderator’s/moderators’ name/photo and whether they have connected to the session.
5. You can close out this link for now but be sure to come back to this link and follow the same flow when it's time for your session! See the steps outlined [here](/interview-studies/participate-in-live-missions/participating-in-live-missions.md).

If any of the tests result in failure, take a screenshot and email it to us [here](https://help.dscout.com/hc/en-us/requests/new) for support, **at least 24 hours before your session,** and check out the following docs for troubleshooting:

* [Troubleshooting camera, microphone and sound issues](/interview-studies/live-troubleshooting/camera-microphone-and-sound-issues-for-live-missions.md)
* [Troubleshooting firewall issues](/troubleshooting/troubleshooting-firewall-issues.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://participanthelp.dscout.com/interview-studies/participate-in-live-missions/your-live-desktop-to-do-list.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.
