# Hosted Embedded Experience
In the hosted embedded experience, customers will finalize all their remaining quote customizations on Root's property.
**Quote Customization Actions Provide in Hosted Experience**
* Adding/removing/updating drivers
* Adding/removing/updating vehicles
* Selecting/unselecting coverages (per policy, vehicle or suggested)
* Selecting invoice period
* Providing payment method (currently only credit cards)
# Hosted Sequence Diagram
## 5. Generate Bridge Link
*← See[Getting Started](https://root-bind-api.readme.io/docs/getting-started) for steps 1-4*
You can generate bridge link by hitting [our Create bridge link endpoint](https://root-bind-api.readme.io/reference/createbridgelink#/) at any time during the quoting process, and Root's hosted experience can be used to complete the quote through bind!
*Note: When generating a customer's bridge link, developers are in control of how that customer returns to their product via success and cancel URLs.*
```text Create bridge link request URL
POST: https://{environment}.joinroot.com/bind_api/v3/quoting/quote/{quote_id}/bridge_link
```
> 📘 Generated bridge links are one-time use and expire after 12 hours
## 6. Determine user interaction with the bridge link
After deciding how a customer can interact with the bridge link, it's hands-off until the customer returns from Root's property.