# Boot snippet {#root}

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

[p01] `org.vibevm.world/sync-from-code@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/20-flow-sync-from-code.xml"

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

```

