# 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)).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zerowork.io/using-zerowork/common-problems/website-requires-sms-or-email-verification.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
