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

# Create your budget

> Set up your first budget, name it, and add the accounts that hold your money.

A budget is the container for everything: your categories, your accounts, and the
money you assign. Most people need exactly one. You can hold more than one — a
personal budget and a business budget, for example — and switch between them.

## Create the budget

<Steps>
  <Step title="Start a new budget">
    Sign in and create a budget. If this is your first time, the app walks you
    through it during onboarding. Otherwise, open the budget switcher in the
    header and choose to add a budget.
  </Step>

  <Step title="Name it">
    Use a name you will recognize at a glance — "Household," "Personal," your own
    name. The name shows in the budget switcher, so make it distinct if you plan
    to keep more than one.
  </Step>

  <Step title="Review the starter categories">
    A new budget arrives with a small set of starter categories grouped into
    sections. Keep what fits, rename what doesn't, and add your own. Nothing is
    assigned yet — that comes after you add an account.

    More on this: [Categories and groups](/concepts/categories-and-groups).
  </Step>
</Steps>

## Add your accounts

Your budget needs at least one account before you can assign money. An account is
where your money actually lives: a checking account, savings, cash, a credit card.

You have two ways to add accounts:

<CardGroup cols={2}>
  <Card title="Connect a bank" icon="building-columns" href="/accounts/connect-a-bank">
    Link the account and let transactions and balances sync in automatically.
  </Card>

  <Card title="Add it manually" icon="pencil" href="/accounts/manual-accounts">
    Enter the account and its current balance yourself. You record transactions by
    hand.
  </Card>
</CardGroup>

When you add an account, enter its current balance. That balance becomes money you
can budget — it lands in [Ready to Assign](/concepts/ready-to-assign), waiting for
a job. For a credit card, the balance is what you owe; see
[Set up a card](/credit-cards/set-up-a-card).

<Note>
  Pick the right [account type](/accounts/account-types) when you add it. Checking
  and savings add to what you can spend; a credit card or loan is a debt the budget
  tracks differently.
</Note>

## Moving from another app

If you already budget in YNAB, Monarch, or Actual — or have a CSV from your bank —
you can import your history instead of starting blank.

<Warning>
  Every import creates a brand-new budget. It never overwrites or merges into the
  budget you are in. After importing, you switch to the new budget the import
  created.
</Warning>

See [Move from another app](/import/overview) for the full list of importers.

## Next

<CardGroup cols={2}>
  <Card title="Assign your first dollars" icon="circle-dollar-to-slot" href="/getting-started/assign-your-first-dollars">
    Assign every dollar until Ready to Assign reaches zero.
  </Card>

  <Card title="Your first week" icon="list-check" href="/getting-started/first-week">
    The checklist that turns setup into a habit.
  </Card>
</CardGroup>

If something looks wrong while setting up, see
[Budgeting troubleshooting](/troubleshooting/budgeting).
