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

# storageState

The current storage state of the page, including cookies, local storage, and IndexedDB data.
This is a snapshot of the current state and can be used for session persistence or transfer.

## Definition

```graphql theme={null}
storageState: StorageState
```

## Returns

[StorageState](/reference/graphql/objects/storage-state)

Represents the storage state of a page, including cookies, local storage, and IndexedDB data.
This is useful for saving and restoring browsing sessions.

## Usage

This field is available on the [Page](/reference/graphql/objects/page) object. Use it to query page information and content.
