> 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-child-project.md).

# Parent-Child: Child Project

The Parent-Child: Child Project sample project is used for demonstrating the behavior of child projects in appRules.  Child projects allow you to split very large projects into smaller projects to make them more manageable in the designer.

In this example, the project simply displays the values in the parent project at runtime using a single ViewRuntimeValues activity.

&#x20;

&#x20;To create a child project, click the New button and select **Child Workflow**.  as the project type.  You must also select a Parent Project.

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

**Designer:**

{% hint style="info" %}
Notice that you get access to all the data fields, variables, arguments, etc. that have been defined in the parent project.  Explore the configuration of the ViewRuntimeValues activity on the sample project to view the values that have been defined.
{% endhint %}

&#x20;

{% hint style="info" %}
This project will be called by the parent project **(**&#x50;arent-Child: Parent Project) at runtime.

{% endhint %}

&#x20;


---

# 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-child-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.
