# Agentflows

Introducing Agentic AI Systems in Tailwinds

Tailwind's Agentic AI systems allow you to build conversational AI workflows that can interact with external tools and data sources.

Two main architectures are available: **Multi-Agent** and **Sequential Agent**. These provide different approaches for managing the flow of information and decision-making within your AI system.

{% hint style="success" %}
This section dives into these architectures to provide a clear understanding of their strengths and weaknesses, helping you choose the best approach for your specific needs.
{% endhint %}


---

# 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://tailwindsdocs.innovativesol.com/readme/agentflows.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.
