# Understanding the basics of AI integrations

**Flow Studio** is your all-in-one product for creating, integrating, and managing automation workflows. Its intuitive interface allows you to connect nodes of triggers and actions to automate processes effortlessly. Here are the key concepts to get started:

### :mag:Quick Glossary: Key Terms to Know Before Integrating

Before diving into creating workflows in Flow Studio, it’s important to understand some essential terms. This glossary will help you get familiar with the basics:

**1. API (Application Programming Interface)**

An **API** is like a bridge that allows two different applications to talk to each other. It lets one app send or receive data from another app. For example, an API enables Flow Studio to connect to your CRM or email platform to automate actions.

* **Why it matters**: APIs power the integrations between different tools in your workflow. Without APIs, connecting apps would require manual data entry.

**2. Integration**

An **integration** is the connection between two apps or systems that allows them to work together. For example, integrating your email service with Flow Studio lets you automate sending emails based on triggers.

* **Why it matters**: Integrations save time by automating tasks that would otherwise need to be done manually.

**3. Trigger**

A **trigger** is an event that starts your workflow. It tells Flow Studio, "When this happens, do something." For example:

* Receiving a new email.
* A form submission on your website.
* A specific time of day.
* **Why it matters**: Triggers are the starting point of any automation. Without a trigger, your workflow won't know when to start.

**4. Action**

An **action** is what happens after a trigger. It’s the task or set of tasks that Flow Studio executes in response to the trigger. For example:

* Sending an email.
* Creating a new record in a CRM.
* Updating a spreadsheet.
* **Why it matters**: Actions define the result of your workflow and ensure the automation accomplishes your goals.

**5. Nodes**

A **node** is a building block in your workflow. Each node represents a step, such as a trigger or an action. Nodes are connected to form the complete workflow.

* **Why it matters**: Nodes are the foundation of workflows in Flow Studio. By connecting nodes, you define the logic and sequence of your automation.

Get ready to create easy AI integrations in minutes with our quick guides!


---

# 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.dapta.ai/flow-studio/understanding-the-basics-of-ai-integrations.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.
