mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-26 13:18:34 +07:00
34 lines
1.3 KiB
Plaintext
34 lines
1.3 KiB
Plaintext
---
|
|
title: "Introduction"
|
|
mode: "wide"
|
|
---
|
|
|
|
Dify is an open-source platform for building agentic workflows. It lets you define processes visually, connect your existing tools and data sources, and deploy AI applications that solve real problems.
|
|
|
|

|
|
|
|
<CardGroup cols={3}>
|
|
<Card title="Quick Start" icon="play" href="/en/use-dify/getting-started/quick-start">
|
|
Start shipping powerful apps in minutes
|
|
</Card>
|
|
<Card title="Concepts" icon="highlighter" iconType="regular" href="/en/use-dify/getting-started/key-concepts">
|
|
Core Dify building blocks explained
|
|
</Card>
|
|
<Card title="Self Host" icon="arrow-down-to-line" href="/en/self-host/quick-start/docker-compose">
|
|
Deploy Dify on your own laptop / server
|
|
</Card>
|
|
<Card title="Forum" icon="message" href="https://forum.dify.ai">
|
|
Trade notes with the community
|
|
</Card>
|
|
<Card title="Changelog" icon="bell" href="https://github.com/langgenius/dify/releases">
|
|
What's changed over past releases
|
|
</Card>
|
|
<Card title="Tutorials" icon="lightbulb" href="/en/use-dify/tutorials/customer-service-bot">
|
|
Example Dify use case walkthroughs
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
<Info>
|
|
The name Dify comes from **D**o **I**t **F**or **Y**ou.
|
|
</Info>
|