# Overview

Admin Automation is a no-code rule builder that enables customers to schedule automation rules to run whenever they like. It allows admins to automate their security and product access processes, save time and keeps their user management up to date. By allowing automations to make user and group changes, customers can reduce the risk of human error by removing manual tasks.

There are 4 types of components that make up each automation rule:

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Schedule</strong></td><td>Choosing when and how often a rule is run</td><td></td><td><a href="/files/7PlZ2TOvyu3ghISBSP7H">/files/7PlZ2TOvyu3ghISBSP7H</a></td><td><a href="/pages/21QQ2RupBzUrTbUhDw0i">/pages/21QQ2RupBzUrTbUhDw0i</a></td></tr><tr><td><strong>Selection</strong></td><td>The users that are selected at the start of the rule</td><td></td><td><a href="/files/e02M4jzOusBmu98sY2G5">/files/e02M4jzOusBmu98sY2G5</a></td><td><a href="/pages/BZAhCltyJvnqSRkLX6hh">/pages/BZAhCltyJvnqSRkLX6hh</a></td></tr><tr><td><strong>Filters</strong></td><td>How the selected users are filtered down</td><td></td><td><a href="/files/v0j4T9FlEqKsWhoY3M75">/files/v0j4T9FlEqKsWhoY3M75</a></td><td><a href="/pages/0pazZkdYuopGUzKW8iW7">/pages/0pazZkdYuopGUzKW8iW7</a></td></tr><tr><td><strong>Actions</strong></td><td>The actions performed on the remaining users</td><td></td><td><a href="/files/GI0V8YO5MSMZNexWYht1">/files/GI0V8YO5MSMZNexWYht1</a></td><td><a href="/pages/sPPL01Ezi79pL0yLE1ZS">/pages/sPPL01Ezi79pL0yLE1ZS</a></td></tr></tbody></table>

Learn about [Common Use Cases](/features/common-use-cases.md) and how to apply them.

### Security

Access to Admin Automations is restricted to only users who are able to obtain an Organisation API Key. Organization admins are the only users who can create an API Key, but once it's created the key can be used by any user. Learn more about [Atlassian API keys](https://support.atlassian.com/organization-administration/docs/manage-an-organization-with-the-admin-apis/).

{% hint style="success" %}
All API keys are encrypted and stored in AWS Secrets Manager and are only accessible via the Atlassian Admin Automation app. This aids in compliance with regulatory requirements that mandate key rotation and access logging. It’s a robust solution for modern cloud-native applications where managing sensitive information securely is critical.
{% endhint %}

Got a question? Check out our [FAQs](/features/faqs.md) or email us at <hello@smolsoftware.com>&#x20;


---

# 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.smolsoftware.com/features/overview.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.
