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

# Introduction

> Learn AskUI by building your first AI agent

Welcome to the AskUI tutorials section. Here you'll find step-by-step guides that teach you how to use AskUI through hands-on examples. Each tutorial builds on the previous one, taking you from installation to creating sophisticated AI agents.

## What You'll Learn

Our tutorials are designed to give you practical experience with AskUI's core features:

* Setting up your development environment
* Understanding the basics of AI-powered UI automation
* Building your first agent to automate a real task
* Working with different platforms and devices
* Best practices for reliable automation

## Tutorial Path

<Steps>
  <Step title="Installation">
    Set up your system and install required dependencies. Learn what you need before starting with AskUI.

    [Start with Installation →](/01-tutorials/00-installation)
  </Step>

  <Step title="Your First Agent">
    Build your first AI agent that automates a shopping task on Amazon. This hands-on tutorial introduces core concepts while creating something practical.

    [Begin Your First Agent →](/01-tutorials/01-your-first-agent)
  </Step>

  <Step title="Web Automation Patterns">
    Master essential patterns for reliable web automation. Learn to handle forms, popups, dynamic content, and more through practical examples.

    [Learn Web Patterns →](/01-tutorials/03-web-automation-patterns)
  </Step>
</Steps>

## Who These Tutorials Are For

* **Developers** new to AI-powered automation
* **QA Engineers** looking to enhance their testing toolkit
* **Anyone** interested in building AI agents for UI automation

## Learning Tips

<CardGroup cols={2}>
  <Card title="Follow Along" icon="computer">
    Run the code examples on your own machine for the best learning experience
  </Card>

  <Card title="Experiment" icon="flask">
    Try modifying the examples to deepen your understanding
  </Card>

  <Card title="Ask Questions" icon="comments">
    Join our [Discord community](https://discord.gg/Gu35zMGxbx) if you get stuck
  </Card>

  <Card title="Take Notes" icon="pen">
    Document what you learn for future reference
  </Card>
</CardGroup>

## Ready to Start?

Begin your journey with AskUI by completing the installation, then dive into building your first agent. By the end, you'll have a working AI agent and the knowledge to build your own.

<Card title="Complete Installation" icon="download" href="/01-tutorials/00-installation">
  Install AskUI and set up your development environment
</Card>
