> 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/diary-studies/diary-technical-requirements/installing-the-dscout-browser-extension.md).

# Installing the Dscout browser extension

[**Click here**](https://chromewebstore.google.com/detail/dscout/mjfgpadamkbikpdgpenjhnpckhdpcbcd?pli=1) to download the Dscout browser extension!

In order to participate in a desktop Diary or Usability test Express mission, you need to install our [Dscout browser extension](https://chrome.google.com/webstore/detail/dscout-diary/mjfgpadamkbikpdgpenjhnpckhdpcbcd), which is a small software program we built that allows you to answer Diary mission questions from your desktop or laptop computer, including capturing videos, photos and screen recordings.

## Downloading the extension in Google Chrome

Follow these steps to download the extension:

1. In a Chrome web browser, click on this [link](https://chrome.google.com/webstore/detail/dscout-diary/mjfgpadamkbikpdgpenjhnpckhdpcbcd).
2. Click on the **Add to Chrome** button on the top-right corner of your screen.
3. A mini dialogue box will pop-up that provides you with additional details about the extension's [permissions](/diary-studies/diary-technical-requirements/installing-the-dscout-browser-extension.md). To finish installing the extension, click on the **Add extension** button on the bottom-right corner of the box.

<img src="/files/225b832465bb596c25576b379f8f5ab7adb874c9" alt="" width="563">

&#x20;

<img src="/files/012e5605ac1f3929ae9a9d2630736da746c31648" alt="" width="563">

### Download the extension in Microsoft Edge

1. In an Edge web browser, click on this [link](https://chrome.google.com/webstore/detail/dscout-diary/mjfgpadamkbikpdgpenjhnpckhdpcbcd).

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>Note:</strong> You may be prompted to switch to Chrome. If that happens, click <strong>No thanks</strong>.</p></div>
2. Click on the **Get** button on the top-right corner of your screen.
3. A mini dialogue box will pop-up asking you to allow Edge to download extensions from other stores, (in this case, the Chrome Store); click on **Allow** to proceed.
4. Another mini dialogue box will appear that provides you with additional details about the extension's [permissions](/diary-studies/diary-technical-requirements/installing-the-dscout-browser-extension.md). To finish installing the extension, click on the **Add extension** button to finish installing the extension.

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

&#x20;

<img src="/files/6c70610a642aafaf6a5d8b72061fa28ad64f396d" alt="" width="563">

&#x20;

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

## About Dscout's extension permissions

**Read and change data on websites:** Dscout uses the permission 'read and change all your data on the websites you visit' to render our widget UI, (the container where you view and answer questions), on any site you choose to visit in the course of completing an entry. The Dscout browser extension only reads and modifies content on the sites you visit in order to display the widget and improve Dscout’s functionality. Dscout never uses or sells this data for marketing purposes. Please see our [Privacy Policy](https://dscout.com/legal/scout-privacy).

**Display notifications:** Notifications are only displayed when an upload has succeeded or failed after submitting an entry—there aren’t any invasive or "random" pop ups that we'll send you.

**Capture content on screen:** This permission is required for screen recording questions—content is only captured while you are actively recording your screen, so if the mission you're participating in doesn’t have a screen recording requirement, nothing will be captured.


---

# 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/diary-studies/diary-technical-requirements/installing-the-dscout-browser-extension.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.
