The Custom Tabs feature is a powerful tool that allows you to create fully customized tabs tailored to your agency’s unique offerings and client needs. This feature opens up a world of possibilities for enhancing your client’s dashboard experience.

Creating Custom Tabs

1

Access Custom Tabs

Navigate to the Custom Tabs section in your agency settings.

2

Add New Tab

Click the + Add Tab button to create a new custom tab.

3

Configure Tab Settings

For each tab, set the following:

4

Choose Content Type

Select between HTML (with JavaScript) or iFrame:

<!-- Your custom HTML here -->
<div id="render-div"></div>
<script>
// Your custom JavaScript here
document.getElementById("render-div").innerHTML = "<h1>Hello World!</h1>";
</script>
5

Preview and Save

Use the Preview button to check your tab’s appearance, then click Done to save.

Managing Custom Tabs

Visibility Toggle

Use the Always Visible switch to control tab visibility for all clients.

Reordering

Click the arrow buttons to change the tab’s position in the list.

Editing

Click the edit icon to modify an existing tab’s content or settings.

Deleting

Remove unwanted tabs using the delete button.

Use Cases and Ideas

Here are some advanced, colorful, and feature-rich examples you can copy and paste into your custom tabs to see the possibilities:

Remember to adapt these examples to fit your specific use case and branding. They serve as a starting point to inspire your own creative and functional custom tabs.