# Overview

The palette is where we keep and organize the colors for convenient use while drawing. It resides at the bottom of the screen and can be detached.&#x20;

Besides the main functionality of storing colors, the palette also has a lot more to offer.

{% hint style="info" %}
In [indexed mode](/misc/color-modes.md#indexed), the palette is the most important component of an artwork because it dictates how the artwork looks.
{% endhint %}

### The basics

[Learn about the basic functionalities of the palette >](/palette/the-basics.md)

### Gradient generator

Sometimes it's quite handy to be able to generate a gradient from 2 colors. By using the gradient generator built right into the palette, we can easily do that.

[Read more >](/palette/gradient-generator.md)

### Shading

Oftentimes, we need to add shades to objects to bring them to life. Shading is a powerful tool to help us add shades to the object efficiently.

[Read more >](/palette/shading.md)

### Lospec integration

Early in the development, a few users requested me to add Lospec palette import. So I did, and now we can import from thousands of available palettes from Lospec.

[Read more >](/palette/lospec-integration.md)

### Importing palettes

In addition to Lospec palette, Pixquare can import palettes from files and images as well.

[Read more >](/palette/importing-palettes.md)

### Palette sorting

Just a quick way to reorder our palettes by color values.

[Read more >](/palette/palette-sorting.md)

### Other operation

[Learn about other operations we can do with the palette >](/palette/other-operations.md)


---

# 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.pixquare.art/palette/overview.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.
