> For the complete documentation index, see [llms.txt](https://docs.autommate.com/userguide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.autommate.com/userguide/product-features/store/autom-store.md).

# Autom Store

## Introduction

The Autom Store is a dedicated platform within Autom Mate where the RPA community can share, access, and utilize customized and optimized workflows for various processes. This platform empowers users to share their self-developed workflows with others, fostering collaboration and efficiency in automation.

The primary purpose of the Autom Store is to provide users with a centralized hub for accessing a wide range of ready-made bots, [libraries](/userguide/libraries.md), and workflows. Users can download these resources and seamlessly integrate them into their own process designs, accelerating automation development.

{% embed url="<https://www.youtube.com/watch?t=1s&v=FBinJPVlqsk>" %}

***

## Accessing the Autom Store

### Navigation

* The Autom Store page can be accessed directly from the main Autom Mate web page.
* Simply navigate to the "Autom Store" section to explore the available resources.

### Available Resources

* The Autom Store offers a variety of ready-made bots and libraries that users can download and use.
* Users can browse through the collection of bots to find solutions that fit their automation needs.

***

## Downloading Bots

### Bot Information

* Each bot in the Autom Store is accompanied by basic information, providing users with an overview of its functionalities.
* Clicking on a bot's content reveals more detailed information about its features and usage.

### Get Automs

* To download a bot, simply click on the **"Download"** button located in the upper left corner of the bot's information window.
* This action makes the bot accessible for use in your automation processes.

### Setup Instructions

* Upon downloading a bot, users are directed to a setup page that provides detailed instructions on how to use the downloaded bot effectively.
* Follow the setup instructions to seamlessly integrate the bot into your automation flow.

***

## Managing Downloaded Automs

### Version Control

* Each bot in the Autom Store is associated with a version that indicates update information.
* Users can ensure they are using the latest version of a bot by checking the version details.

### Accessing Downloaded Automs

* All downloaded bots can be found in the "Downloaded Automs" section within the user's environment.
* Navigate to "[My Environment](/userguide/product-features/my-environment.md)" → "[Automs](/userguide/product-features/my-environment/automs.md)" to view and manage the downloaded bots.

***

{% hint style="success" %}

## Benefits

#### Streamlined Automation Development: Access a wide range of ready-made bots and libraries to accelerate the automation development process.

#### Collaboration and Sharing: Share self-developed workflows with the RPA community and benefit from the collective expertise.

#### Enhanced Efficiency: Seamlessly integrate downloaded bots into your process designs for increased efficiency and productivity.

#### Continuous Updates: Stay up-to-date with the latest versions of bots to leverage new features and enhancements.

{% endhint %}

***

## Getting Started

{% stepper %}
{% step %}

#### Explore the Autom Store

Visit the Autom Store page to explore the available bots and [libraries](/userguide/libraries.md).
{% endstep %}

{% step %}

#### Download Bots

Click on the **"Download"** button to add bots to your automation toolkit.
{% endstep %}

{% step %}

#### Follow Setup Instructions

Refer to the setup instructions provided to effectively use the downloaded bots in your automation flows.
{% endstep %}

{% step %}

#### Manage Downloaded Automs

Monitor and manage your downloaded bots in the **"Downloaded Automs"** section of your environment.
{% endstep %}
{% endstepper %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.autommate.com/userguide/product-features/store/autom-store.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
