# Creating a New Project

## Overview

The jobs you create in appRules are organized as specific projects.  Each project includes the workflow representation of the job, conditions, actions, activities and other definitions required to run the job.  Projects are stored in the project database.  They can also be copied from one project database to another.   appRules projects can be created, composed and orchestrated directly in appRules.

{% hint style="info" %}
&#x20;In appRules, the terms project, workflow, job, etc. are used interchangeably.
{% endhint %}

## Add**ing** a New Project

To create a new project in appRules, click the “New” application toolbar button on the top left corner of the appRules home page:

<figure><img src="/files/XOcCHZOf1F1dyYPH0j4k" alt=""><figcaption></figcaption></figure>

Enter the values for creating the new project as follows:

**Name:** Enter a unique name for the project.

**Description:** Enter an optional description for the project.

**Type:** Select the type of project - (parent or child workflow).  Child workflows can be called from a parent workflow.

Click the **OK** button to create the project and continue.

Once created, all definitions for the project will be associated with it and will be accessible from the Project Details page.&#x20;

You can start configuring activities or access the Project Details page to optionally define variables,  schedule jobs, etc. for the newly created project.


---

# 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.appstrategy.com/apprules-r-documentation/platform/platform-features/creating-and-running-projects/create-a-new-project.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.
