# Overview

<figure><img src="/files/54hccO09PEAEYbkk9Ata" alt=""><figcaption></figcaption></figure>

At the top right corner are the powerful tools that we can use to sketch amazing pixel art.&#x20;

### Move

Move, resize, scale, flip, or even clear the content.

[Read more >](/tools/move.md)

### Brush

The most basic and most needed tool to create pixel art. There is a lot of customization for this tool: 5 stroke types, pressure sensitivity, contour, dithering, etc.

[Read more >](/tools/brush.md)

### Eraser

Similar to the brush, but to remove instead of adding content.

[Read more >](/tools/eraser.md)

### Line

Create straight lines or beautiful curves. It comes with a lot of customization as well.

[Read more >](/tools/line.md)

### Shape

Drawing rectangles or perfect circles by hand is such a tedious (sometimes impossible) task. Let the Shape tool help us with that.

[Read more >](/tools/shape.md)

### Selection

An advanced selection tool to enable us to make complex selections: 5 selection types and 5 selection modes.

[Read more >](/tools/selection.md)

### Eye dropper

Quickly pick a color on the canvas.

[Read more >](/tools/eye-dropper.md)

### Additional tools

Pixquare has even more tools specialized for pixel art:

* [Color replace](/tools/additional-tools/color-replace.md)
* [Color adjustment](/tools/additional-tools/color-adjustment.md)
* [Level adjustment](/tools/additional-tools/levels-adjustment.md)
* [Outline](/tools/additional-tools/outline.md)
* [Text](/tools/additional-tools/text.md)
* [Custom objects](/tools/additional-tools/custom-objects.md)
* [Color helper](/tools/additional-tools/color-helper.md)
* [Anti-aliasing (AA)](/tools/additional-tools/anti-aliasing-aa.md)
* [Post-processing](/tools/additional-tools/post-processing.md)
* [Color remap](/tools/additional-tools/color-remap.md)
* [Modifiers](/tools/additional-tools/modifiers.md)

### Color Picker

Picking a color is super easy with Pixquare's 4 color picker types, as well as the ability to drag a compact sticky version of it around the canvas.

[Read more >](/tools/color-picker.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/tools/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.
