# Guides

- [Create a color palette](https://docs.ui-color-palette.com/sketch/guides/create-a-color-palette.md): Learn how to create a color palette and start managing it right away. Use generation tools to define source colors, or start from scratch.
- [Master a color palette](https://docs.ui-color-palette.com/sketch/guides/master-a-color-palette.md): Learn how to master a color palette to adjust every parameter to create the best color palette that suits your organisation's culture and brand's language.
- [Manage a color palette](https://docs.ui-color-palette.com/sketch/guides/manage-a-color-palette.md): Learn how to manage and save a palette, iterate, and create modes to divide the palette for specific needs (e.g., light, dark, protanomaly).
- [Generate a color palette documentation](https://docs.ui-color-palette.com/sketch/guides/generate-a-color-palette-documentation.md): Learn how to create comprehensive documentation of your color palette (or primitives) accessible from your Sketch document.
- [Export a color palette to code](https://docs.ui-color-palette.com/sketch/guides/export-a-color-palette-to-code.md): Learn how to export your color palette to a batch of formats, from agnostic data to a specific one suitable for frameworks and libraries.
- [Sync a color palette to the local library](https://docs.ui-color-palette.com/sketch/guides/sync-a-color-palette-to-the-local-library.md): Learn how to synchronize your color palette with local styles and variables, enabling its publication across documents and workspaces.
- [Publish and synchronize a color palette](https://docs.ui-color-palette.com/sketch/guides/publish-and-synchronize-a-color-palette.md): Learn how to publish and synchronize a color palette for seamless integration across design tools supported by UI Color Palette, and to hunt shared palettes.


---

# 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/sketch/guides.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.
