# Automation Use Cases

### **IT and Business Automation**

<details>

<summary>How can I automate the management of customer support tickets using Autom Mate? </summary>

#### <mark style="background-color:green;">Answer</mark>

Autom Mate streamlines customer support ticket management by integrating with CRM systems and support platforms like [ServiceNow](/userguide/libraries/integration/servicenow.md) and [Jira](/userguide/libraries/integration/jira-software.md).&#x20;

* **Automated Ticket Creation:** Autom Mate can automatically generate support tickets based on customer interactions, such as [emails or form submissions](/userguide/autom-features/triggers.md).&#x20;
* **AI-Driven Routing:** Tickets can be routed to the appropriate team using AI-driven service routing, ensuring efficient handling of inquiries.&#x20;
* **Real-Time Updates:** The system updates tickets automatically as actions are taken, keeping the support team informed.&#x20;

#### <mark style="background-color:yellow;">Real-World Example</mark>

A retail company uses Autom Mate to manage customer support inquiries. [When a customer sends an email](/userguide/autom-features/triggers.md#email-trigger) about a product issue, Autom Mate creates a ticket in [ServiceNow](/userguide/libraries/integration/servicenow.md). The ticket is then automatically routed to the appropriate team based on the product type and the severity of the issue, ensuring timely resolution.&#x20;

#### <mark style="background-color:blue;">Related Documentation</mark>

Autom Mate integrates seamlessly with third-party applications, including CRM systems and support platforms, allowing users to automate tasks like ticket management.&#x20;

</details>

<details>

<summary>Can Autom Mate be used to automate repetitive IT tasks, such as user management in Active Directory? </summary>

#### <mark style="background-color:green;">Answer</mark>

Yes, Autom Mate is ideal for automating repetitive IT tasks, including [Active Directory (AD) management. ](/userguide/libraries/integration/active-directory.md)

* **User Management:** Automate the creation, updating, and deletion of user accounts, reducing manual administrative efforts.&#x20;
* **Group Management:** Manage group memberships based on role changes, ensuring accurate permissions.&#x20;
* **LDAP Integration:** Utilize LDAP for directory management tasks, enabling seamless automation of services.&#x20;

#### <mark style="background-color:yellow;">Real-World Example</mark>

An enterprise uses Autom Mate to manage its [Active Directory](/userguide/libraries/integration/active-directory.md). When an employee is onboarded, Autom Mate automatically creates their user account, assigns them to the appropriate groups based on their department, and configures their email and access permissions, streamlining the entire onboarding process.&#x20;

#### <mark style="background-color:blue;">Related Documentation</mark>

Autom Mate integrates with various IT management systems, including [Active Directory](/userguide/libraries/integration/active-directory.md), [to automate repetitive tasks](/userguide/autom-features/triggers.md#scheduled-trigger) such as user and group management.&#x20;

</details>


---

# 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.autommate.com/userguide/faq/automation-use-cases.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.
