Examples
Big Bank plc
Customer
Customer: Mobile App

Customer: Mobile application

We may visualize interactions with the mobile application:

views {
 
  view mobileApp of mobileApp {
    include
      *,
      internetBankingSystem,
      internetBankingSystem.apiApplication,
      mobileApp -> internetBankingSystem.apiApplication.*
 
    style * {
      color secondary
    }
 
    style apiApplication, internetBankingSystem {
      color muted
    }
 
    style mobileApp {
      color green
    }
  }
 
}

The diagram:

rendering...