# Templates

**Templates** in UpNote help you save time by reusing note structures you use often — such as meeting notes, journals, checklists, or project outlines. You can create a new note from a ready-made template or turn any existing note into one.

### Create your own template <a href="#id-246c" id="id-246c"></a>

To create a template from an existing note, click/tap the **`…`** button in the upper bar of your note editor and select **`Copy to Templates`**

<figure><img src="https://miro.medium.com/max/1400/1*Z27JUtFVtdit1pdDLy2mDg.png" alt=""><figcaption></figcaption></figure>

### View/edit templates <a href="#id-9250" id="id-9250"></a>

You can see all your templates from the Templates section in the sidebar.

<figure><img src="https://miro.medium.com/max/1400/1*2TYxEAWobtkR2exEIjpovQ.png" alt=""><figcaption></figcaption></figure>

You can edit or delete your templates right from the Templates section or quickly create a new template by clicking the **`New Template`** button in the upper right corner of your UpNote window.

*Note: To keep the interface clean, the template section is not displayed if you haven’t created any templates.*

To quickly create a new note from the template, click the **`New note from this template`** button in the top bar of the template editor.

<figure><img src="https://miro.medium.com/max/1400/1*RZpGRnAJ-lUDexLx2N9FiA.png" alt=""><figcaption></figcaption></figure>

### Create templates with custom date and time

For meeting notes or daily journals, it’s common to insert a date into your note. Simply type **`{{date}}`**, **`{{time}}`**, **`{{datetime}}`** … in the template, and when a template is selected, UpNote will automatically replace the date and time with the current time.

You can customize your date/time formats in your template with date and time tags.

If you want the date format to be like "Monday - Jan 02 2023", you can type **`{{EEEE}} - {{MM}}{{DD}} {{YYYY}}`**

<figure><img src="https://miro.medium.com/max/1400/1*MPwg7YKWWvA0vjzc5skVTg.png" alt=""><figcaption></figcaption></figure>

Check out [this table](https://day.js.org/docs/en/parse/string-format#list-of-all-available-parsing-tokens) for all available date and time formats.&#x20;

### Write from a template <a href="#id-0222" id="id-0222"></a>

When you create a new note, you can choose to write from the saved templates. After a template is selected, the editor will populate the template content and you can start writing right away.

Tap/click **`select from Templates`** in the new note prompt:

<figure><img src="https://miro.medium.com/max/1400/1*LsOamS0jqVRmSQILuqTxgA.png" alt=""><figcaption></figcaption></figure>

Or  type **`/temp`** to insert the template anywhere in your note.

<figure><img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2F9xCnDS09B4qa7JSfEred%2Fimage.png?alt=media&#x26;token=8342c362-efe0-4b6a-8c96-34742f567cb0" alt="" width="254"><figcaption></figcaption></figure>


---

# Agent Instructions: 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://help.getupnote.com/write-and-edit/templates.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.
