# Cloud Content Delivery

> Use Unity's managed cloud service for live game updates to host and deliver game content worldwide without app reinstalls.

# Cloud Content Delivery

- [Overview](https://docs.unity.com/en-us/ccd.md): Use Unity's managed cloud service for live game updates to host and deliver game content worldwide without app reinstalls.

## Concepts

- [Authentication](https://docs.unity.com/en-us/ccd/authentication.md): Use a service account to authenticate with Cloud Content Delivery and understand the required roles for secure API access.
- [CCD command-line interface (UGS CLI)](https://docs.unity.com/en-us/ccd/cli.md): Use the command-line interface to manage Cloud Content Delivery buckets, entries, and release pipelines efficiently.
- [Insights](https://docs.unity.com/en-us/ccd/insights.md): Access detailed Cloud Content Delivery usage metrics related to downloads and errors with customizable filters.

## Tutorials

- [CCD Dashboard](https://docs.unity.com/en-us/ccd/dashboard.md): Manage buckets, entries, badges, and releases for Cloud Content Delivery with the Unity Dashboard interface.
- [CCD Management SDK](https://docs.unity.com/en-us/ccd/ccd-management-sdk.md): Install the Cloud Content Delivery Management SDK in the Unity Editor to configure and manage your content delivery workflow.
- [Use CCD via the UGS CLI](https://docs.unity.com/en-us/ccd/cli-walkthrough.md): Follow this workflow to use CCD through the UGS command line interface, such as to authenticate, create buckets, manage entries, and handle releases.
- [Insights usage](https://docs.unity.com/en-us/ccd/insights/usage.md): Track download and error metrics for your game with the Cloud Content Delivery Insights dashboard.
- [CCD + Addressables walkthrough](https://docs.unity.com/en-us/ccd/use-addressables-with-ccd.md): Follow this workflow to integrate the Addressable Asset system with Cloud Content Delivery for seamless content delivery.
- [Application size reduction with CCD](https://docs.unity.com/en-us/ccd/reduce-app-size.md): Reduce your initial application size by delivering game content through Cloud Content Delivery after players install the app.
- [Game Overrides integration with CCD](https://docs.unity.com/en-us/ccd/use-game-overrides-with-ccd.md): Use Remote Config and badges to integrate Game Overrides with Cloud Content Delivery so you can target content to specific audiences.

## Reference

- [Management Unity SDK](https://docs.unity3d.com/Packages/com.unity.services.ccd.management@latest/index.html?subfolder=/api/index.html)
- [CCD Management SDK](https://docs.unity.com/en-us/ccd/ccd-management-sdk.md): Install the Cloud Content Delivery Management SDK in the Unity Editor to configure and manage your content delivery workflow.
- [CCD REST API](https://docs.unity.com/en-us/ccd/rest-api.md): Access Cloud Content Delivery APIs via web endpoints to automate workflows without using the Unity Editor or SDK.
- [Admin REST API](https://services.docs.unity.com/content-delivery-management/v1/)
- [Client REST API](https://services.docs.unity.com/content-delivery-client/v1/)
- [CCD support](https://docs.unity.com/en-us/ccd/support.md): Get help from the Cloud Content Delivery support team for feature questions and performance concerns.
- [CCD FAQ](https://docs.unity.com/en-us/ccd/faq.md): Find answers to common questions about Cloud Content Delivery, such as bucket configuration, releases, and integration with your game.

## Privacy and consent

- [Privacy and consent](https://docs.unity.com/en-us/ccd/privacy-and-consent.md): Understand privacy requirements and data handling practices for when you implement Cloud Content Delivery, especially for Apple and Google platforms.
- [Privacy overview](https://docs.unity.com/en-us/ccd/privacy-and-consent/overview.md): Learn about privacy and data handling considerations when you implement Cloud Content Delivery in your game.
- [Apple privacy manifest](https://docs.unity.com/en-us/ccd/privacy-and-consent/apple-privacy-survey.md): Include a privacy manifest in your iOS app to declare what personal data Cloud Content Delivery collects, per Apple's policy.
- [Google Play data safety section](https://docs.unity.com/en-us/ccd/privacy-and-consent/google-data-safety.md): Declare what personal data Cloud Content Delivery collects in your Google Play data safety form for Google Play store submission.
