> ## Documentation Index
> Fetch the complete documentation index at: https://embedchain-user-dyadav-remove-pipeline.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

Embedchain comes with built-in support for various data sources. We handle the complexity of loading unstructured data from these data sources, allowing you to easily customize your app through a user-friendly interface.

<CardGroup cols={4}>
  <Card title="📰 PDF file" href="/components/data-sources/pdf-file" />

  <Card title="📊 CSV file" href="/components/data-sources/csv" />

  <Card title="📃 JSON file" href="/components/data-sources/json" />

  <Card title="📝 Text" href="/components/data-sources/text" />

  <Card title="📁 Directory/ Folder" href="/components/data-sources/directory" />

  <Card title="🌐 HTML Web page" href="/components/data-sources/web-page" />

  <Card title="📽️ Youtube Channel" href="/components/data-sources/youtube-channel" />

  <Card title="📺 Youtube Video" href="/components/data-sources/youtube-video" />

  <Card title="📚 Docs website" href="/components/data-sources/docs-site" />

  <Card title="📝 MDX file" href="/components/data-sources/mdx" />

  <Card title="📄 DOCX file" href="/components/data-sources/docx" />

  <Card title="📓 Notion" href="/components/data-sources/notion" />

  <Card title="🗺️ Sitemap" href="/components/data-sources/sitemap" />

  <Card title="🧾 XML file" href="/components/data-sources/xml" />

  <Card title="❓💬 Q&A pair" href="/components/data-sources/qna" />

  <Card title="🙌 OpenAPI" href="/components/data-sources/openapi" />

  <Card title="📬 Gmail" href="/components/data-sources/gmail" />

  <Card title="📝 Github" href="/components/data-sources/github" />

  <Card title="🐘 Postgres" href="/components/data-sources/postgres" />

  <Card title="🐬 MySQL" href="/components/data-sources/mysql" />

  <Card title="🤖 Slack" href="/components/data-sources/slack" />

  <Card title="💬 Discord" href="/components/data-sources/discord" />

  <Card title="🗨️ Discourse" href="/components/data-sources/discourse" />

  <Card title="📝 Substack" href="/components/data-sources/substack" />

  <Card title="🐝 Beehiiv" href="/components/data-sources/beehiiv" />

  <Card title="💾 Dropbox" href="/components/data-sources/dropbox" />

  <Card title="🖼️ Image" href="/components/data-sources/image" />

  <Card title="⚙️ Custom" href="/components/data-sources/custom" />
</CardGroup>

<br />

<Snippet file="missing-data-source-tip.mdx" />
