Policy Flow

<div>
  <body>
    <style>
      span {
        color: #0097A7;
      }
    </style>
    <p>
      A Policy receives all of the same data that was on the Quote object including Coverages, Effective and Term End dates, Insured Risk Properties and Entities. For example the <span>primary_named_insured</span> called out on a Quote application would become the same <span>primary_named_insured</span> on the Policy. To transition a Quote into a Policy you POST to the /policies endpoint containing the Quote ID. Assuming that the Quote is in a <span>convertible</span> status a Policy will be generated and delivered.
    </p>
  </body>
</div>

## Policy Generation Walkthrough

Extending the Quote flow from before you can follow through to Policy creation.

![758](https://files.readme.io/892d284-Screen_Shot_2020-10-02_at_8.51.03_AM.png "Screen Shot 2020-10-02 at 8.51.03 AM.png")

What’s Next