Knowledge Model#

The Knowledge Model tab is where we work on the entities (such as questions or answers) that appear in the knowledge model. We define the structure here.

Editors#

The main area of the Knowledge Model tab is the actual editor. The form fields change based on the entity we edit, but there are some shared actions:

../../../../_images/editor-action-buttons.png

Editor action buttons.#

  • Copy UUID - every entity has a generated UUID, we can use this button to copy it. We usually need it for document template development.

  • Move - we can move entities around the knowledge model. However, not every entity can be put under everything. We can open the move modal window and see where the current entity could be move to.

  • Delete - delete is simply used for deleting the entities. This action cannot be undone, so we need to be careful what we delete.

There are different entities we can edit in the knowledge model, the editor shows different fields based on what we edit:

../../../../_images/editor-form.png

Example of question editor form.#

Besides their own fields, each entity has so called Annotations. They are arbitrary key value pairs that can be assigned to the entity and used later, when developing a document template.

Warnings#

The editor checks for some possible problems, such as empty title for a chapter or no answers for an options question. If there are any, the Warnings tab appear and we can quickly navigate to those problems and fix them.

../../../../_images/warnings.png

Warnings in the knowledge model editor.#