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

# getConfig

[API Reference](/api-reference/modelence/client/functions/../../../index) / [modelence](/api-reference/modelence/client/functions/../../index) / [client](/api-reference/modelence/client/functions/../index) / getConfig

> **getConfig**(`key`): `undefined` | `string` | `number` | `boolean`

Defined in: [packages/modelence/src/config/client.ts:11](https://github.com/modelence/modelence/blob/dcea4170315a023a7e8f0c3c5d551c26b7adecf3/packages/modelence/src/config/client.ts#L11)

## Parameters

| Parameter | Type     |
| --------- | -------- |
| `key`     | `string` |

## Returns

`undefined` | `string` | `number` | `boolean`

## Sidebar Title

getConfig (client)
