# Getting Started

When you first visit this tool, there may or may not be Templates already listed. Since this is an Admin tool, any Templates listed here are also accessible by other Admins in your Organisation. They will see any changes you make, and vice versa.

## Create a Template

To get started, click ***New Template*** at the bottom of the screen. A modal will appear; enter the Template name and an optional description. Click ***Save***. Your new empty Template will appear in the list.

![Create Template](https://github.com/cloudjournals/help-centre/tree/50b913cb2fda8fec20e4c565f8dcee8f8a15a13f/images/template/create-template.png)

## Manage Template

You can manage an existing Template by clicking on its *more* button (three dots) to the right of the target Template. A menu will appear.

### Edit Template

Click ***Edit Details*** to bring up an editing modal. Make your changes, then click ***Save***.

![Edit Template](https://github.com/cloudjournals/help-centre/tree/50b913cb2fda8fec20e4c565f8dcee8f8a15a13f/images/template/edit-template.png)

### Publish/Unpublish Template

Publishing is explained in detail [here](/admin-console/template-editor/publishing.md).

### Delete Template

Clicking ***Delete*** will show a confirmation dialog. If you are certain you want to delete the Template, click ***Delete***, otherwise ***Cancel***. Keep in mind that any content under this Template will also be deleted. Also, being an Admin tool, other Admins will also no longer be able to access this Template.


---

# 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.cloudjournals.com.au/admin-console/template-editor/getting-started.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.
