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

# Getting Started

> Embed Quicko Tools in your website or mobile app using our flexible integration options.

Quicko Tools offers two integration channels designed to fit your platform's needs. Whether you're building a web application or a native mobile app, we provide seamless integration paths that get you up and running quickly.

<Card title="Pick Your Tool" icon="workflow" href="/projects/tools/directory/index" horizontal>
  Not sure which tools to integrate? Browse our directory to explore available options.
</Card>

## Integration Channels

<AccordionGroup>
  <Accordion title="Web Integration" icon="monitor" defaultOpen>
    Embed Quicko Tools directly into your website using an iframe. This approach requires minimal setup and works across all modern browsers.

    **Key Benefits:**

    * Simple iframe-based embedding
    * No SDK dependencies
    * Works on any web platform
    * Responsive design out of the box

    <Card title="Web Integration Guide" icon="arrow-right" href="/projects/tools/integration/web/index">
      Learn how to embed tools using iframes
    </Card>
  </Accordion>

  <Accordion title="Mobile Integration" icon="smartphone" defaultOpen>
    Integrate Quicko Tools into your iOS or Android app using a WebView. Simply load the tool URL in a WebView—just like using an iframe on web.

    **Key Benefits:**

    * No SDK dependencies
    * Works on iOS, Android, Flutter, React Native
    * Easy theming via URL parameters
    * Consistent experience across platforms

    <Card title="Mobile Integration Guide" icon="arrow-right" href="/projects/tools/integration/mobile/index">
      Learn how to integrate tools using WebView
    </Card>
  </Accordion>
</AccordionGroup>

## Quick Comparison

| Feature          | Web (iframe)       | Mobile (WebView)                    |
| ---------------- | ------------------ | ----------------------------------- |
| Setup complexity | Minimal            | Minimal                             |
| Platform         | Any web browser    | iOS, Android, Flutter, React Native |
| Theming          | Via URL parameters | Via URL parameters                  |
| Dependencies     | None               | None (uses native WebView)          |
| Experience       | Web-based          | Web-based in native container       |

***

## Next Steps

<Columns cols={2}>
  <Card title="Web Integration" icon="monitor" href="/projects/tools/integration/web/index">
    Get started with iframe embedding for web platforms.
  </Card>

  <Card title="Mobile Integration" icon="smartphone" href="/projects/tools/integration/mobile/index">
    Load tools in a WebView within your iOS or Android app.
  </Card>
</Columns>
