# Independent schedules

If you want to plan for a sub-assembly to be delivered at a time separate from its true need date, then you may want to drive demand for that sub-assembly using a dependent schedule. An example of this is that you are building a rocket and you want to build the second stage to inventory a few months in advance of when the rocket needs the second stage.&#x20;

You can put this on the same plan as the top-level assembly or on a different plan. Our recommendation for this is to use plans as intelligent ways to group assemblies. If you want to ensure you see the sub-assembly results with the top-level assembly, we recommend you put this on the same plan. If you prefer to build the sub-assembly to stock and it should be organized separately, then you should put the sub-assembly on its own plan and still remove the independent flag.

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

There is now an `Independent` flag on schedules (plan inputs). This will always be turned on by default. When on, the schedule will drives its own demand. This means that Autoplan will create more demand for that specific plan. That demand will not be consumed by any other plan.&#x20;

When it is turned off, the schedule is able to peg up to a different schedule. This can be on the same plan or a different one.

The mBOM for the above part (part A) looks like this:

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

If we were to schedule part C and turn off its independent flag, it can now get allocated up through the part A chain. A new plan has been created plan 11 with that setup.

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

Now, looking back at the results on Plan #10.&#x20;

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

You can see that the schedule part C, Plan #11 has been allocated to the demand from part B. The date  is set to 1/17/24 (from Plan #11). All demand below that part will drive from that date.

### Scenarios

In these scenarios, the mBOM for the airplane calls out a quantity of 2 for the wing.

Scenario A (Primary Example):&#x20;

* Independent Demand for Airplane: 5 (Need Date: 10/10/2026)
* Dependent Demand for Wing: 10 (Need Date: 8/10/2026)
* Total Demand for Wing: 10

Scenario B:

* Independent Demand for Airplane: 5 (Need Date: 10/10/2026)
* Dependent Demand for Wing: 5 (Need Date: 8/10/2026)
* Total Demand for Wing: 10
  * 5 of the wings would be driven by the dependent demand need date while the remaining 5 will be driven by the lead time on the top-level assembly


---

# 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://manual.firstresonance.io/plans-and-autoplan/independent-schedules.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.
