# Customize and Share Your Hub

All published templates are available in the Automation Hub - an all-in-one embeddable widget that you can use to present automations to your end users.

The Automation Hub provides these features to your users out of the box:

* Starting and managing automations including logs and accounts
* Searching and filtering
* Customization of pre-built automations (you can choose to enable or disable this option)

{% hint style="info" %}
Use the `Preview` button on the Dashboard, in the Templates section or in the Hub Settings to check how the Automation Hub looks.
{% endhint %}

## Design and Feature Customizations

Use the options in the Automation Hub Settings section to adjust the page structure and design.

### Text and toggles in the Hub

<figure><img src="/files/2grcz1dyTMX4OB2F6edB" alt=""><figcaption></figcaption></figure>

Use the options on the page to adjust:

* Header and subheader (show/hide and text)
* Default layout (grid or list)
* Show/hide Logs and Connections tabs

### Organizing Automations into Categories

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

Automations can be organized into tabs for easier access to specific types of automations such as CRM, Notifications, AI or other.

To organize and assign categories:

1. Assign a category to a template in the Templates section: Select the Manage categories option in the context menu of a template in the Templates section. Select an existing category or add a new one.
2. Define tab name and select a category in the Tabs section: Enter the name and select one of the available categories in the dropdown

### Theme

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

Use the Theme Options section to customize colors and fonts.

### Feature Customizations

Use these options to define how much customization is available to your end-users.

Customization of automations in the Hub has two levels.

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

#### **Allow customization of pre-built automations**

<figure><img src="/files/4rO8JFhkmC7a0mmfu0nR" alt=""><figcaption></figcaption></figure>

Users can see the "backend" of an automation and make changes to the nodes on the editor canvas.

Available in the context menu of each automation as `Customize in Editor`

#### **Allow creating custom automations from scratch**

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

Users can build completely new automations by choosing the nodes themselves on the editor canvas.

Available as the `Create my own` button in the Hub.

{% hint style="info" %}
All the customization options are reflected in the `Embed your Hub` section on the page, so that you can explore the embed code before starting your implementation.
{% endhint %}

## Sharing the Hub

You can easily share the Hub with others so that they can try and deploy pre-built automations even without signing up for the Appmixer Studio.

To share access to the Hub:

1. Add their email address in the `Sharing Options` section in the Hub Settings
2. Click the Share Hub button to copy a shareable link
3. Once they verify their email, they will get full access to the Hub


---

# 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.appmixer.com/getting-started/customize-and-share-your-hub.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.
