> For the complete documentation index, see [llms.txt](https://automation-toolkit.gitbook.io/automation-toolkit-pro-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://automation-toolkit.gitbook.io/automation-toolkit-pro-user-guide/usage/main-window.md).

# Main Toolbar Window

| buttons                                                                           | function                                |
| --------------------------------------------------------------------------------- | --------------------------------------- |
| <img src="/files/-MhmqXGFD9wCk3r3eSE_" alt="" data-size="original"> Add icon      | add a new automation                    |
| <img src="/files/-MhmquJzoSB5M3u4b9E4" alt="" data-size="original"> Upload icon   | upload automation from local .json file |
| <img src="/files/-MhmrmP1zh_6GDl2ztKi" alt="" data-size="original"> Settings icon | opens the settings window               |
| <img src="/files/-MhmsC0T4jrw9on-0vWx" alt="" data-size="original"> License icon  | opens the license  window               |
| <img src="/files/-MhmsftKWnj5O6YEa7FX" alt="" data-size="original"> Help icon     | opens the forum in the web browser      |

## Context Menus

#### Categories context menu:

<div align="center"><img src="/files/-MhmtZIGYwrmTxHBpirg" alt="right click on the category space to use more functions"></div>

<table data-header-hidden><thead><tr><th width="194"></th><th></th></tr></thead><tbody><tr><td>add automation</td><td>create a new empty automation inside this category.</td></tr><tr><td>add category</td><td>add a new category with a custom name for organizing automations.</td></tr><tr><td>rename</td><td>rename this category.</td></tr><tr><td>export all</td><td><p>export all the automation inside this category to a custom folder, a new .json file will be created for every automation inside the category.</p><p>use this option to share/move the entire category content to other user/computer or backup the category so in case of error you will have a backup of all your automations ready to be installed again.</p></td></tr><tr><td>delete category</td><td><p>deletes this category and all it's content </p><p>(this action can't be undone).</p></td></tr></tbody></table>

####

####

#### Automation button context menu:

<div align="center"><img src="/files/-Mhmu0zdDcNWMye4V7bU" alt="right click on the automation button space to use more functions"></div>

<table data-header-hidden><thead><tr><th width="185.42385822780693"></th><th></th></tr></thead><tbody><tr><td>edit</td><td>opens the editor window for this automation, in the editor you should create the instructions for this automation. see more in <a href="/pages/MwWrjmdb5whGHbPFrGXg">Creating Automations</a>.</td></tr><tr><td>edit information</td><td>opens information the window, change the name, description and category.</td></tr><tr><td>duplicate</td><td>duplicates this automation (in case you need similar automation in other category with some changes).</td></tr><tr><td>export</td><td>export this automation as .json file format ready to be shared with other user/computer.</td></tr><tr><td>create shortcut file</td><td><p>create a jsx script file that can be used as a keyboard shortcut for this automation.</p><p>read more at <a href="/pages/-MhmucsFzXbZlATqTq1T">Keyboard Shortcuts</a>.</p></td></tr><tr><td>delete</td><td>deletes this automation.</td></tr></tbody></table>

read more about the "create shortcut file" option [here](/automation-toolkit-pro-user-guide/usage/keyboard-shortcuts.md)
