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

# Common Namespace Overview

> A namespace that exposes common  SDK lifecycle methods and helpful constants.

The `common` namespace exposes SDK lifecycle methods and helpful constants. It contains symbols and functions that are
going to be useful in every usage of the SDK. They can be imported as follows:

```ts theme={null}
import { initialize, constants } from '@qonto/embed-sdk/common';
```

Read on to understand the different symbols and functions available in the `common` namespace.
