> For the complete documentation index, see [llms.txt](https://docs.suggestic.com/telewellness-portal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.suggestic.com/telewellness-portal/user-management/manage-coaches/note-templates-tab.md).

# Note Templates tab

Create, view, edit or delete note templates which can be later used by coaches to[ create notes ](https://docs.suggestic.com/coaching-portal/accessing-the-coaching-portal/navigating-the-coaching-portal/coach-dashboard/notes-tab)per each member created within the TeleWellness Portal.

To access the note templates, click on the **Note Templates** tab:

&#x20;

![](/files/HOlrovi0yePdHKi2NP4c)

## Create a note template

To create a note template, click on the <img src="/files/eNtubxlhlxk9u77xtLFh" alt="" data-size="line">icon:

![](/files/sjxQCUX7F2Yj72oZqjxv)

The following editor is displayed:

![](/files/yg7QE4s0QR32h2tkFT1Y)

The editor provides handy formatting buttons to create lists and headers, as well as to incorporate links and images. These help users to create notes easy to read.

This editor uses [Github flavored markdown](https://github.github.com/gfm/).

Use the markdown syntaxis or the formatting buttons located above the editor to give your text format. Use the **Preview** button to see your text formatted:

Give the name a note by adding the following format at the beginning of the next:

`##Coaching Sessions`

This will immediately convert your text to a header which will be kept as the title of the note.

See the example below:

![](/files/cP6XLVGeAjG4DxpQPka6)

## Edit a note template

To edit a note template, click on the note name. The editor is displayed as follows:

![](/files/pVtxWO0zGxLB7ZmwtQ4J)

The **Save** button is displayed while you are editing the note template

![](/files/MJ4pZ5fbHFxhpGXabkgw)

## Delete a note template

To delete a note template, click on the <img src="/files/LGBx4IrMU2KRpSIVllxs" alt="" data-size="line">icon located next to the name of the note:

![](/files/DAH8byE8PgzPq3I0ov4p)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.suggestic.com/telewellness-portal/user-management/manage-coaches/note-templates-tab.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
