# Getting Started

- [Let's start with the basics](https://docs.diaflow.io/getting-started/lets-start-with-the-basics.md): Get a quick, simple introduction before building your first Workflow.
- [How a Workflow works](https://docs.diaflow.io/getting-started/lets-start-with-the-basics/how-a-workflow-works.md)
- [How a node works](https://docs.diaflow.io/getting-started/lets-start-with-the-basics/how-a-node-works.md)
- [Creating your first Workflow](https://docs.diaflow.io/getting-started/lets-start-with-the-basics/creating-your-first-workflow.md)
- [Terminology](https://docs.diaflow.io/getting-started/terminology.md): This page is dedicated to define all the key words you can see during your use of the application.


---

# 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.diaflow.io/getting-started.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.
