> For the complete documentation index, see [llms.txt](https://docs.ritabot.gg/ritabot-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ritabot.gg/ritabot-docs/policys/3rd-party-policys.md).

# 3rd Party Policys

{% hint style="info" %}
Links provided are for convenience and may not be the sum of all policies and agreements that govern each end user in every region and territory. Please refer to respective services for more information and links to policies that may effect you.
{% endhint %}

<details>

<summary>Discord</summary>

* Discord Terms of Service: <https://discord.com/terms>
* Discord Privacy Policy: <https://discord.com/privacy>
* Discord Saftey Centre: <https://discord.com/safety>
* Discord Community Guidelines: <https://discord.com/guidelines>

Policy Portal: <https://discord.com/safety/360043709612-our-policies>

</details>

<details>

<summary>Heroku</summary>

* Heroku and GDPR: <https://devcenter.heroku.com/articles/gdpr>
* Heroku Security, Privacy, and Compliance: <https://devcenter.heroku.com/articles/security-privacy-compliance>
* Heroku Support Policy: <https://www.heroku.com/policy/support>
* Heroku Security Policy: <https://www.heroku.com/policy/security>
* Heroku Terms of Service: <https://www.heroku.com/policy/heroku-elements-terms>

Policy Portal: <https://www.heroku.com/policy/agreements>

</details>

<details>

<summary>PebbleHost</summary>

* PebbleHost Terms of Service: <https://pebblehost.com/legal>

</details>

<details>

<summary>PayPal</summary>

* PayPal Paypal Privacy Statement: <https://www.paypal.com/us/legalhub/privacy-full?locale.x=en_US>
* PayPal Business Payments Agreement: <https://www.paypal.com/us/legalhub/business-payments-agreement?locale.x=en_US>
* PayPal User Agreement: <https://www.paypal.com/us/legalhub/useragreement-full?locale.x=en_US>
* PayPal Acceptable Use Policy: <https://www.paypal.com/us/legalhub/acceptableuse-full?locale.x=en_US>
* PayPal Purchase Protection Program: <https://www.paypal.com/us/legalhub/buyer-protection?locale.x=en_US>

Policy Portal: <https://www.paypal.com/us/legalhub/home>

</details>

<details>

<summary>Patreon</summary>

* Patreon Terms of Service: <https://www.patreon.com/en-GB/policy/legal>
* Patreon Privacy Policy: <https://privacy.patreon.com/policies/en/>
* Patreon Security Policy: <https://www.patreon.com/en-GB/policy/security>

Policy Portal: <https://www.patreon.com/en-GB/policy-en>

</details>

<details>

<summary>Stripe</summary>

* Stripe Customer Portal Terms of Service: <https://stripe.com/legal/customer-portal>
* Stripe Privacy Policy: <https://stripe.com/privacy>
* Stripe Consumer Terms of Service: <https://stripe.com/legal/consumer>

Policy Portal: <https://stripe.com/legal/ssa>

</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://docs.ritabot.gg/ritabot-docs/policys/3rd-party-policys.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.
