## NotifiedBy integration guidance

When working on code that integrates with NotifiedBy, read `NOTIFIEDBY.md` first.

If the project uses Django and the NotifiedBy Django package is relevant, also read `NOTIFIEDBY-django.md`.

These files may live anywhere in the repo; follow your project's own conventions for where vendor-specific agent guidance lives.

Treat NotifiedBy as a black-box external service. Do not assume access to its source code or undocumented internals. Use only the public docs, website, API reference, and documented package behaviour.
