# Manage files via the Files app

<figure><img src="/files/mk1MFHbwD1rO60bKdoNu" alt="" width="563"><figcaption></figcaption></figure>

### Managing misc files

iOS provides us with a very powerful file management tool, the Files app, so we should utilize it to manage unimportant files of Pixquare like custom brushes, custom objects, timelapse data, etc.

These files are always saved locally on the device and won't be synced with iCloud.

### Managing .px files

{% hint style="danger" %}
IT'S NO LONGER RECOMMENDED TO USE THE FILES APP TO MANAGE .PX FILES ANYMORE.

PLEASE DO SO DIRECTLY IN PIXQUARE TO AVOID VARIOUS ERRORS.
{% endhint %}

&#x20;All Pixquare files are available in the Files app. To access them:

* Local storage: Files > On My iPad > Pixquare
* iCloud: Files > iCloud Drive > Pixquare

After done with the Files, refresh Pixquare (kill the app and reopen it) so that the app can re-fetch the files.

{% hint style="info" %}
Please do not change the folder name of any folder on the top level of Pixquare (e.g. "artworks", "themes", etc.). Otherwise, the app will not be able to recognize these files.
{% endhint %}


---

# 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/gallery/manage-files-via-the-files-app.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.
