# Automation Basics

- [Defining Data](https://docs.kognitos.com/legacy/legacy-experience/writing-automations/automation-basics/defining-data.md): Learn how to define data in Kognitos.
- [Comments](https://docs.kognitos.com/legacy/legacy-experience/writing-automations/automation-basics/comments.md): Use comments to add notes or disable parts of your automation.
- [Conditionals](https://docs.kognitos.com/legacy/legacy-experience/writing-automations/automation-basics/conditionals.md): Learn how to write conditional statements in Kognitos.
- [Keywords](https://docs.kognitos.com/legacy/legacy-experience/writing-automations/automation-basics/keywords.md): Learn about the basic keywords in Kognitos, their usage, and examples.
- [Loops](https://docs.kognitos.com/legacy/legacy-experience/writing-automations/automation-basics/loops.md): Learn about writing loops in Kognitos to repeat actions for multiple items.


---

# 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://docs.kognitos.com/legacy/legacy-experience/writing-automations/automation-basics.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.
