> For the complete documentation index, see [llms.txt](https://docs.tempoweave.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tempoweave.com/help-by-menu-tabs/file-menu/save-and-save-as.md).

# Save and Save As&#x20;

To save a draft, choose **Save**.  Save can be found on the File or Home menu. &#x20;

Keyboard Shortcut: Ctrl-S

{% hint style="info" %}
The File Save and Save-As functions are also available on the Home Menu.  File Save has a keyboard shortcut of Ctrl+S / ⌘S
{% endhint %}

\
If the draft has been saved previously, it will be saved again using the same file name and location from which it was opened.

If the draft has not yet been saved, you will be prompted to enter a file name and choose a location where the file will be stored.

To create a copy of the draft with a different name or in a different location, use **Save As**. Enter the new file name and select the destination folder.  Save As is available on the File and Home menu.

{% hint style="info" %}
**File Names** that you give your draft are saved in your file system and must abide by rules for your computer's operating system; those rules likely include avoiding these special characters: comma ",", front and backslash "/", "", period ".", question mark "?" and asterisk "\*". The file extensions will default and TempoWeave will create two physical files when your project is saved (one with a .WIF extension and the other with a .TWA extension).
{% endhint %}

&#x20;

<div data-with-frame="true"><figure><img src="/files/psthAlhYozuJbZnlXMiv" alt="" width="375"><figcaption><p>Save Optoins</p></figcaption></figure></div>

The only file format supported at this time is "WIF" for the selection.

If the file name you select for your new file already exists, you will be given the option to overwrite (replace) the existing file or to cancel.

{% hint style="info" %}
It’s important to note that when you do a SAVE AS, you are immediately working under the new (save as) name. Any changes made since the last time you did a SAVE (under the prior name) will not be saved to the previous file name, but instead will be saved under the new name indicated on “Save As”. &#x20;
{% endhint %}


---

# 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://docs.tempoweave.com/help-by-menu-tabs/file-menu/save-and-save-as.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.
