# Welcome

Welcome to the Midio Documentation!

Midio is a visual programming environment designed for creating automations, integrations, and AI-driven workflows by visually connecting nodes representing data, logic, and external services. This documentation will help you quickly get started with Midio and find what you’re looking for.

* [**Quick Start Guide**](https://docs.midio.com/midio-docs/getting-started/quick-start-guide): For a quick introduction to Midio.
* [**Editor Guide**](https://docs.midio.com/midio-docs/reference)**:** For an in-depth walkthrough of Midio’s interface, including tools, features, and practical tips, visit our Editor Guide.
* [**How-To Guides**](https://docs.midio.com/midio-docs/guides)**:** Quickly find solutions for common tasks, like making HTTP requests, working with loops, or transforming JSON data.
* [**Editor Reference**](https://docs.midio.com/midio-docs/reference/overview)**:** Explains all parts of the editor, from node editor, to the various tools you have available.
* [**Language Reference**](https://docs.midio.com/midio-docs/reference/the-midio-language)**:** Curious about the Midio visual language? Dive into the Midio Language section for clear explanations of its syntax, semantics, and how visual programs execute.
* [**Builtin Nodes**](https://docs.midio.com/midio-docs/built-in-nodes)**:** A complete list of all built in functions and events in Midio.
* [**Troubleshooting**](https://docs.midio.com/midio-docs/troubleshooting)**:** Facing challenges or encountering errors? Check our Troubleshooting page for immediate help, or reach out to us directly—we're here to assist you.

We continuously strive to improve this documentation and highly appreciate your feedback. If something isn't clear or you have suggestions, please let us know!


---

# 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.midio.com/midio-docs/getting-started/readme.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.
