> For the complete documentation index, see [llms.txt](https://docs.zerowork.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zerowork.io/using-zerowork/common-problems/website-requires-sms-or-email-verification.md).

# Website Requires SMS or Email Verification

To handle this edge case, use [Check Web Element](/using-zerowork/using-building-blocks/check-web-element.md) to first check if there is a verification pop-up. \
\
If there is one, then add a long delay and enter the code manually while the TaskBot is idle during the delay time. Adding the code manually will only work if your TaskBot is not running in the background ([Run in Background](/using-zerowork/general-run-schedule-share-webhooks/run-settings/run-in-background.md)). If it's running in the background, you have no possibility to access the window in which the TaskBot is operating - in this case, the best way to handle this is to terminate the run and send yourself a notification ([Send Notification](/using-zerowork/using-building-blocks/send-notification.md)).
