> ## Documentation Index
> Fetch the complete documentation index at: https://engineering.unkey.com/llms.txt
> Use this file to discover all available pages before exploring further.

# unkey_admin

Has `default_roles_all: true` set in ClickHouse Cloud config, so it automatically inherits every role without explicit grants.

```sql theme={"theme":"kanagawa-wave"}
CREATE USER IF NOT EXISTS unkey_admin IDENTIFIED WITH sha256_password BY '<password>';
```
