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

# Agent Cloud - Talk to Your Data

Learn how to get up and running with AgentCloud through guides, tutorials and platform resources.

## What is Agent Cloud?

Agent Cloud enables companies to host their own AI App platform. (imagine a self hosted GPT builder platform with extra goodies)

There are two types of apps you can build and deploy to your employees.

<CardGroup cols={2}>
  <Card title="Conversational Chat Apps" icon="message" href="/demo-chat-rag-bigquery">
    These are similar to Open AI GPTs enabling you to build single agent chat apps except they can use any LLM, can access a library of tools as well as retrieve knowledge from hundreds of data sources.
  </Card>

  <Card title="Process Apps" icon="sitemap">
    These enable you to automate processes by allocating goals and tasks for agents to complete.
  </Card>
</CardGroup>

## App Type Use Cases

Agent Cloud offers flexibility in app types, allowing for various use cases across industries.

<Accordion title="Customer Support">
  Deploy conversational chat apps to handle customer inquiries and support tickets efficiently.
</Accordion>

<Accordion title="Internal Knowledge Base">
  Create process apps to automate internal workflows, such as employee onboarding or document approval processes.
</Accordion>

<Accordion title="Data Analysis">
  Utilize conversational chat apps to analyze and query data from multiple sources, empowering teams to make data-driven decisions.
</Accordion>

<Accordion title="Fully Local Deployment">
  Deploy Agent Cloud entirely on-premises or within a private cloud environment to ensure maximum control over data privacy and sovereignty. This deployment option is ideal for organizations with strict regulatory requirements or sensitive data handling policies.
</Accordion>

<Accordion title="Education and Training">
  Create interactive learning experiences using conversational chat apps powered by Agent Cloud. Educators can leverage AI to deliver personalized tutoring, simulate real-world scenarios, and facilitate collaborative learning environments.
</Accordion>

<Accordion title="Financial Services">
  Implement AI-driven solutions in the financial services sector to enhance customer service, automate routine tasks, and mitigate risks. Agent Cloud can power chatbots for banking inquiries, fraud detection algorithms, and personalized financial advisory services, improving operational efficiency and customer satisfaction.
</Accordion>

<Accordion title="Healthcare Solutions">
  Develop AI-powered healthcare applications to streamline patient care, medical diagnostics, and administrative processes. Agent Cloud can support virtual healthcare assistants, medical chatbots, and remote patient monitoring systems, improving access to healthcare services and optimizing workflows for healthcare providers.
</Accordion>

### App Ecosystem Architecture Overview

<Frame caption="Organizational and Functional Map">
  <img src="https://mintcdn.com/rna/G04fBABrzw_cNbF_/images/functional-map.png?fit=max&auto=format&n=G04fBABrzw_cNbF_&q=85&s=6acd3e9e5f8718ebb6cfd2e600307300" alt="Diagram of the functional structure of the app showing connections between teams, users, permissions, and system components in Agent Cloud" width="1582" height="1024" data-path="images/functional-map.png" />
</Frame>

## Building Blocks of Our Chat Ecosystem

In order to build an end to end scalable platform that empowers companies to deploy fully private LLM chat apps for their employees,
the application must be self hostable and able to use open source embeddings and LLMs.
To mitigate hallucination, companies also need scalable RAG.
So we decided to power the end-to-end creation of these two apps.

This includes:

1. RAG as a Service which comes which enables you to sync and embed data from hundreds of data sources with a built in vector DB.
   To accomplish this we have abrstacted away both Airbyte (ELT) and Qdrant (Vector DB)

<Frame>
  <img src="https://mintcdn.com/rna/G04fBABrzw_cNbF_/images/updated-end-to-end-RAG-a-a-S.png?fit=max&auto=format&n=G04fBABrzw_cNbF_&q=85&s=b9711901bcb494d5d9a044b008a1aab0" alt="End to End RAG-a-a-S by Agent Cloud" width="1582" height="1024" data-path="images/updated-end-to-end-RAG-a-a-S.png" />
</Frame>

2. Multi agent engine which enables you to create tasks and assign them to a group of agents.
   To accomplish this we have abrstacted a langchain based multi agent runtime called crewai.

<Frame caption="Augmented Human/AI teams">
  <img src="https://mintcdn.com/rna/G04fBABrzw_cNbF_/images/ai-teams.png?fit=max&auto=format&n=G04fBABrzw_cNbF_&q=85&s=f84d4b846faa84802546cfed04abca7d" alt="Augmented Human/AI teams" width="2082" height="1024" data-path="images/ai-teams.png" />
</Frame>

<Frame caption="Augmented Human/AI tasks">
  <img src="https://mintcdn.com/rna/G04fBABrzw_cNbF_/images/ai-tasks.png?fit=max&auto=format&n=G04fBABrzw_cNbF_&q=85&s=abfc26fabaa3ff7e08ecd0a562b87196" alt="Augmented Human/AI tasks" width="2082" height="1024" data-path="images/ai-tasks.png" />
</Frame>

### Imagine having your own Open AI GPT builder platform

Except with 4 key differences:

1. Self host it on your companies cloud (keeping your data secure) - for open source users only
2. Connect to any LLM (Ollama, LM Studio, Open AI, Azure Open AI - with more coming)
3. Create RAG chat apps that retrieve knowledge from than just files, and can sync data from [hundreds of datasources](https://agentcloud.dev/integrations)
4. Create multi agent apps that can help you automate manual processes

### Managed version

<Info>
  Sign up to our cloud version [here](https://app.agentcloud.dev/register)
</Info>

### Stay Connected

1. Need Some Help? [Join our Discord server](https://discord.gg/4WBdXsyJzN)
2. Latest Product Updates? [See Changelog](https://github.com/rnadigital/agentcloud/blob/master/CHANGELOG.md)
