

# Create your application for Amazon Connect Customer AI agent workspace
<a name="getting-started-create-application"></a>

An application is a website that can be loaded from an HTTPS URL into an iframe in the Amazon Connect Customer AI agent workspace. It can be built using any frontend framework and hosted anywhere as long as it can be loaded by the user’s browser and supports being embedded. In addition to being accessible by the user, the application must integrate the [Amazon Connect SDK](https://github.com/amazon-connect/AmazonConnectSDK) to establish secure communication between the application and the agent workspace allowing the application to receive events and data from the workspace.

**Topics**
+ [Install the Amazon Connect SDK](getting-started-install-sdk.md)
+ [Using Connect SDK without package manager](sdk-without-package-manager.md)
+ [Initialize the Amazon Connect SDK in your application](getting-started-initialize-sdk.md)
+ [Events and requests](getting-started-events-and-requests.md)
+ [Application authentication](getting-started-authentication.md)
+ [Integrate with agent data](integrate-with-agent-data.md)
+ [Integrate with contact data](integrate-with-contact-data.md)
+ [Lifecycle events](integrating-with-agent-workspace-lifecycle-events.md)
+ [Apply a theme](integrating-with-agent-workspace-theme.md)