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

# Common

[**@smokeballdev/smokeball-client-sdk**](./../../../../README)

***

# Interface: Context

The context associated to the session.

## Properties

### firmId

> **firmId**: `string`

#### Returns

the firm id associated to this session.

***

### matterId?

> `optional` **matterId**: `string`

#### Returns

the matter id of the Smokeball matter that the session was instantiated in.

***

### matterTypeId?

> `optional` **matterTypeId**: `string`

#### Returns

the matter type id of the Smokeball matter that the session was instantiated in.

***

### region

> **region**: [`Region`](./Region)

#### Returns

the region.

***

### sessionId

> **sessionId**: `string`

#### Returns

the unique session id associated to this session.

***

### userId

> **userId**: `string`

#### Returns

the user id of the logged in user.
