# Side Tab Panel

## Description:

Side Tab Panel

Side Tab Panel is a container which includes tabs in it. It can be displayed on top of the page and toggles between left and right. e.g. It can be used to show profile of a user or the list of users to whom content has been shared.

### Allowed Parent Components:

1. Page

### Allowed Child Components:

1. Popover
2. Pulse
3. Side Tab Item
4. Trigger Before Render

### Properties

### ➤ Width

Provide numerical value to set width.

Allowed Values: Any number value

### ➤ Active Tab Id

Item ID of the TabItem to be shown by default.

Allowed Values: Free text field

### ➤ Is Side Tab Open

Check this to open side tab.

Allowed Values: Yes/No

### ➤ Toggle Left

Check this to make side tab panel toggle left.

Allowed Values: Yes/No


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudio.io/ui-components/widgets/sidetabpanel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
