# Limitations

This section outlines the operational boundaries and platform-specific constraints that may affect automation reliability. These limitations are inherent to device environments, OS policies, and browser rendering behaviors, and are not specific to Drizz itself. Understanding these constraints helps users design stable test flows, interpret unexpected behavior correctly, and plan for platform-dependent variations during execution.\
\
Limitations:&#x20;

1. Physical device testing requires proper network signing
2. Application state restrictions may vary by OS version
3. UI rendering depending is truly dependant on loading state&#x20;
4. Certain gestures may behave differently in iOS devices
5. Web mode behavior depends on browser rendering rules


---

# 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.drizz.dev/getting-started/drizz-desktop-app/introduction-drizz-desktop-app/limitations.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.
