# Autopilot+

## ✅  *<mark style="color:purple;">`What`</mark>* is it?

> ## *<mark style="color:purple;">`AI-powered browser automation tool`</mark>* that uses advanced LLMs and computer vision to automate web-based workflows.&#x20;

<figure><img src="https://1071261174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvf94LWPujeVCvHrvFOc9%2Fuploads%2FVrAd2NhqpTPa7uwyWiCu%2Fproducthunt_count.png?alt=media&#x26;token=4d3cc11c-3b09-4acf-92e6-139e35ac25e5" alt=""><figcaption><p><br></p></figcaption></figure>

<div><figure><img src="https://1071261174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvf94LWPujeVCvHrvFOc9%2Fuploads%2FIvYVuvpoL3VhBSsfKeqY%2Finteraction.gif?alt=media&#x26;token=1c369995-ccb6-4c0d-b8da-c911e2f5baee" alt="" width="320"><figcaption></figcaption></figure> <figure><img src="https://1071261174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvf94LWPujeVCvHrvFOc9%2Fuploads%2Fd5iEzBnax1e0ISHZYsUq%2Fgenerator.png?alt=media&#x26;token=3263653b-5545-4d07-bd65-0f5ac1d547ff" alt=""><figcaption></figcaption></figure> <figure><img src="https://1071261174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvf94LWPujeVCvHrvFOc9%2Fuploads%2FKMYh4tWaSa1HMbFUKXuK%2Fgenerator.gif?alt=media&#x26;token=16455c82-c5f5-4835-a195-f4abcbbbda8f" alt="" width="320"><figcaption></figcaption></figure></div>

### ...Features

* [x] **Automates** complex web-based processes.
* [x] **Human-in-the-Loop** setup!
* [x] **AI-Agent Swarms** based workflows
* [x] **100% SaaS** based subscription model!
* [x] **100% AI-driven browser automation** tool.&#x20;
* [x] Instead of relying on traditional DOM/XPath-based automation, it uses **visual understanding** and **LLMs to interact** **with websites directly**.
* [x] Uses swarm of agents to fully understand websites then plans and executes AI actions as instructed by you:
  1. **Interactable Element Agent**: This agent is responsible for parsing the HTML of a website and extracting the interactable elements.
  2. **Navigation Agent**: This agent is responsible for planning the navigation to complete a task. Examples include clicking buttons, inserting text, selecting options, etc.
  3. **Data Extraction Agent**: This agent is responsible for extracting data from a website. It's capable of reading the tables and text on the page, and extracting the output in a user-defined structured format
  4. **Password Agent**: This agent is responsible for filling out password forms on a website. It's capable of reading the username and password from a password manager, and filling out the form while preserving the privacy of the user-defined secrets.
  5. **2FA Agent**: This agent is responsible for filling out 2FA forms on a website. It's capable of intercepting website requests for 2FAs, and either requesting user-defined APIs for 2FA codes or waiting for users to feed 2FA codes into it, and then completing the login process.
  6. **Dynamic Auto-complete Agent**: This agent is responsible for filling out dynamic auto-complete forms on a website. It's capable of reading the options presented to it, selecting the appropriate option based on the user's input, and adjusting its inputs based on the feedback from inside the form. Popular examples include: Address forms, university dropdowns, and more.

### ...more Technical Details

* [x] It **leverages large language models (LLMs)** and computer vision to streamline web workflows.&#x20;
* [x] By integrating **advanced machine learning techniques**, it can intelligently interact with web interfaces UI, mimicking human behavior with remarkable accuracy.&#x20;
* [x] **Workflows** are a way to chain multiple tasks together to form a cohesive unit of work.

  For example, if you wanted to download all invoices newer than January 1st, you could create a workflow that first navigated to the invoices page, then filtered down to only show invoices newer than January 1st, extracted a list of all eligible invoices, and iterated through each invoice to download it.
* [x] Another example is if you wanted to automate purchasing products from an e-commerce store, you could create a workflow that first navigated to the desired product, then added it to a cart.
* [x] Second, it would navigate to the cart and validate the cart state.&#x20;
* [x] Finally, it would go through the checkout process to purchase the items.
* [x] **Supported workflows** include:
  * [x] Navigation
  * [x] Action
  * [x] Data Extraction
  * [x] Loops
  * [x] File parsing
  * [x] Uploading files to block storage
  * [x] Sending emails
  * [x] Text Prompts
  * [x] Tasks (general)
  * [x] (Coming soon in Beta now) Conditionals
  * [x] (Coming soon in beta now) Custom Code Block
* [x] **Core components:** implemented in the main source code directory&#x20;
  * [x] task orchestration
  * [x] model integration
  * [x] and visual element detection
* [x] &#x20;**2FA methods** to allow you to automate workflows that require 2FA:
  * [x] QR-based 2FA (e.g. Google Authenticator)
  * [x] Authy Email based 2FA
  * [x] SMS based 2FA
