> 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/how-to-grant-camera-and-microphone-permissions-for-desktop-diary-activities.md).

# How to grant camera and microphone permissions for desktop Diary activities

When you start a desktop activity of a Diary mission, Dscout will run you through your web setup, which includes granting camera and microphone permissions. Check out the steps below:

1. To start a desktop activity of a Diary mission, you’ll email yourself a magic link from the Dscout mobile app. You’ll receive this email from <participate@dscout.com> with **Your magic link for Activity ‘...’ of the ‘...’ Diary mission** in the subject.
2. Access this email and open the magic link in Chrome or Edge. The magic link expires in 24 hours and can only be used once. If you are having issues with receiving the magic link, please double check your email address in your Dscout profile on the mobile app for any typos or spelling errors.
3. The magic link automatically authenticates you, so you won’t need to sign in again on desktop. If you see a message that your magic link has expired, you’ll need to navigate to the mission in the Dscout mobile app and send yourself a new magic link.
4. If you do not yet have the Dscout browser extension installed, you will be prompted to [install the extension](/diary-studies/diary-technical-requirements/installing-the-dscout-browser-extension.md).
5. Once the extension is installed, click the **Next** button on the bottom of your screen to continue.
6. A dialogue box will automatically pop up asking you to give the Dscout browser extension permission to use your **Microphone** and **Camera**. Click **Allow**. If the permission request dialog box does not automatically appear, you can [read more about troubleshooting Chrome browser permissions issues here.](/diary-studies/diary-troubleshooting/troubleshooting-camera-and-microphone-permissions-for-desktop-diary-activities.md)

   <img src="/files/b694b70495702b1d3952547eafed94eba6eb18c0" alt="" width="563">
7. On the bottom of your screen, click the **Complete Setup** button to proceed to your mission.

{% hint style="info" %}
**Note:** We can only request **browser-level** permissions during extension installation. If you still have trouble capturing videos, photos, or screen recordings after these steps, you may also need to grant **operating system-level** permissions to Chrome or Edge. Read more about [troubleshooting permissions issues](/diary-studies/diary-troubleshooting/troubleshooting-camera-and-microphone-permissions-for-desktop-diary-activities.md).
{% endhint %}


---

# 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/how-to-grant-camera-and-microphone-permissions-for-desktop-diary-activities.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.
