# Fees from the credit system

UI Color Palette introduces a credit system to unlock a couple of advanced features, so you can test them. Each week, you receive 500 credits on the date of the refillment (when you have consumed all the credits, or when you have started the plugin if the date has not been set).

Here are the fees for the related advanced features.

| Action                                                                                                                     | Fee         |
| -------------------------------------------------------------------------------------------------------------------------- | ----------- |
| [Create a color palette](/sketch/guides/create-a-color-palette.md)                                                         | 100 credits |
| [Import a palette from Coolors](/sketch/guides/master-a-color-palette.md#change-the-source-colors)                         | 25 credits  |
| [Import a palette from Realtime Colors](/sketch/guides/master-a-color-palette.md#change-the-source-colors)                 | 25 credits  |
| [Import a palette from Colour Lovers](/sketch/guides/create-a-color-palette.md#browse-community-palettes)                  | 25 credits  |
| [Generate colors from AI](/sketch/guides/create-a-color-palette.md#generate-colors-with-ai)                                | 50 credits  |
| [Extract dominant colors from image](/sketch/guides/create-a-color-palette.md#extract-colors-from-an-image)                | 50 credits  |
| [Create a color harmony](/sketch/guides/create-a-color-palette.md#create-a-color-harmony)                                  | 50 credits  |
| [Generate a simple palette](/sketch/guides/generate-a-color-palette-documentation.md#generate-a-document-of-the-palette)   | 200 credits |
| [Generate a detailed palette](/sketch/guides/generate-a-color-palette-documentation.md#generate-a-document-of-the-palette) | 200 credits |
| [Generate a color sheet](/sketch/guides/generate-a-color-palette-documentation.md#generate-a-document-of-the-palette)      | 200 credits |
| [Update a palette](/sketch/guides/generate-a-color-palette-documentation.md#update-a-document-if-the-palette-has-been-too) | 100 credits |
| [Sync with local styles](/sketch/guides/sync-a-color-palette-to-the-local-library.md#sync-to-the-local-styles)             | 300 credits |
| [Sync with local variables](/sketch/guides/sync-a-color-palette-to-the-local-library.md#sync-to-the-local-variables)       | 300 credits |


---

# 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/introduction/fees-from-the-credit-system.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.
