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 triangle on the top right of the request or press `Ctrl/Cmd+Enter`:
To view the OpenSearch documentation, select the wrench icon, and choose **Open documentation**.
## Auto indenting
To use auto indent, select the queries that you want to format, select the wrench icon, and choose **Auto indent**.
Auto indenting a collapsed query expands it.
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}}/opensearch/rest-api/document-apis/bulk/).
{: .tip}
## Viewing your request history
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: