> 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/getting-paid/frequently-asked-questions.md).

# Frequently asked questions

Quick answers to common payment questions.

<details>

<summary>Okay seriously, what's the catch?</summary>

There's no catch.

If you're invited to a mission, you're eligible to be paid.

Follow the mission directions and complete every required activity on time.

The project team reviews your entries before payment starts.

Once approved, we message you with the exact reward date.

When we send the reward, PayPal emails you.

Dscout also sends a push notification.

</details>

<details>

<summary>Do I get paid for applications?</summary>

Applications to missions are unpaid.

Applications help determine whether you're a good fit for a mission.

Think of them like an audition.

We do show the reward amount before you start.

You can find it on the mission card and mission details page.

<img src="/files/831902b858994ccd3ee10276dea178ccd7d9156d" alt="Mission reward example" width="563">

**Pro tip:** Read the mission overview before you apply.

It helps you decide whether the mission is a fit.

If it is not, tap **Not Interested**.

You can also review [Best practices for applying to missions](/getting-started/dscout-overview/best-practices-for-applying-to-missions.md).

</details>

<details>

<summary>How much do missions pay?</summary>

Most missions offer a cash reward.

You receive it when you meet the requirements and finish all activities.

Most payouts range from `$25` to `$150`.

Some missions pay more.

Some pay less.

The final amount depends on the mission's time and effort.

To check a mission's reward in the app:

1. Open the **Missions** tab.
2. Find the mission.
3. Check the **Reward amount** on the mission card.
4. If needed, open the mission and read the **Mission overview**.

If you do not see a reward total, the mission may use a different payment setup.

See [Receiving external payments](/getting-paid/payment-basics/receiving-external-payments.md).

<img src="/files/935f7b528176eb6c4daa0564db0a346732cc7426" alt="Mission reward in app" width="563">

</details>


---

# 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/getting-paid/frequently-asked-questions.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.
