Skip to content

Commit

Permalink
Fix images - docs (Skyvern-AI#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
suchintan authored Jun 26, 2024
1 parent 3778094 commit 6071ce0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/getting-started/skyvern-in-action.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Skyvern can be instructed to navigate to job application websites like Lever.co
[💡 See it for yourself](https://app.skyvern.com/create/job_application)

<p align="center">
<img src="images/job_application_demo.gif"/>
<img src="/images/job_application_demo.gif" alt="Skyvern applying to a demo job on lever.co" />
</p>

## Automate transactions on e-commerce websites
Expand All @@ -18,7 +18,7 @@ Skyvern can be instructed to navigate to e-commerce websites, search for product
[💡 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" />
<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
Expand All @@ -29,25 +29,25 @@ Skyvern can navigate complex and boring government forms and fill them out with
./run_ui.sh california_edd
```
<p align="center">
<img src="images/edd_services.gif"/>
<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"/>
<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"/>
<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"/>
<img src="/images/invoice_downloading.gif"/>
</p>

0 comments on commit 6071ce0

Please sign in to comment.