> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/workflows/designing-workflows/forms/form-editor-menu-bar.md).

# Form editor menu bar

The main bar offers the following tools:

| Option                                                          | Description                 | Keyboard shortcut               |
| --------------------------------------------------------------- | --------------------------- | ------------------------------- |
| <img src="/files/yd11u6nnlmOWjafbaFw9" alt="" data-size="line"> | Save all opened models.     | <kbd>Ctrl/Cmd + Shift + S</kbd> |
| <img src="/files/DSiHJNk4G0TI6cDt0izI" alt="" data-size="line"> | Deploy the current app.     | <kbd>Ctrl/Cmd + Shift + P</kbd> |
| <img src="/files/nTx3eNG5pIsYrf9MQNtK" alt="" data-size="line"> | Close all background tabs.  |                                 |
| <img src="/files/AJhI18DIzYE2gZhypFjm" alt="" data-size="line"> | Go to the previous tab.     |                                 |
| <img src="/files/hxO7MimLhgdhz2rVkAHd" alt="" data-size="line"> | Go to the next tab.         |                                 |
| <img src="/files/Y3qlFn1BxgT4YIFafxVr" alt="" data-size="line"> | Open or create a new model. | <kbd>Ctrl/Cmd + O</kbd>         |

The model bar offers the following tools:

| Option                                                                               | Description                                                                                                                                                             | Keyboard shortcut               |
| ------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- |
| <img src="/files/4Iiy6hjaXhDxXr776B9y" alt="" data-size="line">                      | Save the currently opened model, also.                                                                                                                                  | <kbd>Ctrl/Cmd + S</kbd>         |
| <img src="/files/1AwFsCdnZq7TJ1Fajplx" alt="" data-size="line">                      | Paste the contents of the clipboard.                                                                                                                                    | <kbd>Ctrl/Cmd + V</kbd>         |
| <img src="/files/mASlNw50M32pHaZrLfKU" alt="" data-size="line">                      | Undo the previous action.                                                                                                                                               | <kbd>Ctrl/Cmd + Z</kbd>         |
| <img src="/files/1I5mN0PZwPGjeGvkisdM" alt="" data-size="line">                      | Redo the most current action.                                                                                                                                           | <kbd>Ctrl/Cmd + Y</kbd>         |
| <img src="/files/nuLvGbqI5Gc5s3qxsOEE" alt="" data-size="line">                      | Download the model as an image.                                                                                                                                         |                                 |
| <img src="/files/FRdVFzTlXRiXwrWEKgur" alt="" data-size="line">                      | <p>Download the model.</p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>This is only possible if you saved the model.</p></div> | <kbd>Ctrl/Cmd + Shift + O</kbd> |
| <img src="/files/ObIroBSDKtOOVreOqZe4" alt="" data-size="line">                      | Show a grid on the canvas.                                                                                                                                              |                                 |
| <img src="/files/L8YPBh8EKqWNaqe5C3EZ" alt="" data-size="line">                      | Search for a value.                                                                                                                                                     |                                 |
| <img src="/files/kpU1rTk4T3jLTCvBttKm" alt="" data-size="line">                      | Show the model variables.                                                                                                                                               |                                 |
| <img src="/files/EkDTdVOVRiCDkTGYAN3Z" alt="Version explorer icon" data-size="line"> | Show the model versions.                                                                                                                                                |                                 |
| <img src="/files/e11L6LaR6VIlCcLj4bmh" alt="" data-size="line">                      | Preview the form in Collibra.                                                                                                                                           |                                 |
| <img src="/files/yr2Zo3OHcnRBilKWeSrx" alt="Usage icon" data-size="line">            | View the model usage details.                                                                                                                                           |                                 |
| <img src="/files/MiWoIkf3m5RZFzGOo1qP" alt="" data-size="line">                      | Show the editor keyboard shortcuts.                                                                                                                                     |                                 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://developer.collibra.com/workflows/designing-workflows/forms/form-editor-menu-bar.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.
