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

# signEnableSession

> Sign the data required to enable a smart session.

Method on an account instance returned by [`createAccount`](/sdk-reference/rhinestone-sdk/create-account).

## Usage

```ts theme={null}
const signature = await account.signEnableSession(details)
```

## Parameters

<ParamField path="details" type="SessionDetails" required>
  Session details to enable
</ParamField>

## Returns

<ResponseField name="signature" type="`0x${string}`">
  The enable-session signature
</ResponseField>
