> 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/recruit-participants/working-with-participants/what-if-a-participants-media-isnt-uploading.md).

# What if a participant's media isn't uploading?

***

If any of your scouts are having trouble uploading entries, have them take a look at [this comprehensive troubleshooting guide](https://participanthelp.dscout.com/hc/en-us/articles/35730994556564-Upload-issues-troubleshooting-steps-for-Dscout-mobile-app). (See an example message you can send participants below.)

90% of the time, if a photo or video doesn't upload correctly, it's due to connectivity issues; all your scout will need to do is connect to a strong WiFi signal and tap on the entry with an error to retry re-uploading the entry.

### Example message you can send to scouts having trouble <a href="#example-message-you-can-send-to-scouts-having-trouble" id="example-message-you-can-send-to-scouts-having-trouble"></a>

"Hi there!

Looks like at least one of your entries didn't upload successfully. Would you mind connecting to a strong WiFi signal and trying again? It's also a good idea to make sure the Dscout app and your phone's operating system are both up to date.

If you're still having issues, go ahead and force quit the Dscout app and restart it, then sign out and back into your account. (If you've forgotten your password, just click the "forgot password" link to reset it.)

If all else fails, delete the Dscout app and reinstall it. All your profile data, mission history, and any submitted entries will all be saved! Only entries that haven't been submitted successfully won't be saved.

Please take a look at this extensive troubleshooting guide if you need additional details:

[Upload issues and troubleshooting for Dscout mobile app](https://participanthelp.dscout.com/hc/en-us/articles/35730994556564-Upload-issues-troubleshooting-steps-for-Dscout-mobile-app)&#x20;

If you're experiencing a problem that isn't listed in this article, please send an email to scout technical support at <help@dscout.com>. Thanks for your perseverance!"


---

# 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/recruit-participants/working-with-participants/what-if-a-participants-media-isnt-uploading.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.
