# Button States and Feedback

**Active and Disabled State.** The active state is when a button is ‘clickable’/’tappable’. While that may&#x20;sound a bit obvious, the important thing to note here is that a button can be disabled if the user&#x20;hasn’t completed the necessary steps.

<figure><img src="/files/hEEojmQgthfKNiPvRMNr" alt=""><figcaption></figcaption></figure>

**Focus and Pressed State.** The focus state is when the button has been tabbed to. The pressed state&#x20;is the state when the user’s cursor or finger is ‘holding down’ on the button.&#x20;

<figure><img src="/files/EYDqTc3nGeIZ28O68XCo" alt=""><figcaption></figcaption></figure>


---

# 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.uaepass.ae/guidelines/design-guidelines/button-guidelines/button-states-and-feedback.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.
