> 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/account-settings/account-setup/signing-into-dscout-with-a-magic-link.md).

# Signing into Dscout with a magic link

Dscout supports a passwordless sign in experience for all research participants—regardless of whether you're logging in via the mobile app or via [web](https://app.dscout.com/scouts/sign_in)—using a feature called **magic links**.

When you request a sign in magic link, you'll be sent a link to your email inbox; simply tap the link, and you will automatically be brought to Dscout and signed in. No additional steps necessary!

{% hint style="info" %}
**Note:** You can only sign in with a magic link if you previously signed up for an account or tapped to sign up for a mission from a link sent by your project leader.
{% endhint %}

**Here are step-by-step instructions for signing into the app using a magic link:**

1\. Open the Dscout app, or navigate to <https://app.dscout.com/scouts/sign_in> to log into Dscout via web.

2\. Below where it says "Sign in," enter the email address you previously signed up for Dscout or a mission with, then tap "Send magic link."

{% hint style="info" %}
**Note:** You won’t receive a magic link unless you enter the same email address you used to sign up. If your link does not arrive, make sure you entered the correct address.
{% endhint %}

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

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

3\. Locate the magic link in your email inbox. The subject line will be "\[Dscout] Sign into your Dscout account" and the sender will be <accounts@dscout.com>.

4\. Tap the "Log into Dscout" button in your email.

{% hint style="info" %}
**Note:** Magic links expire after 24 hours, or immediately after you request a new one. Only your most recent magic link works. If you try to use an expired link, we automatically email you a new one.
{% endhint %}

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

* If you've tapped the log in button on your **mobile device** and you **have the Dscout app installed**: you will automatically be brought to the Dscout app and be logged in.
* If you've tapped the log in button on your **mobile device** and **do not have the app installed**: you will be automatically logged in and routed to [app.dscout.com](https://app.dscout.com/scouts/home/missions) via a mobile web browser. Note that it is not possible to complete missions via a mobile web browser at this time.
* If you've tapped the log in button on a **computer:** you will be automatically logged in and routed to [app.dscout.com](https://app.dscout.com/scouts/home/missions) via a desktop web browser.


---

# 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/account-settings/account-setup/signing-into-dscout-with-a-magic-link.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.
