Skip to main content
Register now for TDX! Join the must-attend event to experience what’s next and learn how to build it.

Deploy the Coral Cloud Sample App

Learning Objectives

In this project, you’ll:

  • Deploy the Coral Cloud sample app.
  • Identify use cases for the app.
  • Explore the Coral Cloud sample app implementation.
Note

New Agentforce Builder Generally Available!

Agentforce has gotten an upgrade! In February 2026, the new agent building experience became generally available. This badge uses the legacy builder instead of the new builder, but it’ll be updated soon. To get started with the new builder now, complete the Take a Tour of the New Agentforce Builder trail or read more in the Agentforce documentation.

Before You Start

Before you take the steps in this hands-on project, make sure you complete Quick Start: Lightning Web Components. The first two steps of that badge walk through setting up your Salesforce DX development environment, which you’ll need for this project.

Note

To work with metadata in a Salesforce org, you need a set of tools we call Salesforce DX (Developer Experience). It includes the Salesforce Command Line Interface (CLI) and Visual Studio Code, which, with the Salesforce Extension Pack, is the recommended code editor for developing on the Salesforce Platform.

Introducing the Coral Cloud Sample App

In this project, you deploy and explore the Coral Cloud sample app. This application helps Coral Cloud, a fictional resort, deliver highly personalized guest experiences using Data 360 and Agentforce.

Explore how Coral Cloud Resorts unifies data across different systems with Data 360. And learn how the resort uses Agentforce Builder and Prompt Builder to provide generative AI capabilities to its users. Let’s jump in!

Salesforce record that shows the details of the Aqua Fitness in Paradise experience.

About This Project

In this Quick Start project, you install an app from the Salesforce Developers Sample Apps. The sample app has examples and metadata that you can use to learn about Data 360 configuration, how to build with Apex and flows for generative AI, and how to configure custom agents with Agentforce Builder.

If you’d like to learn more about the sample app gallery, see Quick Start: Tour the Sample App Gallery

Sign Up for a Custom Playground with Data 360 and Agentforce

To complete this project, you need a special, limited-time custom playground that contains Agentforce and our sample data.

  1. Click Create Playground.
  2. Your new org is automatically attached to your Trailhead account!
  3. Make note of your org's expiration date and complete this badge before then.

Get Git Command Line

To clone the repository that contains the sample app, you use Git, a version control system. Follow the instructions below to install Git:

  1. Install Git from https://git-scm.com/downloads. If you are a macOs user, follow the Homebrew installation instructions). Accept all of the default installation settings.
  2. Confirm that Git is installed. To do this, in Terminal (macOS) or Command Prompt (Windows), enter this command:
    git

The output should be a list of git commands.

Deploy the App

  1. Deploy the app to your Trailhead Playground org by following the instructions from the project readme.

Congratulations! You’ve successfully set up the Coral Cloud sample app. Now, let’s dive into the app!

Share your Trailhead feedback over on Salesforce Help.

We'd love to hear about your experience with Trailhead - you can now access the new feedback form anytime from the Salesforce Help site.

Learn More Continue to Share Feedback