# Control

- [If Control Exists](https://docs.tailent.com/actions/tap-actions/control/if-control-exists.md)
- [Wait for Control to Disappear](https://docs.tailent.com/actions/tap-actions/control/wait-for-control-to-disappear.md)
- [Check Control](https://docs.tailent.com/actions/tap-actions/control/check-control.md)
- [Select List Item](https://docs.tailent.com/actions/tap-actions/control/select-list-item.md)
- [Set Focus](https://docs.tailent.com/actions/tap-actions/control/set-focus.md)
- [Set Text](https://docs.tailent.com/actions/tap-actions/control/set-text.md)
- [Get Value](https://docs.tailent.com/actions/tap-actions/control/get-value.md)
- [Get Native Value](https://docs.tailent.com/actions/tap-actions/control/get-native-value.md)
- [Get Window State](https://docs.tailent.com/actions/tap-actions/control/get-window-state.md)
- [Set Window State](https://docs.tailent.com/actions/tap-actions/control/set-window-state.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.tailent.com/actions/tap-actions/control.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.
