> 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/live-technical-requirements/live-pre-test-scout-overview-troubleshooting.md).

# Live pre test scout overview troubleshooting

The Live Pre-Test, required for participation in a Live desktop mission, ensures that your system is equipped and ready for a Live call. In order to schedule or be scheduled for a session, you'll need to successfully pass your pre-test, so it's important you do so as soon as possible after receiving your mission invitation!

In the event you encounter issues while trying to pass your pre-test, we've included troubleshooting for all of the system checks below.

### Locating the pre-test

Your pre-test is contained within your Live session link, so no need to locate a separate link! All you'll need to do is open up your session link and run through the prompts. Your session link can be found in these places:

1. Your original invitation email
2. By logging into [app.dscout.com](https://app.dscout.com/) with the email address your invitation was sent to. If you've accepted your invitation, the mission will appear in the "In Progress" tab. If you haven't accepted your invitation, the mission will appear in your "Invites" tab. Simply tap on your mission to arrive at your session link!

#### *Invitation email*

<img src="/files/b14acc475a02651950773e59fa9dd47f1dd63d7e" alt="" width="563">

#### *In Progress tab*

<img src="/files/7845ac708b14e3510eb22aba0abe45988a383d94" alt="" width="563">

#### *Invites tab*

<img src="/files/2f01f317e69063fd8b67cd9efc3562b29935fae9" alt="" width="563">

### Completing the pre-test

1. Navigate to your session link (instructions above for locating your link!) using a Google Chrome or Microsoft Edge browser.
2. Tap on the button at the bottom of the page that says "Start Hardware Setup." (If you haven't accepted your invitation, you will first see a button that says "Accept Mission.")
3. This will take you to a page where your camera, microphone, speakers, and connection will be tested for compatibility. **Be sure to grant camera and microphone permissions when prompted!**
4. After passing the tests, tap "Complete Hardware Setup" at the top right of the page

*Hardware setup*

<img src="/files/d7ec0a4396d559d255341c3414415aa0a6096878" alt="" width="563">

*Pre-Test (Hardware Setup)*

<img src="/files/07dababecbfb4df3552d6e6e305d2f7d603609ca" alt="" width="563">

*Scheduler*

<img src="/files/4702a47d3e69d07351e6db949f959d55e668cb7e" alt="" width="563">

### Browser compatibility

Google Chrome and Microsoft Edge are the only browsers that are compatible with Dscout Live, so you'll need to install one of these in order to have your video conversation.

* If you've downloaded Google Chrome or Microsoft Edge, be sure to open your session link/pre-test in a Chrome or Edge browser. Otherwise, you'll continue to see the Chrome or Edge pre-test error.

### Video/Audio troubleshooting

Live is a video research tool, so you'll need a laptop/desktop with a working camera and microphone in order to complete a Live desktop session.

* For general camera, microphone, and sound/headphone troubleshooting, click [here](/interview-studies/live-troubleshooting/camera-microphone-and-sound-issues-for-live-missions.md).
* See how to grant audio & video permissions [here.](/interview-studies/live-troubleshooting/live-camera-and-microphone-permissions-and-access-troubleshooting.md)

### Bandwidth

Bandwidth is how we test the strength of your internet connection! You'll need a strong internet connection in order to complete a Live session, which is why it's important to test using the wifi network you will use for your session. Here are some recommendations for improving your internet connection:

* Close out of all other programs and browsing sessions on your computer
* Move closer to your router
* Connect to your internet via ethernet cable

### Firewall

If you’re using an antivirus or firewall software, you'll need to ensure Chrome or Edge and Dscout are trusted/allowed by these programs.

* See how to troubleshoot firewall issues [here](/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/live-technical-requirements/live-pre-test-scout-overview-troubleshooting.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.
