# Let's start with the basics

**How it works**

Think of Diaflow like building with blocks:

* **Drag & Drop:** Place components onto the canvas.
* **Connect:** Link items together to define a task.
* **Execute:** Each part handles one job; connected, they complete a full workflow.

**Example Workflow**

1. **Input:** Receive a question or file.
2. **Process:** Analyze data with AI.
3. **Output:** Display the final result.

{% hint style="info" %}
If you are new to AI tools, start small. Build one simple flow first, then improve it.
{% endhint %}

### Next step

* Learn the basic building block in [How a Component works](/getting-started/lets-start-with-the-basics/how-a-node-works.md).
* Learn the full structure in [How a Workflow works](/getting-started/lets-start-with-the-basics/how-a-workflow-works.md).
* When you are ready, continue to [Creating your first Workflow](/getting-started/lets-start-with-the-basics/creating-your-first-workflow.md).


---

# 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/lets-start-with-the-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.
