> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/general/sac-360/sac-360o-automations/sac-360o-automations-how-to-change-the-stage-with-the-owner.md).

# SAC 360º - Automations - How to change the stage with the owner

SAC 360º is a powerful tool for managing and automating customer service. One of the most useful features is the ability to automate changing the stage of a service in the kan

<figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2FbttSKhZfcV1E5XQfzDkJ%2Fundraw_Schedule_re_2vro.png?alt=media&amp;token=459c298f-08cd-41f3-bc1e-91c154529ea2" alt=""><figcaption></figcaption></figure>

This article will guide you through the process of setting up this automation, allowing you to optimize your workflow and improve team efficiency.

**1. Accessing the Automation Module in SAC 360°**

To get started, you need to access the automation module within SAC 360°:

1. On the main dashboard, go to the side menu and select **Automation**.
2. Click on **New Automation** to create a new automation rule.

**2. Configuring the Automation**

On the automation setup screen, follow the steps below to define the necessary conditions and actions to change the service stage in the kanban when changing the assignee:

1. **Title**: Give the automation a clear and descriptive name, such as "Service assignee changes to 'Under review'".
2. **Triggers**:
   * Click on **+ New Trigger**.
   * Select the trigger **The service assignee is updated**.
   * In the trigger configuration, choose **For one of the users** and select the specific users who, when assigned as assignees, will trigger the automation.
3. **Conditions**:
   * Click on **+ New Condition** if there is any specific condition for the automation. Otherwise, leave this field blank.
4. **Actions**:
   * Click on **+ New Action**.
   * Select the action **Change service status**.
   * In the description, write something like "Change service status to 'Under review'".

<figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2FH7sv5PpN5MC2UQrpKdDw%2Fimage.png?alt=media&amp;token=162aed58-a985-45ec-a1c6-889d43c04de7" alt=""><figcaption></figcaption></figure>

**4. Saving and Testing the Automation**

After setting up all the automation details, click on **Save**. Test the automation by assigning different assignees to a service and check whether the service status changes as configured.

<figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2F6SDmHhCMIFxTy4CaZHzA%2Fimage.png?alt=media&amp;token=d10e3d56-9469-48c0-afd7-6b878da2ed98" alt=""><figcaption></figcaption></figure>

**5. Monitoring the Automation**

Monitor the effectiveness of the automation by periodically reviewing the services and adjusting the settings as needed to improve the team's workflow. To see this report, click on the automation name:

<figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2FLIYdfrJ8KX8RgCFNOcCW%2Fimage.png?alt=media&amp;token=974d7db4-56a4-4b68-9f74-8a8dc9427e24" alt=""><figcaption></figcaption></figure>

<figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2FJDV01bxYc40OJvf7Exyo%2Fimage.png?alt=media&amp;token=ee4a1370-84e0-4f45-8ff8-3caa6761fa8f" alt=""><figcaption></figcaption></figure>


---

# 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.sprinthub.com/en/topics/general/sac-360/sac-360o-automations/sac-360o-automations-how-to-change-the-stage-with-the-owner.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.
