# Plugin capabilities on Figma products

UI Color Palette can be used on many Figma products:

* Figma Design
* Dev mode
* [VS Code Figma plugin](https://marketplace.visualstudio.com/items?itemName=figma.figma-vscode-extension)
* FigJam
* Buzz

The plugin is tailored for each of them regarding their use cases and constraints:

* Figma Design: Full capabilities
* Dev mode:
  * Browse local palettes on the selected page
  * Export color palette to code
  * Preview color palette properties and scores
  * Switch contrast ratio score
  * Authentication
* VS Code Figma plugin:
  * Browse local palettes on the selected page
  * Export color palette to code
  * Preview color palette properties and scores
  * Switch contrast ratio score
  * Authentication
* FigJam: Partial capabilities
  * Sync to the local styles is impossible
  * Sync to the local variables is impossible
* Buzz: Partial capabilities
  * Sync to the local styles is impossible
  * Sync to the local variables is impossible
  * Export is not available
  * Modes are not available


---

# 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/introduction/plugin-capabilities-on-figma-products.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.
