> ## 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.

# Overview

> Practical solutions for common AskUI tasks

Welcome to the how-to guides section. Here you'll find step-by-step instructions for accomplishing specific tasks with AskUI. Each guide assumes you have basic knowledge of AskUI and focuses on getting things done.

## Guide Categories

Our how-to guides are organized by topic to help you quickly find what you need:

<CardGroup cols={2}>
  <Card title="Build AI Agents" icon="robot" href="/02-how-to-guides/05-build-ai-agents/00-build-ai-agents-overview">
    Learn to select elements and extract data - the core of AskUI
  </Card>

  <Card title="Account Management" icon="user-gear" href="/02-how-to-guides/01-account-management/01-account-management">
    Manage workspaces, users, billing, and access tokens
  </Card>

  <Card title="Integrations" icon="plug" href="/02-how-to-guides/02-integrations/01-github">
    Set up AskUI with CI/CD pipelines and external tools
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/02-how-to-guides/04-troubleshooting/00-troubleshooting-overview">
    Solve common problems and get answers to FAQs
  </Card>
</CardGroup>

## Popular How-to Guides

### Core Features

* [Select UI elements with natural language](/02-how-to-guides/05-build-ai-agents/01-select-elements)
* [Extract data from your UI](/02-how-to-guides/05-build-ai-agents/02-extract-data)
* [Work with forms and inputs](/02-how-to-guides/05-build-ai-agents/04-work-with-forms)
* [Extract table data](/02-how-to-guides/05-build-ai-agents/03-extract-tables)

### Getting Started

* [Set up GitHub Actions integration](/02-how-to-guides/02-integrations/01-github)
* [Configure workspace settings](/02-how-to-guides/01-account-management/01-account-management)
* [Create and manage API tokens](/02-how-to-guides/01-account-management/04-tokens)

### Common Tasks

* [Add team members to workspace](/02-how-to-guides/01-account-management/02-members-management)
* [Set up proxy configuration](/02-how-to-guides/03-askui-suite/03-proxy)
* [Integrate with Docker](/02-how-to-guides/02-integrations/05-docker)
* [Configure Single Sign-On (SSO)](/02-how-to-guides/02-integrations/07-sso)

### Advanced Usage

* [Set up visual regression testing](/02-how-to-guides/02-integrations/09-visual-regression)
* [Configure custom reporters](/02-how-to-guides/02-integrations/06-reporters)

## How to Use These Guides

<Steps>
  <Step title="Find Your Task">
    Browse the categories above or use search to find the guide you need
  </Step>

  <Step title="Check Prerequisites">
    Each guide lists what you need before starting
  </Step>

  <Step title="Follow Steps">
    Work through the numbered steps in order
  </Step>

  <Step title="Verify Success">
    Use the verification steps to ensure everything worked
  </Step>
</Steps>

## Can't Find What You Need?

<CardGroup cols={2}>
  <Card title="Check FAQ" icon="question-circle" href="/02-how-to-guides/04-troubleshooting/03-faq">
    Common questions and answers
  </Card>

  <Card title="Get Support" icon="life-ring" href="/02-how-to-guides/04-troubleshooting/04-feedback">
    Contact our support team
  </Card>
</CardGroup>

<Note>
  These guides assume you already understand AskUI basics. If you're new, start with our [tutorials](/01-tutorials/tutorials-overview) first.
</Note>
