> For the complete documentation index, see [llms.txt](https://docs.pixquare.art/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixquare.art/tools.md).

# Tools

- [Overview](https://docs.pixquare.art/tools/overview.md)
- [Move](https://docs.pixquare.art/tools/move.md)
- [Brush](https://docs.pixquare.art/tools/brush.md)
- [Custom brush](https://docs.pixquare.art/tools/brush/custom-brush.md)
- [Eraser](https://docs.pixquare.art/tools/eraser.md)
- [Line](https://docs.pixquare.art/tools/line.md)
- [Shape](https://docs.pixquare.art/tools/shape.md)
- [Selection](https://docs.pixquare.art/tools/selection.md)
- [Color bucket](https://docs.pixquare.art/tools/color-bucket.md)
- [Eye dropper](https://docs.pixquare.art/tools/eye-dropper.md)
- [Presets](https://docs.pixquare.art/tools/presets.md): All tools in Pixquare have a lot of settings that we can config for various purposes. However, switching between the configs is often tedious an time-consuming. That's where tool presets come in handy
- [Additional tools](https://docs.pixquare.art/tools/additional-tools.md)
- [Color replace](https://docs.pixquare.art/tools/additional-tools/color-replace.md)
- [Color adjustment](https://docs.pixquare.art/tools/additional-tools/color-adjustment.md)
- [Levels adjustment](https://docs.pixquare.art/tools/additional-tools/levels-adjustment.md)
- [Outline](https://docs.pixquare.art/tools/additional-tools/outline.md)
- [Text](https://docs.pixquare.art/tools/additional-tools/text.md)
- [Custom objects](https://docs.pixquare.art/tools/additional-tools/custom-objects.md)
- [Color helper](https://docs.pixquare.art/tools/additional-tools/color-helper.md)
- [Anti-aliasing (AA)](https://docs.pixquare.art/tools/additional-tools/anti-aliasing-aa.md)
- [Post-processing](https://docs.pixquare.art/tools/additional-tools/post-processing.md): If one is familiar with post-processing from game engines, he/she will feel right at home with this one.
- [Color remap](https://docs.pixquare.art/tools/additional-tools/color-remap.md): Quickly remap the colors of our artwork to match a palette
- [Modifiers](https://docs.pixquare.art/tools/additional-tools/modifiers.md): Similar to Blender's modifiers
- [Color picker](https://docs.pixquare.art/tools/color-picker.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.pixquare.art/tools.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
