OpenSearch provides autocomplete suggestions for fields, indexes and their aliases, and templates. To configure autocomplete preferences, update them in [Console Settings](#updating-the-console-settings).
To send a query to OpenSearch, select the query by placing the cursor anywhere in the query text. Then choose the play icon ({::nomarkdown}<imgsrc="{{site.url}}{{site.baseurl}}/images/dev-tools/play-icon.png"class="inline-icon"alt="play icon"/>{:/}) on the upper right of the request or press `Ctrl/Cmd+Enter`:
To import a query in cURL format, select the query, select the wrench icon ({::nomarkdown}<imgsrc="{{site.url}}{{site.baseurl}}/images/dev-tools/wrench-icon.png"class="inline-icon"alt="wrench icon"/>{:/}), and choose **Copy as cURL**:
To view the OpenSearch documentation, select the wrench icon ({::nomarkdown}<imgsrc="{{site.url}}{{site.baseurl}}/images/dev-tools/wrench-icon.png"class="inline-icon"alt="wrench icon"/>{:/}) and choose **Open documentation**.
To use auto indent, select the queries that you want to format, select the wrench icon ({::nomarkdown}<imgsrc="{{site.url}}{{site.baseurl}}/images/dev-tools/wrench-icon.png"class="inline-icon"alt="wrench icon"/>{:/}), and choose **Auto indent**.
Auto indenting a well-formatted query puts the request body on a single line. This is useful for working with [bulk APIs]({{site.url}}{{site.baseurl}}/api-reference/document-apis/bulk/).
You can view up to the 500 most recent requests that OpenSearch ran successfully. To view request history, select **History** from the top menu. If you select the request you want to view from the left pane, the query is shown in the right pane.
To copy the query into the editor pane, select the query text and then select **Apply**.
To clear the history, select **Clear**.
## Updating the console settings
To update your preferences, select **Settings** from the top menu: