> 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.md).

# Getting paid

- [Payment basics](https://participanthelp.dscout.com/getting-paid/payment-basics.md)
- [When to expect your reward](https://participanthelp.dscout.com/getting-paid/payment-basics/when-to-expect-your-reward.md)
- [Taxes and Dscout rewards](https://participanthelp.dscout.com/getting-paid/payment-basics/taxes-and-dscout-rewards.md)
- [Receiving external payments](https://participanthelp.dscout.com/getting-paid/payment-basics/receiving-external-payments.md)
- [Receiving your reward in a different currency](https://participanthelp.dscout.com/getting-paid/payment-basics/receiving-your-reward-in-a-different-currency.md)
- [Receiving your reward](https://participanthelp.dscout.com/getting-paid/payment-basics/receiving-your-reward.md)
- [Getting paid via PayPal](https://participanthelp.dscout.com/getting-paid/getting-paid-via-paypal.md)
- [Adding an alias to your PayPal](https://participanthelp.dscout.com/getting-paid/getting-paid-via-paypal/adding-an-alias-to-your-paypal.md)
- [Confirming your email address with PayPal](https://participanthelp.dscout.com/getting-paid/getting-paid-via-paypal/confirming-your-email-address-with-paypal.md)
- [Withdrawing your funds from PayPal](https://participanthelp.dscout.com/getting-paid/getting-paid-via-paypal/withdrawing-your-funds-from-paypal.md)
- [How to create a PayPal account](https://participanthelp.dscout.com/getting-paid/getting-paid-via-paypal/how-to-create-a-paypal-account.md)
- [Connecting a bank account to your PayPal](https://participanthelp.dscout.com/getting-paid/getting-paid-via-paypal/connecting-a-bank-account-to-your-paypal.md)
- [How to add your PayPal email address to your Dscout account](https://participanthelp.dscout.com/getting-paid/getting-paid-via-paypal/how-to-add-your-paypal-email-address-to-your-dscout-account.md)
- [Frequently asked questions](https://participanthelp.dscout.com/getting-paid/frequently-asked-questions.md)
- [Troubleshooting a failed mission payout](https://participanthelp.dscout.com/getting-paid/troubleshooting-a-failed-mission-payout.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://participanthelp.dscout.com/getting-paid.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.
