# Anti-Patterns

An [anti-pattern (or antipattern)](http://en.wikipedia.org/wiki/Anti-pattern) is a common response to a recurring problem that is usually ineffective and risks being highly counterproductive.

### List of Anti-Patterns

* [Disabling Pinch-to-zoom](/mindpatterns/antipatterns/disabling-pinch-to-zoom.md)
* [JavaScript HREF](/mindpatterns/antipatterns/javascript-href.md)
* [Layout Tables](https://github.com/ebay/mindpatterns/tree/6c14ac7802634b97b44038d80935b912adbcd5cf/antipatterns/layouttables.md)
* [Non-interactive Hover](/mindpatterns/antipatterns/non-interactive-hover.md)
* [Open New Window](/mindpatterns/antipatterns/open-new-window.md)
* [Setting Focus on Page Load](/mindpatterns/antipatterns/setting-focus-on-page-load.md)
* [Tabindex-itis](/mindpatterns/antipatterns/tabindexitis.md)
* [Title Tooltip](/mindpatterns/antipatterns/title-tooltip.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://ebay.gitbook.io/mindpatterns/antipatterns.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.
