# Setup and Schedule A CopyStorm Job

Before starting to set up a CopyStorm/Director job:

* Make sure the CopyStorm configuration files to be used are stored in the directory indicated on the [File System Configuration](/copystorm-director/reference/copystorm-director-gui/global-configuration.md) (formerly called the *Global Configuration*) tab.

There are three steps remaining:

* Review the [Job Editor documentation](/copystorm-director/reference/copystorm-director-gui/job-editor.md). It describes how to define and schedule a job.
* Review the [Job Runner documentation](/copystorm-director/reference/copystorm-jobrunner.md). It describes how to run jobs defined by the Job Editor.
* Schedule the Job Runner using your system’s scheduler. If you need help see [this page](/copystorm-director/reference/copystorm-jobrunner/add-copystorm-jobrunner-to-a-scheduler.md).


---

# 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/getting-started/setup-and-schedule-a-copystorm-job.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.
