> For the complete documentation index, see [llms.txt](https://docs.zkbob.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zkbob.com/implementation/client-library-sdk/configuration.md).

# Configuration

There are two configuration points: [client](/implementation/client-library-sdk/configuration/initializing-the-client/client-configuration.md) and [account](/implementation/client-library-sdk/configuration/attaching-a-user-account/account-configuration.md)

The **client** configuration is applied during library initialization (`ZkBobClient` instantiation). It's a base level config. The client interacts with concrete private pools, designated relayers and RPCs, and other common properties.

The **account** configuration is applied to the `ZkBobClient` when we want to interact with customer's funds. Account configuration defines a customer wallet inside a privacy pool.
