# Quickstarts

> The following guide provides step-by-step instructions to help you create a working sample of the different activities so that you can verify the connection to your Form Recognizer Azure resource and get familiar with the input/output properties.

The following guide provides step-by-step instructions to help you create a working sample of the different activities so that you can verify the connection to your Form Recognizer Azure resource and get familiar with the input/output properties.

 <colgroup>
  <col/>
  <col/>
 </colgroup>
 
  
     Quickstart  
     Description  
  
 
 
  
     Train and Get Models  
     After completing the steps in this guide, you'll have an automation sequence that does the following: 
      
         Establishes a connection to your Azure Form Recognizer resource (  Azure Form Recognizer Scope  ). 
         Creates a new custom training model using the source form documents that you stored during Setup (  Train Model  ). 
         Retrieves and outputs the status of the train model operation (  Do While  ,  Get Model Info  , and  Write Line  ). 
         Retrieves and outputs the keys extracted during the training model operation (  Get Model Keys  ,  For Each  , and  Write Line  ). 
         Deletes the new custom training model that you created (  Delete Model  ).
