# Legal

This section contains all legal documents governing the use of **UI Color Palette** across all supported platforms — Figma, Framer, Penpot, and Sketch.

## Documents

| Document                                               | Description                                                                                                                                     |
| ------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| [Terms and Conditions](/legal/terms-and-conditions.md) | Rules governing the use of the Service, covering account creation, intellectual property, data storage, distribution by platform, and payments. |
| [Privacy Policy](/legal/privacy-policy.md)             | How we collect, use, and protect your personal data in accordance with GDPR, CCPA, and other applicable regulations.                            |
| [Cookies Policy](/legal/cookies-policy.md)             | Information about the cookies and tracking technologies we use, and how to manage your preferences.                                             |
| [Terms of Sale](/legal/terms-of-sale.md)               | Conditions applying to all purchases, subscriptions, refunds, and educational licenses.                                                         |
| [License](/legal/license.md)                           | The MIT License under which the UI Color Palette project is distributed.                                                                        |

## Contact

For any legal question, please reach out at <hello@ui-color-palette.com>.


---

# Agent Instructions: 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:

```
GET https://docs.ui-color-palette.com/legal/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