* [x] **Password manager** integrations:
  * [x] &#x20;Bitwarden
  * [x] &#x20;1Password
  * [x] &#x20;LastPass
* [x] **Downloading files from a website** capabilities. All downloaded files are automatically uploaded to block storage (if configured), and you can access them via the UI.
* [x] **Data Extraction:** You can also specify a `data_extraction_schema` directly within the main prompt to instruct the AI exactly what data you'd like to extract from the website, in jsonc format. The output will be structured in accordance to the supplied schema.
* [x] **Form Filling:** natively capable of filling out form inputs on websites. Passing in information via the `navigation_goal` will allow the AI to comprehend the information and fill out the form accordingly.
* [x] **Livestreaming:**&#x20;
  * [x] Allows you to livestream the viewport of the browser to your local machine so that you can see exactly what the AI is doing on the web.&#x20;
  * [x] This is useful for debugging and understanding how the AI is interacting with a website, and intervening when necessary

### ...Usage Tips

* [x] The AI Agents are really good at **carrying out single target goals**.&#x20;
* [x] **Too many instructions** will confuse the AI.
* [x] **Be explicit about goals** is very important.&#x20;
  * [x] e.g. if you're generating an insurance quote, let it know very clearly how it can identify it has accomplished its goals.&#x20;
  * [x] Use words like "COMPLETE" or "TERMINATE" to indicate success and failure modes, respectively.
* [x] **Chaining:** Workflows can be used if you'd like to do more advanced things such as chaining multiple instructions together, or securely logging in.&#x20;
* [x] If you need any help with this, please feel free to book some time with us. We're always happy to help you on your journey!

<figure><img src="https://1071261174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvf94LWPujeVCvHrvFOc9%2Fuploads%2FY18kQlBdNia62wmq12fy%2Fpartnered_Brands_bookings.png?alt=media&#x26;token=1be23e0b-ce6b-4a00-802c-5d809805ce1f" alt=""><figcaption></figcaption></figure>

{% embed url="<https://bookings.partnered-brands.com/booking>" %}

<div data-full-width="true"><figure><img src="https://1071261174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvf94LWPujeVCvHrvFOc9%2Fuploads%2FOtGNqt8lVXsZjO7kTFSd%2Fgemini.jpg?alt=media&#x26;token=7b93d4ea-4dda-4105-a2e6-fcb6670c5d61" alt="" width="375"><figcaption></figcaption></figure></div>

<div><figure><img src="https://1071261174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvf94LWPujeVCvHrvFOc9%2Fuploads%2FAh61naUThtKy85kSlUCY%2Fteamwork.gif?alt=media&#x26;token=68ddff7c-04ac-4f17-a2db-9e354fc43233" alt="" width="160"><figcaption></figcaption></figure> <figure><img src="https://1071261174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvf94LWPujeVCvHrvFOc9%2Fuploads%2FPDgqz94eOSuy72cARttU%2FOpenSource.png?alt=media&#x26;token=2a0d2c10-6e67-4dad-97d0-78323275b9b3" alt=""><figcaption></figcaption></figure> <figure><img src="https://1071261174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvf94LWPujeVCvHrvFOc9%2Fuploads%2FLkGwtO7pXvaXY5tHQq39%2FStripe%20Climate%20Badge%20-%20Large.png?alt=media&#x26;token=34f0e2d9-290f-4bd4-bfe4-2cbc8a0626df" alt="" width="188"><figcaption></figcaption></figure></div>

<div data-full-width="true"><figure><img src="https://1071261174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvf94LWPujeVCvHrvFOc9%2Fuploads%2FvUQGx64BEIE4z499Opiu%2Fbest_value.png?alt=media&#x26;token=5cbd250a-b4cb-410e-85db-2f5578a82985" alt=""><figcaption></figcaption></figure></div>

<div data-full-width="true"><figure><img src="https://1071261174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvf94LWPujeVCvHrvFOc9%2Fuploads%2FwhbGm3NzNq8pPJK4j0bk%2Fshopzyte_fight_inflation.png?alt=media&#x26;token=e465f62a-02ac-453d-996e-3423c125fb1e" alt=""><figcaption></figcaption></figure> <figure><img src="https://1071261174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvf94LWPujeVCvHrvFOc9%2Fuploads%2FcX3hGI0krMF1IU3HHPSh%2Fseven_core_modules_erpplus.gif?alt=media&#x26;token=51c26831-29a5-498f-8443-2e21996629fd" alt="" width="160"><figcaption></figcaption></figure></div>

## ✅ *<mark style="color:purple;">`Book`</mark>*-a-Call

## ...get *<mark style="color:purple;">`custom`</mark>* Help!

