> For the complete documentation index, see [llms.txt](https://help.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dscout.com/diary-studies/manage-a-diary-study/external-participant-onboarding-help-resending-an-invitation.md).

# External participant onboarding help resending an invitation

Once you’ve invited your participants and launched your mission, your next step is ensuring they get started. Use the Manage page to track their progress—a scout with an "Invited" flag has not yet accepted their invitation, while a scout who no longer has an "Invited" flag has successfully accepted their invitation.

If your participant is listed as "Invited" but can't find their original invitation link, click their individual message bubble to determine whether or not their unique link is visible under the "Details" tab:

![](/files/a008cb4923899fe1f9b4527b2bb57eeea5d7e3de)

### If their unique link is visible:

This means the participant has not yet created an account (to do that, they need to click the “Claim Your Spot” button in the system email they received). In this situation, their contact (whether that’s you, or a third-party recruiter) should send them their unique link via your original method of contact or via the mission messages. The unique link will allow scouts to create their account just the same way the Dscout system email would.

{% hint style="info" %}
**Note:** if the issue is the participant's spam filter blocking emails from <participate@dscout.com,> they may have trouble receiving mission message notifications as well.
{% endhint %}

### If their unique link is not visible:

This means that the participant has created their Dscout account already; if they are still in an "Invited" status, this means they're having trouble locating their invite post-account creation. There are a few places they could be stuck:

* Created account on desktop without realizing they need to download the Dscout app
* Unable to find the Dscout app
* Downloaded app but forgot to log in/forgot password
* Downloaded app and can’t find mission

In the case where participants are listed as *Invited* for 24-48 hours but no longer has a unique link, it’s recommended to reach out to them (via Dscout OR via another method) to determine where exactly they are stuck.

If the participant does not have the *Invited* marker next to their name, this means they have accepted the mission; that is, they have successfully created an account, downloaded the app, logged in, and accepted the mission. They just need to get started with their first entry! In this case you can send them messages through the message icon on the Manage page to prompt them to get started.

Still having trouble? Ask your participant to email <help@dscout.com>; the Dscout Support team will be best equipped to troubleshoot and onboard your participant as quickly as possible.


---

# 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://help.dscout.com/diary-studies/manage-a-diary-study/external-participant-onboarding-help-resending-an-invitation.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.
