# List of Activities that use Control Identifier as Input Parameter

[Move to Control](/actions/tap-actions/mouse/move-to-control.md)

[Click Control](/actions/tap-actions/mouse/click-control.md)

[Type Text](/actions/tap-actions/keyboard/type-text.md)

[Press Key](/actions/tap-actions/keyboard/press-key.md)

[Set Focus](/actions/tap-actions/control/set-focus.md)

[Set Text](/actions/tap-actions/control/set-text.md)

[Get Value](/actions/tap-actions/control/get-value.md)

[Select List Item](/actions/tap-actions/control/select-list-item.md)

[Check Control](/actions/tap-actions/control/check-control.md)

[Wait for Control](/actions/tap-actions/application/wait-for-control.md)&#x20;


---

# 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/getting-started/tap-studio/list-of-activities-that-use-control-identifier-as-input-parameter.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.
