> ## Documentation Index
> Fetch the complete documentation index at: https://base-a060aa97-eb-mini-app-ia-overhaul.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Feature Tour

> What the scaffold includes out of the box and where to extend it

The template wires up core MiniKit pieces so you can ship v0 fast.

## Providers and initialization

* `MiniKitProvider` wraps your app, configures wagmi and react-query, and applies safe area insets.
* `useMiniKit` handles initialization and provides `setFrameReady()`.

## Buttons and actions

* Save Frame: uses `useAddFrame()` to let users save your Mini App and returns a `url` and `token` for notifications.
* External links: `useOpenUrl()` opens URLs within or outside a frame context.
* Close: `useClose()` dismisses the frame.

## Next steps

Add features based on your goals. Start here:

<CardGroup cols={2}>
  <Card title="Launch Guide" icon="rocket" href="/mini-apps/quickstart/launch-guide">
    Value, acceptance criteria, and where to implement
  </Card>

  <Card title="Mini App Features" icon="puzzle-piece" href="/mini-apps/features/overview">
    Bite‑size guides with copy‑paste snippets
  </Card>
</CardGroup>
