# CopyStorm/Director

CopyStorm/Director is designed to simplify the management of CopyStorm for organizations with many Salesforce instances. The simplification is gained by centralization of:

* CopyStorm job scheduling.
* CopyStorm status monitoring and reporting.
* CopyStorm log organization and archival.

For example, the following diagram illustrates a company with three Salesforce instances (Autos, Motorcycles, and Boats) with multiple CopyStorm jobs running against each instance:

![](/files/r8LdG5WdOzsrBKpyXlUv)

With CopyStorm/Director:

* Job Scheduling is managed in a central GUI.
* A single scheduled system job, CopyStormJobRunner, manages all CopyStorm related jobs — for all Salesforce instances.
* Historical CopyStorm job status is managed in a single documented relational database of your choice.

Though CopyStorm/Director can manage CopyStorm for a single Salesforce instance, it also scales to 100s of instances.


---

# 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://learn.capstorm.com/copystorm-director/readme.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.
