# Create/import

<figure><img src="/files/ZhUjm3qFaD1B4vohuVDV" alt="" width="348"><figcaption></figcaption></figure>

### Create new empty files

To create a new empty .px file, tap on the + button, then Artwork.

<figure><img src="/files/v3KyAV21cS0HWAfExiHb" alt="" width="375"><figcaption></figcaption></figure>

1. The file of the new file
2. The dimensions (canvas size) of the new file
3. Some presets for the new artwork (recent and saved)
4. [Color mode](/misc/color-modes.md) for the new file
5. The palette to be used for this new artwork

### Import files

When we import a file from other formats, Pixquare will convert it to .px files and add the new file to the current location. We can select files from the Files or Photos app. The supported formats for importing are:

* .px files
* .aseprite / .ase files
* .psd
* Images (png, jpg, etc.)
* GIF

For .aseprite and .psd files, we'll have the option to import as .px or the original file format. When importing the files in their original format, some features like auto-save, time-lapse recording, and auto-backup will be disabled.

### Import sheet

We can import sprite sheets and turn them into animated .px files. Similar to [importing files](#import-files), we can use the Files app or Photos app as sources, but only images are allowed to be imported.

After selecting an image, this screen will show up:

<figure><img src="/files/ou1HKrLkuCAHBOrJYkFU" alt="" width="375"><figcaption></figcaption></figure>

We can use the parameters to adjust how we want to divide the sheet up.

Once imported, we'll see each grid turned into a frame with the default duration of 100 ms.


---

# 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/pixquare-file/create-import.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.
