> For the complete documentation index, see [llms.txt](https://docs.b2ihealthcare.com/snow-owl-authoring-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2ihealthcare.com/snow-owl-authoring-platform/snomed-ct-templates/authoring/creating-templates.md).

# Creating Templates

In the **Templates View**, click on the ![](https://snowowl.atlassian.net/wiki/download/attachments/775618639/tempalte09.png?version=2\&modificationDate=1585308653113\&cacheVersion=1\&api=v2) button in order to start the wizard. Then you can specify the appropriate name of your Template.

![New SNOMED CT Concept Template Wizard](https://snowowl.atlassian.net/wiki/download/thumbnails/775618639/01.png?version=1\&modificationDate=1605198798225\&cacheVersion=1\&api=v2\&width=450)

After finishing the wizard, the new template is created and the editor of the template opens automatically. The template can also be found listed in the **Templates View,** however, it is not complete yet.

![Newly created SNOMED CT Concept Template Editor](https://snowowl.atlassian.net/wiki/download/thumbnails/775618639/02.png?version=1\&modificationDate=1605199159865\&cacheVersion=1\&api=v2\&width=650)

Here you can specify the needed Domain for the template, as well as the Template expression - written in Expression Template Language v1.0 -, which will determine all the mandatory attributes and will be connected to the concepts generated via this template. For further information, please visit the Concept creation by Templates page of the User Guide.

{% content-ref url="/pages/-MWZQe2PXCwGoWGRBAbs" %}
[Concept Creation by Templates](/snow-owl-authoring-platform/snomed-ct-templates/concept-creation-by-templates.md)
{% endcontent-ref %}

After filling in every necessary field, you can simply save the **Template Editor**.

![SNOMED CT Concept Template example](https://snowowl.atlassian.net/wiki/download/thumbnails/775618639/03.png?version=1\&modificationDate=1605199741093\&cacheVersion=1\&api=v2\&width=650)


---

# 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.b2ihealthcare.com/snow-owl-authoring-platform/snomed-ct-templates/authoring/creating-templates.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.
