# Common Dialogs

- [FolderBrowserDialog](https://docs.wisej.com/docs/controls/common-dialogs/folderbrowserdialog.md): Allows the user to select a folder from one of the Roots.
- [ColorDialog](https://docs.wisej.com/docs/controls/common-dialogs/colordialog.md): Represents a common dialog box that displays available colors along with controls that enable the user to define custom colors.
- [OpenFileDialog](https://docs.wisej.com/docs/controls/common-dialogs/openfiledialog.md): Prompts the user to open a file from the server.
- [SaveFileDialog](https://docs.wisej.com/docs/controls/common-dialogs/savefiledialog.md): Prompts the user to select a location for saving a file on the server.


---

# 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.wisej.com/docs/controls/common-dialogs.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.
