# Search and shortcuts

The SurrealDB Studio command palette and its keyboard shortcuts.

SurrealDB Studio offers a range of shortcuts to help you navigate the interface more efficiently. You can find a list of all available shortcuts by pressing `Ctrl + K` or `Cmd + K` on your keyboard.

In the search modal, you can access all available shortcuts for open sessions, the views, all available tables in your connected database and the settings dialog.

<img src="~/assets/img/image/surrealist/search-and-hot-key.png" alt="Search and Shortcuts" />

<br/>

<br/>

<table>
    <thead>
        <tr>
            <th scope="col">Options</th>
            <th scope="col">Description</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td scope="row" data-label="Type">
                <code>Connections</code>
            </td>
            <td scope="row" data-label="Description">
                Open a list of all available connections and create a new connection type.
            </td>
        </tr>
        <tr>
            <td scope="row" data-label="Type">
                <code>Views</code>
            </td>
            <td scope="row" data-label="Description">
                Open all available views in the current session. This can be the Cloud view, GraphQL view, Query view, Designer view or the Authentication view.
            </td>
        </tr>
        <tr>
            <td scope="row" data-label="Type">
                <code>Tables</code>
            </td>
            <td scope="row" data-label="Description">
                Shows all available tables in the connected database. If you have no tables in the connection, load the Surreal Deal Store dataset, you can see the tables in the dataset.
            </td>
        </tr>
        <tr>
            <td scope="row" data-label="Type">
                <code>Query</code>
            </td>
            <td scope="row" data-label="Description">
                See all saved queries, view the query history and create a new query. Comment out a line in the query editor using `Cmd + /` or `Ctrl + /`.
            </td>
        </tr>
        <tr>
            <td scope="row" data-label="Type">
                <code>Explorer</code>
            </td>
            <td scope="row" data-label="Description">
                Import and export your database schema in a `.surql` file format.
            </td>
        </tr>
        <tr>
            <td scope="row" data-label="Type">
                <code>Authentication</code>
            </td>
            <td scope="row" data-label="Description">
                Create user permissions and roles for your connected database.
            </td>
        </tr>
        <tr>
            <td scope="row" data-label="Type">
                <code>API Docs</code>
            </td>
            <td scope="row" data-label="Description">
                Access the SurrealDB API documentation and access snippets for your queries in different SDK languages.
            </td>
        </tr>
        <tr>
            <td scope="row" data-label="Type">
                <code>Settings</code>
            </td>
            <td scope="row" data-label="Description">
                Access the Settings dialog to customise the appearance and behaviour of SurrealDB Studio.
                Increase the view size of your editor with `cmd + Option + +` or reduce with `cmd + Option + -`.
            </td>
        </tr>
        <tr>
            <td scope="row" data-label="Type">
                <code>Navigator</code>
            </td>
            <td scope="row" data-label="Description">
                Reload the navigator to see all available shortcuts and open the search modal.
            </td>
        </tr>
        <tr>
            <td scope="row" data-label="Type">
                <code>Developer</code>
            </td>
            <td scope="row" data-label="Description">
                Open a new connection and reset tour settings.
            </td>
        </tr>
    </tbody>
</table>