<div><figure><img src="https://1071261174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvf94LWPujeVCvHrvFOc9%2Fuploads%2FY18kQlBdNia62wmq12fy%2Fpartnered_Brands_bookings.png?alt=media&#x26;token=1be23e0b-ce6b-4a00-802c-5d809805ce1f" alt=""><figcaption></figcaption></figure> <figure><img src="https://1071261174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvf94LWPujeVCvHrvFOc9%2Fuploads%2FXuURY2u9PABHkQTIRWmn%2Fbook.gif?alt=media&#x26;token=8cc6502b-5a25-4b8a-8275-e512b1463113" alt="" width="160"><figcaption></figcaption></figure></div>

{% embed url="<https://bookings.partnered-brands.com/booking>" %}

<figure><img src="https://1071261174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvf94LWPujeVCvHrvFOc9%2Fuploads%2FCWpK5wGYgzV9aaREpMzo%2FAmazing(1).png?alt=media&#x26;token=1ad2b236-6d57-4d47-8ef9-7aac47cf4870" alt=""><figcaption></figcaption></figure>

<div data-full-width="true"><figure><img src="https://1071261174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvf94LWPujeVCvHrvFOc9%2Fuploads%2FEswsnRPNgz1mfHZIjTbT%2Ftoolsplus_workforce.png?alt=media&#x26;token=a603e504-b93c-408c-a6d3-9602c2f5deca" alt=""><figcaption></figcaption></figure> <figure><img src="https://1071261174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvf94LWPujeVCvHrvFOc9%2Fuploads%2Fj71Ch7d0FlfLsaCjB69g%2Fworkforceplus.gif?alt=media&#x26;token=926b8fdd-caa1-4c04-bfb9-ad5c6c322e17" alt="" width="160"><figcaption></figcaption></figure></div>

<div data-full-width="true"><figure><img src="https://1071261174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvf94LWPujeVCvHrvFOc9%2Fuploads%2FxFeJ0eUEdmC3ImdDH9kG%2Fplus.gif?alt=media&#x26;token=9dbcbc23-66b0-4cdf-9563-c98eb1d67c1d" alt="" width="219"><figcaption></figcaption></figure></div>

{% content-ref url="../../../myagents.plus/plus...boosts" %}
[plus...boosts](https://nexas-ridewiz.gitbook.io/myagents.plus/myagents.plus/plus...boosts)
{% endcontent-ref %}

<div data-full-width="true"><figure><img src="https://1071261174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvf94LWPujeVCvHrvFOc9%2Fuploads%2FbcT2EPuL50Qf5khzlddi%2FShopzyte_Affiliates_Earn_30%25.png?alt=media&#x26;token=881a8362-9318-4105-8a69-af17b96d5b11" alt=""><figcaption></figcaption></figure> <figure><img src="https://1071261174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvf94LWPujeVCvHrvFOc9%2Fuploads%2FE4ZpLCtswPZuvE8p1ABs%2F360-view.gif?alt=media&#x26;token=2d97f2f0-cc25-49d9-b8cb-6d5ec7fb147c" alt="" width="160"><figcaption></figcaption></figure></div>

<div data-full-width="true"><figure><img src="https://1071261174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvf94LWPujeVCvHrvFOc9%2Fuploads%2FR4PVkOu0RPE6dQzATSoz%2FWelcome_hi.webp?alt=media&#x26;token=01787483-b217-4e04-baf1-48200bb3d209" alt="" width="207"><figcaption></figcaption></figure> <figure><img src="https://1071261174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvf94LWPujeVCvHrvFOc9%2Fuploads%2FhvtXT43tOyUfXeZrhII9%2Fshopzyte_logo_2.png?alt=media&#x26;token=aed8ba56-0f64-45da-8225-f3a523ee303f" alt="" width="128"><figcaption></figcaption></figure></div>

<div data-full-width="true"><figure><img src="https://1071261174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvf94LWPujeVCvHrvFOc9%2Fuploads%2FgB13aO1RNJ36UbWeMRU6%2FHelp_Now_Please.png?alt=media&#x26;token=2a964ec4-312d-420d-8e6a-301cb5bd5be7" alt=""><figcaption></figcaption></figure></div>

{% embed url="<https://donate.doctorswithoutborders.org/secure/help-save-lives-oct-rr-paid?gclid=CjwKCAjw1t2pBhAFEiwA_-A-NGX60xMDYBu6hI0Fq9YE-8VCGjBJCB873G31hXSfpSiheFvYDQtsyhoCVtUQAvD_BwE&ms=ADD2310U1U76&utm_campaign=NONBRAND_CKMSF-NONBRAND-GS-GS-ALL-GazaRR.Exact-BO-ALL-RSA-GazaSupportRR23-ONETIME&utm_medium=cpc&utm_source=google>" %}

[© Copyright 2025](https://nexas-ridewiz.gitbook.io/myagents.plus/permits-or-...more/copyrights) Shopzyte (brand) Partnered Brands Marketplace Tools by [Lisaiceland (DBA)](https://lisaiceland.com). Proudly made with 💞in the USA. An opensource partnered project that has AI with Blockchain, and a mainstay climate mitigation feature. All registrations and rights are protected and reserved worldwide.
