> For the complete documentation index, see [llms.txt](https://qpapel.papelship.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qpapel.papelship.com/documentation/tr-documentation/fonksiyonlar/sunucu-tabanli-dosyalar/installation-path.md).

# Installation Path

{% hint style="success" %}
You can configure where files are saved on the client by setting the **Installation Path** in the dashboard.
{% endhint %}

{% stepper %}
{% step %}

### Specify Installation Path

When uploading a file, specify the **Installation Path** field. Examples:

```
C:\Users\%USER%\AppData\Local\Temp
C:\Users\%USER%\AppData\Local\MyApp
C:\Program Files\MyApp
```

{% endstep %}

{% step %}

### Path Variables

* `%USER%` - Replaced with current Windows username
  {% endstep %}

{% step %}

### Behavior

* If path is specified: File is saved to that location
* If path is empty: File is saved to `%LOCALAPPDATA%\YourApp\Downloads\`
  {% endstep %}

{% step %}

### Directory Creation

* Directories are created automatically if they don't exist
* Requires appropriate permissions
  {% endstep %}
  {% endstepper %}
