> For the complete documentation index, see [llms.txt](https://docs.phygitals.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.phygitals.com/user-agreements.md).

# User Agreements

- [Terms of Service](https://docs.phygitals.com/user-agreements/terms-of-service.md): The complete terms and conditions governing your use of the Phygitals platform, including pack purchases, marketplace transactions, vault storage, and digital asset management.
- [Privacy Policy](https://docs.phygitals.com/user-agreements/privacy-policy.md): How Phygitals collects, uses, shares, and protects your personal information. This policy is designed to comply with GDPR, CCPA, and other applicable data protection regulations.
- [Cookie Policy](https://docs.phygitals.com/user-agreements/cookie-policy.md): How Phygitals uses cookies, pixels, and similar tracking technologies on our platform, and how you can manage your preferences.
- [Return & Refund Policy](https://docs.phygitals.com/user-agreements/return-and-refund-policy.md): Phygitals' policy on returns, refunds, and chargebacks for pack purchases, marketplace transactions, and other platform services.
- [Risk Disclosure Statement](https://docs.phygitals.com/user-agreements/risk-disclosure-statement.md): Important information regarding the risks associated with digital assets, blockchain technology, and the use of the Phygitals platform.
- [Restricted Jurisdictions](https://docs.phygitals.com/user-agreements/restricted-jurisdictions.md): Phygitals' position on geographic restrictions, regulatory classification of pack openings, user responsibility for local law compliance, and sanctions.
- [DMCA / Copyright Policy](https://docs.phygitals.com/user-agreements/dmca-copyright-policy.md): Procedure for reporting copyright infringement in accordance with the Digital Millennium Copyright Act (DMCA).
- [Pawn / Lending Terms](https://docs.phygitals.com/user-agreements/pawn-lending-terms.md): Terms and conditions governing the Phygitals pawn and lending service, including loan amounts, interest rates, redemption, and forfeiture policies.
- [Intellectual Property](https://docs.phygitals.com/user-agreements/intellectual-property.md): How intellectual property rights are handled on the Phygitals platform, including third-party IP, card imagery, user content, and DMCA procedures.
- [Business Continuity](https://docs.phygitals.com/user-agreements/business-continuity.md): What happens to your physical cards and digital assets in the event of Phygitals' insolvency, bankruptcy, or cessation of business operations.


---

# 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.phygitals.com/user-agreements.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.
