# Overview

Here we can find info about some other things that don't fit into any section above, but keep in mind that they're not less important, it's quite the opposite, some stuff in here is at the core of Pixquare.

### Color modes

It's important to pick the correct color mode when we start a new artwork as it will determine how we work for the rest of the process.

[Read more >](/misc/color-modes.md)

### Tilemap/tileset system

We learned about the [tilemap layer](/timeline-and-layers/layer-types.md#tilemap-layer) earlier, but how to use it with the tileset system is another thing. So let's learn about that here.

[Read more >](/misc/tilemap-tileset-system.md)

### Clipboard (copy/paste)

Learn about how to copy and paste content in Pixquare.

[Read more >](/misc/clipboard-copy-paste.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/misc/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.
