> ## Documentation Index
> Fetch the complete documentation index at: https://chatbotx.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Help Links

> Detailed guide on configuring Help Links in Self-Hosted ChatbotX to customize help resources and documentation links on your users' left sidebar.

**Help Links** is a feature designed specifically for Super Admins (Platform Owners) of Self-Hosted ChatbotX. This feature allows you to create and customize support links (such as help documentation, technical support portals, contact pages) displayed at the bottom of the left sidebar of all workspaces (sub-accounts) on your self-hosted instance.

This helps self-hosting administrators build a unified support experience under their own brand, directing users to their own custom knowledge base or customer care portal instead of default system documentation.

## Accessing Help Links Configuration

To access the Help Links configuration page:

From the Admin Dashboard, select **Help Links** under the **Platform** section on the left sidebar.

<Frame>
  <img src="https://mintcdn.com/chatbotx/Hirn9YEAZVtsTBOx/images/chatbotx_self_hosting_help_links_dashboard.png?fit=max&auto=format&n=Hirn9YEAZVtsTBOx&q=85&s=6b8666c8f6a59bc5457370063a12715f" alt="Self Hosting Help Links Dashboard" width="2646" height="1324" data-path="images/chatbotx_self_hosting_help_links_dashboard.png" />
</Frame>

The list of currently configured help links will be displayed with the following columns: Icon, Name, destination URL, display Order, and Edit/Delete action buttons.

## How to Add a Help Link

<Steps>
  <Step title="Open the Add Link Form">
    In the Help Links management dashboard, click the **+ Add Link** button at the top right.
  </Step>

  <Step title="Configure Link Information">
    In the **Add Help Link** modal, set up the following fields:

    * **Name**: Enter the display name for the help link (e.g., `Help Docs`, `Technical Support`, `User Community`).
    * **URL**: Enter the destination URL where users will be redirected when clicking the link (e.g., `https://chatbotx.io/docs/vi/introduction`).
    * **Icon (optional)**: Enter the icon name from the [Lucide Icons](https://lucide.dev) library to show in front of the link name (e.g., `circle-info`, `book-open`, `star`, `help-circle`). You can click the *Browse Lucide icons* link to search for suitable icons.
    * **Order (optional)**: Enter a number to set the display order (smaller numbers will display on top).

    <Frame>
      <img src="https://mintcdn.com/chatbotx/Hirn9YEAZVtsTBOx/images/chatbotx_self_hosting_add_help_link_modal.png?fit=max&auto=format&n=Hirn9YEAZVtsTBOx&q=85&s=86c734d49fdd31b7b152b77b016c1b01" alt="Self Hosting Add Help Link Modal" width="2648" height="1496" data-path="images/chatbotx_self_hosting_add_help_link_modal.png" />
    </Frame>
  </Step>

  <Step title="Save the Link">
    Click **Save** to complete the creation.
  </Step>
</Steps>

## Display Position on User Workspaces

After successfully configuring and saving the link, when users log in to their workspace (sub-account), they will see these help links appear directly at the bottom of the left sidebar (just below the *Settings* menu).

Users can simply click these links to quickly open the support portal you configured in a new browser tab.

## Best Practices and Notes

<Note>
  You can create multiple Help Links to categorize different support channels (e.g., one link for the User Guide and another link pointing to a live support chat or error reporting form).
</Note>

<Warning>
  Make sure the URL you enter begins with a standard protocol like `http://` or `https://` to prevent local routing errors from breaking the link.
</Warning>
