Migrate docs to fern (#1652)

This commit is contained in:
Suchintan
2025-01-27 10:06:11 -05:00
committed by GitHub
parent 2100174a1b
commit bf2d9ef737
101 changed files with 4437 additions and 0 deletions

View File

@@ -0,0 +1,55 @@
---
title: Skyvern In Action
subtitle: Examples of Skyvern running in production
slug: getting-started/skyvern-in-action
---
## Automatically apply to jobs on sites like Lever.co
Skyvern can be instructed to navigate to job application websites like Lever.co and automatically generate answers, fill out and submit the job application.
[💡 See it for yourself](https://app.skyvern.com/create/job_application)
<p align="center">
<img src="../images/job_application_demo.gif" alt="Skyvern applying to a demo job on lever.co" />
</p>
## Automate transactions on e-commerce websites
Skyvern can be instructed to navigate to e-commerce websites, search for products, and add them to cart. Skyvern can even purchase the underlying items!
[💡 See it for yourself](https://app.skyvern.com/create/finditparts)
<p align="center">
<img src="../images/finditparts_recording_crop.gif" alt="Skyvern adding products to cart on finditparts.com" />
</p>
## Navigating to government websites to register accounts or fill out forms
Skyvern can navigate complex and boring government forms and fill them out with given information. It's especially powerful because the forms can change their layouts, and Skyvern will continue filling them out correctly.
[💡 See it for yourself](https://app.skyvern.com/create/california_edd)
```
./run_ui.sh california_edd
```
<p align="center">
<img src="../images/edd_services.gif"/>
</p>
## Retrieving insurance quotes from insurance providers in any language
Skyvern can navigate complex multi-part forms and fill out forms in any language
[💡 See it for yourself](https://app.skyvern.com/create/geico)
<p align="center">
<img src="../images/bci_seguros_recording.gif"/>
</p>
[💡 See it for yourself](https://app.skyvern.com/create/bci_seguros)
<p align="center">
<img src="../images/geico_shu_recording_cropped.gif"/>
</p>
## Log into a portal and download invoices
Skyvern can log into a website, navigate until it finds a page with invoices, and download the invoices
<p align="center">
<img src="../images/invoice_downloading.gif"/>
</p>