> 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/concept-creation-by-templates/single-concept-creation.md).

# Single Concept Creation

Single concept creation could be executed basically in the same way as bulk concept creation. Navigate to the main toolbar and select `File > New… > Concept from template` and hit **`Next`**.

![SNOMED CT concept from template](https://snowowl.atlassian.net/wiki/download/thumbnails/775585870/01.png?version=2\&modificationDate=1605263087697\&cacheVersion=1\&api=v2\&width=400)

On the following page of the wizard dialog, you can choose from the pre-imported templates (all currently existing [SNOMED International templates](https://github.com/IHTSDO/snomed-templates) are available), which will determine the concept to be created.

![List of available templates](https://snowowl.atlassian.net/wiki/download/thumbnails/775585870/02.png?version=1\&modificationDate=1605263195953\&cacheVersion=1\&api=v2\&width=400)

After finishing the wizard, the newly created concept's unsaved editor opens. This editor's content is based on the previously selected template, hence all the predefined attributes are present and only the missing parts need to be determined.

![Concept editor based on a template](https://snowowl.atlassian.net/wiki/download/thumbnails/775585870/03.png?version=1\&modificationDate=1605263435864\&cacheVersion=1\&api=v2\&width=650)

After all the necessary and missing information of attributes are added, you can refresh your **Concept Editor** with the ![](https://snowowl.atlassian.net/wiki/download/attachments/775585870/tempalte06.png?version=1\&modificationDate=1585304993338\&cacheVersion=1\&api=v2) icon on the top right side corner of the editor. This will automatically update the concept terms as the modifications indicate.

![Filled out and refreshed editor](https://snowowl.atlassian.net/wiki/download/thumbnails/775585870/04.png?version=1\&modificationDate=1605263809272\&cacheVersion=1\&api=v2\&width=650)

The concept now can be saved and it is successfully created.


---

# 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/concept-creation-by-templates/single-concept-creation.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.
