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

# Start Guide

> Get Started With GellerWash

export default function ImageHolder({src, alt, caption}) {
  return <figure style={{
    margin: 0
  }}>
      <img src={src} alt={alt} style={{
    display: 'block',
    width: '100%',
    height: 'auto',
    borderRadius: '12px',
    border: '1px solid #e5e7eb'
  }} />
      {caption ? <figcaption style={{
    marginTop: '8px',
    color: '#6b7280',
    fontSize: '0.9rem'
  }}>{caption}</figcaption> : null}
    </figure>;
}

Welcome to Gellerwash. This guide will help you set up Gellerwash maintain your car wash in just a few minutes.

## Registering an account

Visit <a href="https://gellerwash.com/#pricing" target="_blank">gellerwash.com</a>   select a plan and register for a free account.

<Frame>
  <img src="https://mintcdn.com/gellerwash/Sg1jTSuwphL_HlZa/images/plan-selector.png?fit=max&auto=format&n=Sg1jTSuwphL_HlZa&q=85&s=ed6b74a57980571f7aa782a04b0ea737" width="2262" height="1262" data-path="images/plan-selector.png" />
</Frame>
