> For the complete documentation index, see [llms.txt](https://wiki.oriya.live/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.oriya.live/start-here/how-to-user-this-framework.md).

# How to User This Framework

## How to Use This Framework

**You don't need instructions to use a framework.**

But you need a framework to realize you don't need instructions.

This page is the railing on the bridge.

Use it to cross. Then forget it existed.

***

{% hint style="info" %}
**The Recursive Joke**

You're reading a guide about how to use a guide that helps you realize guides are training wheels.

The framework knows what it is.

Use it. Outgrow it. Both are the path.
{% endhint %}

***

### The Core Principle

**Just-in-time learning beats just-in-case reading.**

Read the minimum needed to take the next step. Then close the book and do the work.

```javascript
// How to use this framework

function navigate() {
  const action = identify_current_location()
                 .read_relevant_page()
                 .apply_one_practice()
                 .check_tuesday_morning();
  
  if (action === "understanding_without_applying") {
    return "You're using the framework to avoid the work";
  }
  
  if (action === "integration_visible_tuesday") {
    return "Close the book. You're done.";
  }
  
  return "Keep going";
}

// Runtime: As long as it takes
// Error handling: Tuesday Test
```

**Translation:** Locate yourself → Read that section → Do the practice → Observe what changes on Tuesday morning.

If nothing changes Tuesday, you're bypassing. If Tuesday is different, keep going.

***

### Three Paths to Choose From

Pick based on what you need **right now**, not what you think you should do.

{% tabs %}
{% tab title="Path 1: Quick Reference" %}

#### For People in the Middle of It

**Use this if:** You're actively transforming and need to orient fast.

**Time investment:** 10–15 minutes to locate yourself. Then depth as needed.

**The Protocol**

1. **Read:** [What Is The Missing Act?](https://www.themissingact.com/start-here/what-is-the-missing-act) (≈5 min)
2. **Scan:** [The Five Acts Overview](https://www.themissingact.com/the-five-acts/overview) (≈3 min)
3. **Identify:** Your current Act (see Observable Patterns below)
4. **Read:** That Act's full page
5. **Map:** Use [Map Your Story](https://www.themissingact.com/practices/map-your-story) to confirm location
6. **Apply:** One practice from that Act
7. **Test:** Check Tuesday morning

**Observable Patterns by Act**

```python
# Pattern recognition decision tree

def locate_yourself():
    # Act 1: Forgetting
    if living_from_wound and unaware_of_it:
        return "Act 1: Life feels normal but limited"
    
    # Act 2: Seeking
    if chasing_teachers or methods or identities:
        return "Act 2: Highs → crashes → seeking again"
    
    # Act 3: Journey In
    if crisis_forcing_you_inside:
        return "Act 3: Training wheels breaking, collapse"
    
    # Act 4: Remembering
    if internal_work and no_rescue_seeking:
        return "Act 4: Integration without technique-dependency"
    
    # Act 0: Divine Play
    if nobody_watching and somebody_responding:
        return "Act 0: You're the storyteller playing"
```

| **Act**   | **Observable Pattern**                | **Primary Signal**                 |
| --------- | ------------------------------------- | ---------------------------------- |
| **Act 1** | Living from old wound unconsciously   | "Normal" but limited life          |
| **Act 2** | Actively seeking solutions externally | Teacher/method chasing             |
| **Act 3** | Crisis forcing internal turn          | Collapse, training wheels breaking |
| **Act 4** | Internal integration work             | Building from new center           |
| **Act 0** | Storyteller awareness                 | Playing vs. trapped                |

{% hint style="success" %}
**Pro Tip:** If unsure between Act 2 and Act 3:

* **Chasing** = Act 2
* **Collapsing** = Act 3
  {% endhint %}

**Then What?**

1. Read the Beat pages under your current Act
2. Apply the relevant [Practices](https://www.themissingact.com/practices/surrender)
3. Check [Tuesday Test](https://www.themissingact.com/core-concepts/the-tuesday-test) for integration
4. If stuck in loops: [When to Get Support](https://www.themissingact.com/core-concepts/getting-support)

**If this is already obvious:** Close the page. Go do the work.
{% endtab %}

{% tab title="Path 2: Deep Study" %}

#### For People Who Want the Complete Architecture

**Use this if:** You want to understand the full system before applying it.

**Time investment:** 1–2 hours to read. Lifetime to integrate.

**The Sequence**

**Foundation Layer:**

1. [What Is The Missing Act?](https://www.themissingact.com/start-here/what-is-the-missing-act) — The overview
2. [The Five Acts Overview](https://www.themissingact.com/the-five-acts/overview) — Full cycle

**Structural Layer:** 3. Read all 5 Act pages in order:

* [Act 0: Divine Play](https://www.themissingact.com/the-five-acts/act-zero)
* [Act 1: Forgetting](https://www.themissingact.com/the-five-acts/act-one-forgetting-earth-body)
* [Act 2: Seeking](https://www.themissingact.com/the-five-acts/act-two-seeking-fire-mind)
* [Act 3: Journey In](https://www.themissingact.com/the-five-acts/act-three-autocorrect-air-spirit)
* [Act 4: The Missing Act](https://www.themissingact.com/the-five-acts/act-four-remembering-water-heart)

**Detail Layer:** 4. [The Twelve Beats Overview](https://www.themissingact.com/the-12-beats/the-12-beats-overview) 5. Read all 12 Beat pages sequentially

**Conceptual Layer:** 6. [Core Concepts](https://www.themissingact.com/core-concepts/training-wheels) — Key teachings 7. [Practices](https://www.themissingact.com/practices/surrender) — Actual protocols 8. [Safeguards](https://www.themissingact.com/safeguards/trapped) — Bypass warnings

**Why This Order?**

**Broad → Specific → Mechanisms → Application → Avoid Traps**

Acts give the map. Beats show the territory. Concepts reveal the mechanics. Practices give the work. Safeguards prevent loops.

**Then What?**

* Return to pages as reference during integration
* [Map Your Story](https://www.themissingact.com/practices/map-your-story) to locate yourself
* Apply practices from your current Act
* [Check Tuesday Test](https://www.themissingact.com/core-concepts/the-tuesday-test) for integration proof
* Complete [Act 4: Remembering](https://www.themissingact.com/the-five-acts/act-four-remembering-water-heart)

{% hint style="danger" %}
**Warning: Binge Trap**

Don't read the whole framework to avoid doing the practices.

**Pattern:** Understanding becomes a substitute for integration.

**Test:** If you can explain every Beat but Tuesday morning is unchanged, you're bypassing.

**Protocol:** Learn → apply → check Tuesday → then read more.
{% endhint %}
{% endtab %}

{% tab title="Path 3: Teaching It" %}

#### For Guides, Facilitators, Therapists, Teachers

**Use this if:** You're guiding others through transformation and want a shared map.

**What to Learn**

**Foundational Knowledge:**

1. Complete structure (use Path 2 sequence)
2. How to spot which Act/Beat someone is in
3. Common traps per Act ([Integration vs. Bypassing](https://www.themissingact.com/core-concepts/integration-vs-bypassing))
4. How to hold space without rescuing
5. When framework helps vs. when it becomes another training wheel

**Essential Concepts:**

* [Training Wheels](https://www.themissingact.com/core-concepts/training-wheels) — This framework is one
* [Storyteller vs. Character](https://www.themissingact.com/core-concepts/storyteller-vs-character) — The core teaching
* [Pattern Recognition](https://www.themissingact.com/core-concepts/pattern-recognition) — How to help people see themselves
* [When Tools Become Traps](https://www.themissingact.com/safeguards/trapped) — Includes this framework

**Teaching Formats**

| **Format**     | **Focus**         | **Content**                                                     |
| -------------- | ----------------- | --------------------------------------------------------------- |
| **1 Hour**     | Orientation       | 5 Acts only → Locate current Act → Identify next step           |
| **Half Day**   | Map + Exploration | 5 Acts + Intro to 12 Beats → They explore on their own          |
| **Multi-Week** | Full Integration  | 1 Act per session → Beats as study → Practices between sessions |

**The Key Principle**

**The framework is training wheels too.**

Use it to build pattern recognition. Then guide people back to direct experience.

The goal isn't mastery of the framework. It's **freedom from needing frameworks**.

```javascript
// Teaching meta-structure

class TeachingFramework {
  constructor() {
    this.purpose = "Build pattern recognition";
    this.method = "Give map → Let them walk";
    this.completion = "They recognize they're the mapmaker";
  }
  
  avoid() {
    return [
      "Making framework the destination",
      "Using it to rescue or fix",
      "Becoming attached to your expertise",
      "Forgetting it's scaffolding"
    ];
  }
  
  success_metric() {
    return "Client doesn't need you anymore";
  }
}
```

**Resources for Teachers**

* [Beat Sheet Template](https://www.themissingact.com/practices/beat-sheet) — Mapping client stories
* [Training Wheels](https://www.themissingact.com/core-concepts/training-wheels) — Essential teaching concept
* [When Tools Become Traps](https://www.themissingact.com/safeguards/trapped) — Includes this framework
* [Work with Oriya](https://www.themissingact.com/about/work-with-oriya) — If you need guidance teaching this

{% hint style="info" %}
**The Teaching Paradox**

You're teaching a framework that helps people realize they don't need frameworks.

If you're doing it right, they eventually don't need you either.

That's not failure. That's the whole point.
{% endhint %}
{% endtab %}
{% endtabs %}

***

### How NOT to Use This Framework

```javascript
// Bypass patterns to avoid

const bypass = {
  intellectualizing: "Using analysis to avoid feeling",
  collecting: "Reading instead of practicing",
  identifying: "Making it another identity ('I'm in Act 4!')",
  judging: "Using it to fix/diagnose/elevate above others",
  believing: "Thinking map = territory",
  performing: "Acting awakened instead of integrating"
};

// Tuesday Test catches all of these
```

{% hint style="danger" %}
**Critical Bypass Warning**

Don't:

* ❌ Use it to **avoid feeling** (intellectualizing pain)
* ❌ Get stuck **analyzing instead of experiencing**
* ❌ Assume **understanding = transformation**
* ❌ Make it another **identity** ("I'm in Act 4!")
* ❌ Judge where others "should" be
* ❌ Believe **knowing the map** = walking it

**The Test:** If it doesn't hold on an ordinary Tuesday at 10 a.m., it isn't integrated yet.

See: [Integration vs. Bypassing](https://www.themissingact.com/core-concepts/integration-vs-bypassing)
{% endhint %}

***

### Where to Start Based on Your Situation

```python
# Navigation decision tree

def where_to_start(situation):
    
    match situation:
        case "stuck_in_loop":
            return "Act 2: Seeking"
        
        case "everything_falling_apart":
            return "Act 3: Journey In"
        
        case "breakthrough_fading":
            return "Act 4: Remembering"
        
        case "dont_know_where_i_am":
            return "Map Your Story"
        
        case "im_a_guide_or_therapist":
            return "Core Concepts + The Twelve Beats"
        
        case "want_everything":
            return "Start: The Five Acts Overview"
        
        case "need_support":
            return "When to Get Support"
```

#### Quick Navigation by Situation

| **If You're Experiencing...**          | **Start Here**                                                                                                                                                      |
| -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| "I'm stuck in the same loop"           | [Act 2: Seeking](https://www.themissingact.com/the-five-acts/act-two-seeking-fire-mind)                                                                             |
| "Everything is falling apart"          | [Act 3: Journey In](https://www.themissingact.com/the-five-acts/act-three-autocorrect-air-spirit)                                                                   |
| "I had a breakthrough but it's fading" | [Act 4: Remembering](https://www.themissingact.com/the-five-acts/act-four-remembering-water-heart)                                                                  |
| "I don't know where I am"              | [Map Your Story](https://www.themissingact.com/practices/map-your-story)                                                                                            |
| "I'm a guide/therapist/teacher"        | [Core Concepts](https://www.themissingact.com/core-concepts/training-wheels) + [The Twelve Beats](https://www.themissingact.com/the-12-beats/the-12-beats-overview) |
| "I want to understand everything"      | [The Five Acts Overview](https://www.themissingact.com/the-five-acts/overview)                                                                                      |
| "I need support with this"             | [When to Get Support](https://www.themissingact.com/core-concepts/getting-support)                                                                                  |

***

### A Note on Timing

**You can't force the timeline.**

Each Act takes as long as it takes. Knowing the structure doesn't speed transformation.

```javascript
// Transformation timing

const reality = {
  insight: "instant",
  integration: "2-5 years",
  yourBrain: "hates this math",
  shortcuts: "don't exist",
  errorHandling: "Tuesday Test"
};

// What the framework DOES do:
// - Helps you avoid common traps
// - Keeps you on the path vs. restarting
// - Prevents bypassing the hard work

// What the framework DOESN'T do:
// - Speed up integration
// - Replace actual practice
// - Shortcut the timeline
```

**What the framework does:** Help you **stay on the path**, not arrive faster.

**What it prevents:** Restarting the cycle by skipping Act 4.

See: [The Tuesday Test](https://www.themissingact.com/core-concepts/the-tuesday-test) for integration verification.

***

### The Meta-Layer

{% hint style="info" %}
**What's Really Happening**

You're using a framework (structure) to help the mind relax enough to recognize **structurelessness** (Act 0).

All of this is consciousness teaching itself to itself.

**The framework's job:**

* Give the mind something to hold
* So it can let go
* And recognize it was never lost

**Training wheels analogy:**

* You need them to feel safe crossing
* Once you're across, you don't need them
* The crossing was always possible
* The wheels just helped you believe it

**The completion:** Realizing you're Nobody (Act 0) playing Somebody (Acts 1-4).

At that point, the framework has done its job.

Frame it. Burn it. Laugh at it. All responses are correct.
{% endhint %}

***

### The Paradox to Remember

**This framework is designed to become obsolete.**

That's not a bug. That's the feature.

Use it seriously until you can laugh at it.

Follow it precisely until you recognize you wrote it.

Trust the structure until the structure dissolves into Act 0.

```javascript
// The framework's recursive joke

function the_missing_act() {
  return {
    purpose: "Help you remember you don't need this",
    method: "Structure that points beyond structure",
    completion: "Recognizing you're the author",
    endgame: "Close the book"
  };
}

// Runtime: Until you realize you're running the code
```

**If this landed:** Close the page. You already know how to use this.

**If not:** Pick a path above and start walking.

***

### Next Steps

1. **Choose your path** (Quick Reference / Deep Study / Teaching)
2. **Locate yourself** using Observable Patterns
3. **Read that Act's page**
4. **Apply one practice**
5. **Check Tuesday morning**

If Tuesday changes → you're integrating. Keep going.

If Tuesday's the same → you're bypassing. Try a different practice or [get support](https://www.themissingact.com/core-concepts/getting-support).

***

### Related Pages

**Start Here:**

* [What Is The Missing Act?](https://www.themissingact.com/start-here/what-is-the-missing-act)
* [Who This Is For](https://www.themissingact.com/start-here/who-this-is-for)

**Core Framework:**

* [The Five Acts Overview](https://www.themissingact.com/the-five-acts/overview)
* [The Twelve Beats](https://www.themissingact.com/the-12-beats/the-12-beats-overview)

**Essential Concepts:**

* [Training Wheels](https://www.themissingact.com/core-concepts/training-wheels)
* [The Tuesday Test](https://www.themissingact.com/core-concepts/the-tuesday-test)
* [Pattern Recognition](https://www.themissingact.com/core-concepts/pattern-recognition)

**Practices:**

* [Map Your Story](https://www.themissingact.com/practices/map-your-story)
* [Surrender Practice](https://www.themissingact.com/practices/surrender)
* [Discernment Practice](https://www.themissingact.com/practices/discernment)

**Safeguards:**

* [Integration vs. Bypassing](https://www.themissingact.com/core-concepts/integration-vs-bypassing)
* [When Tools Become Traps](https://www.themissingact.com/safeguards/trapped)
* [When to Get Support](https://www.themissingact.com/core-concepts/getting-support)

***

{% hint style="success" %}
**The Framework's Promise**

Give it an honest try. Use it as prescribed.

If it works: You'll complete the transformation cycle and won't need it anymore.

If it doesn't work: It revealed itself as another training wheel, which is also valuable.

Either way, you move forward.

**Now:** Pick your path and start walking.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.oriya.live/start-here/how-to-user-this-framework.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
