> ## Documentation Index
> Fetch the complete documentation index at: https://docs.convictionai.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Automation Studio

## Introduction

Automation Studio allows you to create automations by describing what you want to do. Browse the web, take actions, or scrape websites. Watch Conviction Assistant work in the browser.

In Studio, Conviction Assistant interacts with a maximum of **2 web pages** to ensure fast automation creation.

For data extraction, Conviction Assistant will output a **JSON object** with the data you requested.

## How to use it

<Steps>
  <Step title="Open Studio through Generate" />

  <Step title="Describe your automation">
    Conviction Assistant will generate an automation based on your description. It's capable of a wide range of use cases.
    To interact with sites that require user logins, [connect your user accounts](/integrations) first.

    Some examples:

    * **Web scraping**: Go to Amazon and search for dish soap. Give me top 10 results, and return these fields: name, price, and availability.
    * **Action**: Fill out this form (insert a link to form) with the following fields: name, email, and phone number.
    * **Summarization**: Summarize this support forum post (insert a link)
  </Step>

  <Step title="Approve or add to the automation assistant's plan of action">
    Conviction Assistant will come up with a plan before running the automation. You can either approve it, or ask it to improve it by adding instructions.

    <img src="https://mintcdn.com/convictionai/HYs4DjizGPoaKvSC/demo-images/approve.png?fit=max&auto=format&n=HYs4DjizGPoaKvSC&q=85&s=70c4cf0b0fee72aa09f4b1582bc7f6ce" alt="Approve" width="1194" height="1058" data-path="demo-images/approve.png" />

    If you decide to add instructions, it will re-generate the plan of action for approval.

    <img src="https://mintcdn.com/convictionai/HYs4DjizGPoaKvSC/demo-images/feedback.gif?s=d919ae4c299a542c0662f8eef58b3856" alt="Approve" width="852" height="480" data-path="demo-images/feedback.gif" />
  </Step>

  <Step title="Save your automation">
    Click the "Save" button to run it from [Automations Created](/automations-created) or use it as an [API](/api-reference).
  </Step>
</Steps>
