Learn DAM¶
New to DAM? Follow these pages in order.
Recommended Path¶
- Quick Start -- install and run the demo stack
- Tutorial -- build a Stackfile, run it, read what the guards tell you
- Use Cases -- how DAM helps during data collection, training, and deployment
- Stackfile Walkthrough -- read a real Stackfile field by field
After That¶
| If you want to... | Go here |
|---|---|
| Make a config change | Common Stackfile Edits |
| Read the console | Console Walkthrough |
| Prepare for hardware | Hardware Readiness |
| Fix a first-run issue | Troubleshooting |
| Look up a term | Glossary |
| Understand the architecture | Architecture |
| Deep-dive on guards | Guard Stack Explained |
Checkpoint¶
You are ready to move from learning to integration when you can answer:
- What produces the proposed action, and what intercepts it?
- What happens when a guard times out?
- Which boundaries are always active vs. task-scoped?
- Where do you look after a rejection: console, logs, or Stackfile?