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

# TappifyDocuments

> The install- and organization-scoped storage documents Tappify passes to the server on every call, keyed by collection name.

```ts theme={null}
type TappifyDocuments = Record<string, unknown> & {
  settings?: TapSettingsValues | null;
};
```

The install- and organization-scoped storage documents Tappify passes to the
server on every call, keyed by collection name.

## Type Declaration

### settings?

```ts theme={null}
optional settings?: TapSettingsValues | null;
```

The settings contribution's document, or `null` before it is first saved.
