# SettingsPage.AdditionalContent

**Category:** Base Components/Pages/Settings Page

## API

### Overview

A slot component for the side panel of a [`SettingsPage`](./?path=/story/base-components-pages-settings-page--settingspage). Place it inside `` alongside ``. Supports an optional `sticky` prop to keep the content fixed while scrolling.

```tsx
import { SettingsPage } from '@wix/patterns/page';
```

### Usage

This component acts as a container for [SettingsPage.Card](./?path=/story/base-components-pages-settings-page--settingspage-card) child components and is displayed on the right side of the Page layout. For examples of how this component is used, please refer to the [SettingsPage](./?path=/story/base-components-pages-settings-page--settingspage) examples.

### Props

| Prop | Type | Required | Default | Description |
|------|------|----------|---------|-------------|
| `dataHook` | `string` | No | - | Applies a data-hook HTML attribute that can be used in tests |
| `sticky` | `boolean` | No | - | Makes the additional content sticky when scrolling |

