# EntityPage.AdditionalContent

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

## API

### Overview

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

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

### Usage

This component acts as a container for [EntityPage.Card](./?path=/story/base-components-pages-entity-page--entitypage-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 [EntityPage](./?path=/story/base-components-pages-entity-page--entitypage) 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 |

