What problem does it solve? Setting up RAL (Resource Access Layer) correctly differs between GDP and non-GDP services, and misconfigured initialization or routing strategies cause cross-region traffic failures that are hard to diagnose. ## Core Features & Use Cases - Initialization Guidance: Step-by-step setup for GDP services via regionrouter plugin and non-GDP services via bridge.Init with framework adapters for Kitex, Hertz, Ginex, Consumer, and FaaS. - Traffic Scheduling Configuration: Configure Topology, StoreRegion, VideoRegion, and Custom routing strategies in conf/ral/services/rpc.yaml with method-level granularity. - Build Script Adaptation: Modify build.sh to recursively copy RAL configuration files for non-GDP services. - Use Case: A developer needs to route RPC calls to the data home region based on user ID. This Skill guides them to configure the storeregion strategy with EntIDGetter and IDField, then verify via target_vregion in logs. ## Quick Start Ask the AI to initialize RAL in your non-GDP Kitex service and configure a storeregion routing strategy for a specific RPC method.