# Overview

Pixquare design principle is simple: Only show what's absolutely needed and only at the right time and right place. The result is a very clean and intuitive user interface. We will truly feel like the UI is assisting us to create beautiful pixel art instead of fighting against us.

### Interface

Let's familiarize ourselves with the basic structure of Pixquare UI to know where things are.

[Read more >](/interface-and-gestures/interface.md)

### Gestures and quick actions

Pixquare utilizes the touch screen to enable us to use gestures and quick actions to perform many operations faster than the traditional tap-n-click approach.

[Read more >](/interface-and-gestures/gestures-and-quick-actions.md)

### Keyboard shortcuts

When a keyboard is connected, it opens up even more utility for shortcuts. So let's dive in and see all the supported shortcuts of Pixquare.

[Read more >](/interface-and-gestures/keyboard-shortcuts.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/interface-and-gestures/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.
