1# Form Kit
2- [Introduction to Form Kit](formkit-overview.md)
3- Service Widget Development in Stage Model
4  - Developing an ArkTS Widget
5    - [ArkTS Widget Working Principles](arkts-ui-widget-working-principles.md)
6    - [ArkTS Widget Related Modules](arkts-ui-widget-modules.md)
7    - ArkTS Widget Development
8      - [Creating an ArkTS Widget](arkts-ui-widget-creation.md)
9      - [Configuring Widget Configuration Files](arkts-ui-widget-configuration.md)
10      - [Widget Lifecycle Management](arkts-ui-widget-lifecycle.md)
11      - Widget Page Development
12        - [Widget Page Capability Overview](arkts-ui-widget-page-overview.md)
13        - [Using Animations in the Widget](arkts-ui-widget-page-animation.md)
14        - [Applying Custom Drawing in the Widget](arkts-ui-widget-page-custom-drawing.md)
15      - Widget Event Development
16        - [Widget Event Capability Overview](arkts-ui-widget-event-overview.md)
17        - [Redirecting to a UIAbility Through the router Event](arkts-ui-widget-event-router.md)
18        - [Launching a UIAbility in the Background Through the call Event](arkts-ui-widget-event-call.md)
19        - [Updating Widget Content Through the message Event](arkts-ui-widget-event-formextensionability.md)
20        - [Updating Widget Content Through the router or call Event](arkts-ui-widget-event-uiability.md)
21      - Widget Data Interaction
22        - [Widget Data Interaction Overview](arkts-ui-widget-interaction-overview.md)
23        - [Configuring a Widget to Update Periodically](arkts-ui-widget-update-by-time.md)
24        <!--Del-->
25        - [Updating Widget Content Through a Proxy](arkts-ui-widget-update-by-proxy.md)
26        <!--DelEnd-->
27        - [Updating Local and Online Images in the Widget](arkts-ui-widget-image-update.md)
28        - [Updating Widget Content by State](arkts-ui-widget-update-by-status.md)
29    <!--Del-->
30    - [Widget Host Development (for System Applications Only)](widget-host-development-guide.md)
31    <!--DelEnd-->
32  - [Developing a JS Widget](js-ui-widget-development.md)
33- [Service Widget Development in FA Model](widget-development-fa.md)
34