# Common Problems

- [My TaskBot Does Not Start Run](https://docs.zerowork.io/using-zerowork/common-problems/my-taskbot-does-not-start-run.md)
- [When I Use Data from Table, No Data is Being Pulled](https://docs.zerowork.io/using-zerowork/common-problems/when-i-use-data-from-table-no-data-is-being-pulled.md)
- [Website is Glitching and Flashing](https://docs.zerowork.io/using-zerowork/common-problems/website-is-glitching-and-flashing.md)
- [No Selector is Found](https://docs.zerowork.io/using-zerowork/common-problems/no-selector-is-found.md)
- [My TaskBot Saves Some Data but Not All](https://docs.zerowork.io/using-zerowork/common-problems/my-taskbot-saves-some-data-but-not-all.md)
- [Data Is Saved in Wrong Format](https://docs.zerowork.io/using-zerowork/common-problems/data-is-saved-in-wrong-format.md)
- [Website Requires SMS or Email Verification](https://docs.zerowork.io/using-zerowork/common-problems/website-requires-sms-or-email-verification.md)
- [Keyboard Action Is Not Working As Expected](https://docs.zerowork.io/using-zerowork/common-problems/keyboard-action-is-not-working-as-expected.md)
- [Check Web Element Identifies Selector as Found but Next Action Does Not](https://docs.zerowork.io/using-zerowork/common-problems/check-web-element-identifies-selector-as-found-but-next-action-does-not.md)
- [When Using Insert Data Block, First Letters Are Cut Off](https://docs.zerowork.io/using-zerowork/common-problems/when-using-insert-data-block-first-letters-are-cut-off.md)
- [Workflow Has More than One Starting Building Block](https://docs.zerowork.io/using-zerowork/common-problems/workflow-has-more-than-one-starting-building-block.md)
- [TaskBot Does Not Automatically Scroll](https://docs.zerowork.io/using-zerowork/common-problems/taskbot-does-not-automatically-scroll.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.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.
