> ## 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.

# Apps

<Note>
  🚧 These docs are still under construction. Reach out on [Discord](https://discord.com/invite/ZNSSttKqqq) if you'd like more information on anything about Agent Cloud.
</Note>

Apps in Agent Cloud are the core use case. These apps are what brings everything so far together. Agents, datasources, tools and tasks are all brought together to complete a final objective.<br />
There are two kinds of apps in Agent Cloud; Chat Apps and Process Apps.<br />

* `Chat Apps` are a chat between you and the agent(s), you can ask it questions about your data, have it analyse your data or just simply find data for you.
* `Process Apps` allow you to use AI to automate processes such as taking data from your datasources and making API calls with it, maniuplating data, generating data from your existing datasources etc...

## Chat Apps

The first topic to cover is what can you do with chat apps? See the below examples from the [tutorials]():<br />

<CardGroup cols={2}>
  <Card title="Marketing Insights" icon="megaphone" horizontal href="">
    A marketing chat app to use your marketing data to get usefuel insights into your marketing analytics.
  </Card>

  <Card title="Sales Insights" icon="messages-dollar" horizontal href="/documentation/get-started/quickstart">
    A sales app that allows you to find out what products are performing well and general sales trends within the data. This is created within the quickstart.
  </Card>

  <Card title="Customer Support" icon="phone" horizontal href="">
    A customer support app that can be used in conjunction with your support documentation to give customers fast, accurate and personalised support.
  </Card>
</CardGroup>
