# Doublesidebar\_tab

**Reusable name:** doublesidebar\_tab

<figure><img src="/files/FQlSpp1Mbh2RfDjckGkJ" alt="" width="352"><figcaption></figcaption></figure>

**Overview:** Used as sidebar tabs in [Double Sidebar Portal](/canvas/canvas-library/page-templates/double-sidebar-portal-page-template.md) page templates. You can copy and paste an existing doublesidebar\_tab and define the [reusable element properties](https://manual.bubble.io/core-resources/elements/reusable-elements#reusable-element-properties) below:

**Icon**\
Tab feather icon\
If empty, the icon will be hidden

**Section text**\
Section name (e.g. Home or Calendar from the image above)\
This will be used as the section tab's name and as a parameter in the url (\&sec=Section text)

**Default tab color**\
Default tab background color

**Selected tab color**\
Tab background color for a selected tab (e.g. Blue tab in image above)

**Hovered tab color**\
Tab background color for a hovered tab (e.g. Gray tab in image above)

**Selected font color**\
Font and icon color for select tab

**Hovered font color**\
Font and icon color for hovered tab

**Show subtab (y/n)**\
If selected, a chevron icon will show next to the Section text

**Subtabs (string of text)**\
Utilize Bubble's `arbitrary text` to pass and parse a string of subtab text

<figure><img src="/files/i59dxuT1XKFDsEiaMH1t" alt=""><figcaption></figcaption></figure>

**Notifications (number)**\
If this value is not empty, a notifications badge with a count number will show

**Workflows**: Workflows to navigate to a section and subtab are included in this reusable element:

* Clicking on a tab will append sec=**Section text** and sub=**Subtab text** to the url


---

# 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.airdev.co/canvas/canvas-library/reusables/doublesidebar_tab.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.
