ColdFusion provides many ways to instantiate CFCs and invoke CFC methods. The following table lists the techniques, including the ColdFusion tags and functions that you use:
| Invocation | Description | For more information | 
|---|---|---|
| 
 
  | 
    
 Invokes a component method. Can invoke methods of a CFC instance or invoke the methods transiently.  | 
    |
| 
 
  | 
    
 Invoke methods and access properties of a component instance.  | 
    |
| 
 URL   | 
    
 Transiently invokes a component method by specifying the component and method names in the URL string.  | 
    |
| 
 Form control  | 
    
 Transiently invokes a component method using the HTML   | 
    |
| 
 Flash Remoting  | 
    
 ActionScript can transiently invoke component methods.  | 
    |
| 
 Web services  | 
    
 The   | 
    
 See Using Web Services.  |