# Safe automation patterns

Stub guide for cautious browser automation:

- Respect `robots.txt` and crawl delays where applicable — Browser Use inherits site policy envelopes (details TBD).
- Prefer **explicit allow-lists** of origins over open navigation.
- Pair high-frequency navigations with **Makra** memoization so repeat extractions skip full-page LLM reasoning.
