---
title: "Help center"
description: "Guides for everything in Without a Worry."
---

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

# Help center

import brandMark from "@/assets/brand-mark.svg";

<div class="mx-auto max-w-2xl px-6 pt-20 pb-10 text-center">
  <img src={brandMark.src} alt="" width="56" height="56" class="mx-auto mb-8" />

  <h1 class="text-foreground leading-tight" style="font-size:var(--nb-h1-size);font-weight:var(--nb-h1-weight);letter-spacing:var(--nb-h1-tracking)">
    Everything's under control
  </h1>

  <p class="mt-3 text-[1.0625rem] text-muted-foreground leading-relaxed">
    Clear guides for every part of Without a Worry. Find what you need, then get back to the work you love.
  </p>

  <div class="mt-8 flex flex-wrap items-center justify-center gap-3">
    Get started
    Open the app
  </div>
</div>

<div class="mx-auto max-w-2xl px-6 pb-24">

- **Getting started** — Set up your account and learn the basics.
- **More on the way** — We're adding guides for the rest of the app.

</div>

Source: https://docs.withoutaworry.com/index.mdx
