> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chatfly.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Discover the Power of ChatFly - Your Intelligent AI Chatbot Builder

**ChatFly** is an AI chatbot builder that utilizes artificial intelligence to analyze your data and allows you to integrate a chat widget into your website. Simply upload a document or provide a link to your website, and you'll have a chatbot capable of answering questions related to the content.

You will even be able to specify a webhook URL on your own server.
Our backend would make an API call to your server whenever the end-user asks a triggering question,
with the inbound query and session information.
This documentation serves as a guide for accessing your ChatFly account using an API.
To get started with the ChatFly API, you will need at least one API Key.

### Get Started with ChatFly API

To embark on this journey, you'll need at least one API Key. Let's dive into the essentials:

<img src="https://mintcdn.com/chatfly/68HzF9gC0Zu9PgZd/images/landing-page.png?fit=max&auto=format&n=68HzF9gC0Zu9PgZd&q=85&s=8f9d17d33014a81d3bb12f9fe80e30bb" alt="ChatFly in Action" width="1384" height="774" data-path="images/landing-page.png" />

## Quick Start

Welcome to the fast lane of integrating ChatFly's powerful API into your projects. Whether you're looking to enhance user interactions on your website or explore the depths of AI-driven chatbots, our Quick Start guide will get you up and running in no time.

<CardGroup cols={2}>
  <Card title="Create Your API Key" icon="key" href="/documentation/quickstart/create-api-key">
    Create your API Key to gain access to our powerful APIs. This is your first step towards unlocking the full
    potential of ChatFly.
  </Card>

  <Card title="Create Bot" icon="robot" href="/documentation/quickstart/create-bot">
    In this guide, we will walk through the process of manage a chatbot using an API.
  </Card>

  <Card title="Upload Data Sources" icon="upload" href="/documentation/quickstart/upload-data-sources">
    Learn how to upload data sources to your chatbot using the ChatFly API.
  </Card>

  <Card title="Start Chatting with Bot" icon="message-captions" href="/documentation/quickstart/start-chatting-with-bot">
    Learn how to initiate a conversation with your ChatFly bot using streaming responses from the ChatFly API.
  </Card>
</CardGroup>

## Community

Connect with us, share your thoughts, or seek assistance. Your journey with ChatFly is our collective adventure.

<CardGroup cols={3}>
  <Card title="Discord" icon="discord" href="https://discord.com/invite/vV2skbyb">
    Chat with us. Your questions and insights are always welcome.
  </Card>

  <Card title="Facebook" icon="facebook" href="https://www.facebook.com/chatflycrm">
    Get our latest news. Stay connected with the ChatFly community.
  </Card>

  <Card title="Github" icon="github" href="https://github.com/Chat-Fly">
    Follow our progress. Contribute, stay informed, and be part of the development journey.
  </Card>
</CardGroup>

Let's build something incredible together! 🚀✨
