···8989each source maintains its own cursor so restarts resume mid-pass.
90909191sources can also be added and removed at runtime via the `/crawler/sources` API
9292-(see below). dynamically added sources are persisted to the database and survive
9393-restarts. `CRAWLER_URLS` sources are startup-only: they are not written to the
9494-database and will always reappear after a restart regardless of runtime changes.
9292+(see [here](#crawler-management)). dynamically added sources are persisted to the
9393+database and survive restarts. `CRAWLER_URLS` sources are startup-only: they are
9494+not written to the database and will always reappear after a restart regardless of
9595+runtime changes (unless you change the config of course).
95969697## configuration
9798