> For the complete documentation index, see [llms.txt](https://partners.botpenguin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://partners.botpenguin.com/partner-platform-guidelines/configurations/custom-tabs.md).

# Custom Tabs

### Overview

The **Custom Tabs** section allows administrators to create and manage custom menu tabs. These tabs provide quick access to external links or internal resources for customers or partners directly from the platform’s navigation menu.

Custom tabs help improve navigation, onboarding, and access to important tools or documentation.

***

### Manage Custom Menu Page

Use this form to create a new custom tab.

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

Fields marked with **\*** are mandatory.

***

### Field Descriptions

#### 1. Tab Name \*

**Description:**\
The display name of the custom tab as it will appear in the menu.

**Example:**

* Documentation
* Support Portal
* Billing

**Best Practice:**\
Keep the name short and clear.

***

#### 2. Tab URL \*

**Description:**\
The destination URL that opens when the tab is clicked.

**Example:**

* `https://docs.yourcompany.com`
* `https://support.yourcompany.com`

**Notes:**

* Must be a valid and accessible URL
* Opens the linked page when selected

***

#### 3. Select Tab Icon \*

**Description:**\
Choose an icon to visually represent the custom tab in the menu.

**Purpose:**\
Icons help users quickly recognize and navigate to the tab.

***

#### 4. Tab Location \*

**Description:**\
Determines where the custom tab will appear in the application.

**Options (example):**

* **Main Menu** – Appears in the primary navigation

**Use Case:**\
Place frequently used links in the main menu for easy access.

***

#### 5. Applicable For \*

**Description:**\
Defines which user type can see this custom tab.

**Options (example):**

* **Customer**
* *(Other roles may be available depending on configuration)*

**Use Case:**\
Restrict tabs to specific audiences such as customers or partners.

***

#### 6. Visibility \*

**Description:**\
Controls who can view the custom tab.

**Options (example):**

* **All Customers**
* *(May include plan-based or role-based visibility)*

**Use Case:**\
Show specific links only to eligible users or plans.

***

### Action Buttons

#### ❌ Discard

**Function:**\
Clears all entered values and cancels tab creation.

**Use when:**\
You do not want to save the current changes.

***

#### ➕ Create Custom Tab

**Function:**\
Creates and saves the custom tab with the provided details.

**Result:**

* The tab becomes visible immediately based on its visibility rules
* Clicking the tab redirects users to the configured URL

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

***

### Best Practices

* Use clear and descriptive tab names.
* Ensure URLs are secure and accessible.
* Limit the number of custom tabs to avoid menu clutter.
* Use visibility rules to show tabs only to relevant users.

***

### Common Use Cases

* Link to documentation or knowledge base
* Redirect to billing or payment portals
* Provide access to external dashboards
* Add support or ticketing system links

***

### Related Configuration Sections

* **Custom Domain** – Branding and domain settings
* **Bot Templates** – Automation flows
* **WhatsApp Message Templates** – Messaging configurations

#### Need Help?

Please feel free to reach out to us at <mark style="color:$primary;"><support@botpenguin.com></mark>, in case of any questions or concerns.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://partners.botpenguin.com/partner-platform-guidelines/configurations/custom-tabs.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.
