# States

### <mark style="color:purple;">Open Dialog File Path(s)</mark>

Returns the file paths that the user selected in the open dialog.

***

### <mark style="color:purple;">Save Dialog File Path</mark>

Returns the file path that the user selected in the save dialog.

***

### <mark style="color:purple;">Message Box Button Clicked Index</mark>

Returns the index of the button that was clicked in the message box.

***

### <mark style="color:purple;">Message Box Checkbox Checked</mark>

Returns if the checkbox was checked by the user in the message box.


---

# 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://deskifier.gitbook.io/deskifier/deskifier-bubble.io-docs/dialog-element/states.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.
