> 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/what-are-diary-studies-in-dscout/diary-webpages.md).

# Diary webpages

Dscout can generate a custom webpage (formerly known as splash pages) to aid in onboarding your own participants to the Dscout platform in order to participate in your mission.

Potential participants can view your mission webpage on their computer or on their smartphone to get the details, download the Dscout app (if applicable), and start participating in your mission. Mission webpages can be used as an alternative to inviting a scout directly via email.

When setting up your mission, navigate to the Participants tab under the Set Up page, and toggle on "Allow Signing Up via Webpage". The webpage becomes accessible once your mission has launched, and anyone with the webpage link will be able to sign up for your mission.

![](/files/db20aac8343ac82385abd4d612836913917171cf)

To see what your webpage will look like from the scout perspective, hover over the image that appears once webpage sign up is toggled on, and select "Preview in new window".

![](/files/f08ba02b524f1c4c3ceda34539dcfb4bee28ef74)

Once a scout either creates an account or signs in, the mission invite will be waiting for them in the mobile app or desktop web.

If a scout does not have the Dscout app but will need the app for a mobile mission, they can click either 'Sign Up' or 'Start Mission' and:

* If on their **computer**, a QR code will appear which can be scanned to download the Dscout mobile app.
* If on their **phone**, tap the correct "Download" button to be taken to download the app from the correct app store

![](/files/eb133eaa1795cfd86966c94675b2c1ad133e1b12)

{% hint style="info" %}
**Note:** For desktop missions, scouts will be able to access the mission via the Dscout browser extension and will not need to download the Dscout app to participate.
{% endhint %}

Need more help with inviting first-time scouts to your mission? Read our [guide](/diary-studies/manage-a-diary-study/inviting-first-time-participants-to-a-diary-mission.md)!


---

# 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/what-are-diary-studies-in-dscout/diary-webpages.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.
