> For the complete documentation index, see [llms.txt](https://help.besmart.software/erpp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.besmart.software/erpp/cz-erp-picker/spolecne-informace/konfigurace-aplikace/umisteni-konfiguracniho-souboru.md).

# Umístění konfiguračního souboru

Konfigurační soubory pro Holixa ERP Picker jsou umístěny v následujících adresářích:

* Holixa ERP Picker (doplněk Inventoru): `C:\Users\Public\Documents\ArkanceSystems\ErpPicker4Inv\`<mark style="color:blue;">`ErpPicker4Inv.ini`</mark>
* Holixa ERP Picker (samostatná aplikace - ErpPickerApp.exe): `C:\Users\Public\Documents\ArkanceSystems\ErpPickerApp\`<mark style="color:blue;">`ErpPickerApp.ini`</mark>

Umístění konfiguračních souborů pro obě verze doplňku lze nastavit i pomocí registrů ve větvích `Počítač\HKEY_CURRENT_USER\Software\ArkanceSystems\`<mark style="color:blue;">`ErpPicker4Inv`</mark>, resp. `Počítač\HKEY_CURRENT_USER\Software\ArkanceSystems\`<mark style="color:blue;">`ErpPickerApp`</mark>.

V takovém případě je nutné vytvořit ve výše uvedených větvích klič `Settings` a doplnit novou řetězcovou hodnotu `ConfigFullFileName` s uvedením požadované cesty na \*.ini soubor.

<figure><img src="/files/1zLquZf9lXY7YMVaUgC1" alt=""><figcaption><p>Nastavení cesty k *.ini souboru v registrech</p></figcaption></figure>

Pokud není v registrech zadána platná hodnota, použije se umístění z výchozích adresářů.

{% hint style="info" %}
Změna umístění konfiguračních souborů v registrech není nezbytně nutná.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.besmart.software/erpp/cz-erp-picker/spolecne-informace/konfigurace-aplikace/umisteni-konfiguracniho-souboru.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
