# Boot snippet {#root}

@status:doc/work @audience:user,agent

[p01] `org.vibevm.world/redbook@1.0.0` contributes a boot snippet: text that a session reads before it starts work, placed into the project's generated boot lane by `vibe install`. It is not read on this page — it is read by the agent.

[p02]
```toml
[boot_snippet]
category = "flow"
source = "vibevm/vibespecs/boot/03-flow-redbook.xml"

[[boot_snippet.fragment]]
source = "vibevm/vibespecs/boot/03a-member-wal.xml"
when = "installed:org.vibevm.world/wal"

[[boot_snippet.fragment]]
source = "vibevm/vibespecs/boot/03b-member-wal-specspaces.xml"
when = "installed:org.vibevm.world/wal-specspaces"

```

