1# @ohos.app.ability.insightIntent (insightIntent) (System API) 2 3The **insightIntent** module provides APIs for InsightIntent calls. 4 5> **NOTE** 6> 7> The initial APIs of this module are supported since API version 11. Newly added APIs will be marked with a superscript to indicate their earliest API version. 8> 9> The APIs of this module can be used only in the stage model. 10> 11> This topic describes only system APIs provided by the module. For details about its public APIs, see [@ohos.app.ability.insightIntent (insightIntent)](js-apis-app-ability-insightIntent.md). 12 13## Modules to Import 14 15```ts 16import { insightIntent } from '@kit.AbilityKit'; 17``` 18 19## ExecuteMode 20 21Enumerates the InsightIntent call execution modes. 22 23**System capability**: SystemCapability.Ability.AbilityRuntime.Core 24 25| Name| Value| Description| 26| -------- | -------- | -------- | 27| SERVICE_EXTENSION_ABILITY | 3 | Start a ServiceExtensionAbility.<br>**System API**: This is a system API.| 28