---
title: "Manage Site Factory with ACSF Tools"
date: "2023-05-16T18:50:42+00:00"
summary:
image:
type: "article"
url: "/site-factory/help/89736-manage-site-factory-acsf-tools"
id: "b4484090-462d-4742-86e0-e12f76a04536"
---

Although [Site Factory](/product/site-factory) [provides a user interface](/node/57325) to manage websites on a cluster, website maintainers who must perform highly customized website maintenance activities may instead want to leverage the power of Drush for website maintenance.

The [acsf-tools](https://github.com/acquia/acsf-tools) repository (also included with [BLT](/node/55931)) provides a set of Drush scripts for Drupal 7 and 8 websites tuned both for multisite management and [Site Factory](/product/site-factory) concepts.

Note:

> The [acsf-tools](https://github.com/acquia/acsf-tools) toolkit requires Drush 8 when used with a Drupal 7 website.

Installation and configuration
------------------------------

To add the `acsf-tools` repository to your codebase, perform the steps outlined in the repository's [README.md file](https://github.com/acquia/acsf-tools). Using its procedures will allow you to download and configure scripts for use on your Site Factory websites.

For information about adding a repository as a dependency in Composer, see [Deploying a Composer Managed Drupal application](/tutorial/deploying-composer-managed-drupal-application).