> For the complete documentation index, see [llms.txt](https://docs.restock.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.restock.gg/features/file-storage-locations.md).

# File Storage Locations

RestocksAIO saves data in a working directory (StartupPath) next to the app. Below are the key folders and files created by different features.

## Folders

* **Delivery PDFs/** – Proof of Delivery (PoD) files from carriers. One PDF per tracking number.
* **Labels/** – Generated labels. Sites may create subfolders (e.g., `Labels/StockX/`). Files can be PDF, GIF, or HTML depending on the site.
* **Sales/** – CSV exports created from the Sales and analytics flows (e.g., `all_sales.csv`).
* **Profiles/** – One JSON per saved account/profile.
* **DatabaseBackups/** – Encrypted database backups with timestamped filenames.

{% hint style="info" %}
If you can’t find a recent export, sort the working directory by “Date modified” to surface the most recent folders/files (e.g., Delivery PDFs, Labels, Sales).
{% endhint %}

## Files at the root (working directory)

* `database_<uid>_mp.enc` – Main encrypted database.
* `invoice_presets.bin` – Saved Invoice Dialog presets (languages/labels/toggles).
* `invoice_profiles.bin` – Saved billing profiles for invoices.
* `proxies.bin` – Saved proxy groups.
* `tasks.bin` – Saved tasks configuration.
* `actions.bin` – Saved Smart Actions configuration.
* `fees.bin` – Preloaded fee settings.
* `viewed_items.bin` – Recently viewed cache for research.

## User-chosen export paths

Some exports are saved where you choose via a file picker:

* CSV templates: `listings_import_template.csv`, `inventory_import_template.csv`
* CSV exports: `exported_items.csv`, `listing_errors.csv`, other ad‑hoc exports

These do not live in the working directory unless you point the file dialog there.
