1# BundleInfo (System API)
2
3The **BundleInfo** module defines the bundle information. A third-party application can obtain its own bundle information through [bundleManager.getBundleInfoForSelf](js-apis-bundleManager.md#bundlemanagergetbundleinfoforself), with [bundleFlags](js-apis-bundleManager.md#bundleflag) set to the information to be contained in the returned [BundleInfo](js-apis-bundleManager-bundleInfo.md).
4
5> **NOTE**
6>
7> The initial APIs of this module are supported since API version 9. Newly added APIs will be marked with a superscript to indicate their earliest API version.
8>
9> This topic describes only system APIs provided by the module. For details about its public APIs, see [[BundleInfo](js-apis-bundleManager-bundleInfo.md).
10
11## AppCloneIdentity<sup>14+<sup>
12
13Describes the identity information of an application clone.
14
15**System capability**: SystemCapability.BundleManager.BundleFramework.Core
16
17| Name     | Type          | Read-Only| Optional| Description                       |
18| --------- | -------------- | ---- | ---- | --------------------------- |
19| bundleName | string         | Yes  | No  | Bundle name of the application.         |
20| appIndex | number | Yes  | No  | Index of the application clone.|
21