> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-8a08bda2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Contains the information about configured user directories - directories on the file system from which ClickHouse server is allowed to read user provided data.

# system.user_directories

<h2 id="description">
  Description
</h2>

Contains the information about configured user directories - directories on the file system from which ClickHouse server is allowed to read user provided data.

<h2 id="columns">
  Columns
</h2>

* `name` ([String](/reference/data-types)) — The name of the directory.
* `type` ([String](/reference/data-types)) — The type of the access storage e.g. users.xml or replicated or memory etc.
* `params` ([String](/reference/data-types)) — JSON with the parameters of the access storage.
* `precedence` ([UInt64](/reference/data-types)) — The order in which this directory is declared in the config. The same order is used when ClickHouse tries to find a user or role.
