> For the complete documentation index, see [llms.txt](https://docs.appstrategy.com/apprules-r-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appstrategy.com/apprules-r-documentation/samples/sample-projects/miscellaneous/parent-child-parent-project.md).

# Parent-Child: Parent Project

The Parent-Child: Parent Project sample project is used for demonstrating parent/child projects in appRules.   A parent project can has an unlimited number of child projects which can be called from the parent.  Child projects allow you to split very large projects into smaller projects to make them more manageable in the designer.

&#x20;

In this example, the project reads values from a data source.  In addition, it also sets some values to be displayed in a child project.  Lastly it calls the child project which displays the values.

&#x20;

&#x20;To create a parent project, click the New button and select Parent Workflow as the project type.&#x20;

<figure><img src="/files/7SGFP0PkWRX0XnBKEP4w" alt=""><figcaption></figcaption></figure>

Below is the Project Details form of a parent project. Notice that the Projects tab shows the child projects for the parent project:

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

**Designer:**

&#x20;This sample uses three activities to set up and call the child project as shown below.   Explore the activities to view the settings of their properties.

<figure><img src="/files/4yWyLEEbshNEv14FqXUb" alt=""><figcaption></figcaption></figure>

When this parent project is run, it calls the child project to display the values retrieved in the child project using the ViewRuntimeValues activity:

<figure><img src="/files/KnfBSoygITcrtgEZsZ1O" 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:

```
GET https://docs.appstrategy.com/apprules-r-documentation/samples/sample-projects/miscellaneous/parent-child-parent-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.
