Location

Using Location to automate using Kognitos

You can use directional keywords to automate when working with Kognitos.

get the document's first line which contains "MEDICATION"
get the lines below the above as the medication notes

For example. you can write:

get the document's first line which contains "RECIPE"
get the lines below the above as the recipe text

In the above example we show two examples of location keywords.

We say get the lines **below** to signal where the automation should look on a document for specific text.

We also say the above to reference a value in the automation we want to work with. So by saying the above, we're saying to use the result of the line above almost as a variable.