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

# Account Setup

> Connect your golf booking platform accounts

AutoTee needs access to your booking platform accounts to book tee times on your behalf.

## Supported Platforms

<CardGroup cols={3}>
  <Card title="Chronogolf" icon="golf-ball-tee">
    One account for all courses
  </Card>

  <Card title="ForeUp" icon="golf-ball-tee">
    Account per course or course group
  </Card>

  <Card title="EZLinks" icon="golf-ball-tee">
    Account per course or course group
  </Card>
</CardGroup>

## Adding an Account

<Steps>
  <Step title="Go to Accounts Tab">
    Navigate to the **Accounts** tab in the navigation.
  </Step>

  <Step title="Select a Course">
    Search for the course you want to book and select it. The platform is determined automatically.
  </Step>

  <Step title="Enter Credentials">
    Enter your email/username and password for the course's booking platform.
  </Step>

  <Step title="Test Connection">
    We'll verify the credentials work before saving. You'll see a success message when verified.
  </Step>
</Steps>

## Payment Card Credentials

Some courses require payment at the time of booking (e.g., Torrey Pines, Bethpage). For these courses, you can store your credit card details with your account so AutoTee can complete the payment automatically.

<Steps>
  <Step title="Add or Edit Account">
    Open the account form for a course that requires payment at booking.
  </Step>

  <Step title="Enter Card Details">
    Fill in the credit card fields:

    * Card number
    * Expiration month and year
    * CVV
    * Billing zip code
  </Step>

  <Step title="Save Account">
    Your card details are encrypted and stored securely alongside your account credentials.
  </Step>
</Steps>

<Info>
  Card details are only needed for courses that charge a booking fee at the time of reservation. Most courses don't require this — you'll see a note in the form when it's needed.
</Info>

<Warning>
  These are your payment credentials for the **golf course's booking system**, not for AutoTee billing. AutoTee billing uses Stripe separately.
</Warning>

## Email Verification (IMAP) for 2FA

Some courses (like Bethpage State Park) require email verification during the tee time reservation process. AutoTee can automatically retrieve the verification code from your email inbox to complete the booking.

See our [Email Verification (2FA) guide](/docs/guides/email-verification) for detailed setup instructions.

**Quick overview:** You add IMAP credentials (email host, email address, and an app password) to your account. When the course sends a verification code during the booking process, AutoTee reads it from your inbox and submits it automatically.

## Account Security

<Info>
  Your credentials are encrypted using industry-standard AES-256 encryption before being stored. We only use them to book tee times on your behalf.
</Info>

### What We Access

* Your booking profile to make reservations
* Saved payment methods on your course account (for courses that require payment at booking)

### What We Don't Do

* Share your credentials with third parties
* Store unencrypted passwords
* Access anything beyond what's needed for booking

## Account Types by Platform

### Chronogolf

* **One account works for all Chronogolf courses**
* Create your account at any Chronogolf course website
* Same login works across all Chronogolf-powered courses

### ForeUp

* **One account per course or course group** — some courses share an account system, and the app will show you which courses are grouped together
* Some courses require selecting a booking class (Resident, Non-Resident, etc.)

### EZLinks

* **One account per course or course group** — similar to ForeUp, some courses share accounts
* Used by LA City golf courses and others
* Supports different player card types (Regular, Senior, Lifeline)

## Managing Accounts

### Editing an Account

Click the edit icon to update credentials, card details, or account settings.

### Testing an Account

Click the test button to verify your credentials still work. This is useful after changing your password on the course website.

### Deleting an Account

Click delete to remove an account.

<Warning>
  You cannot delete an account that has active (running) searches. Pause or delete the searches first.
</Warning>

## Troubleshooting

<AccordionGroup>
  <Accordion title="Login Failed">
    * Double-check your username and password
    * Try logging into the course website directly
    * Some courses require email, others require username
    * Password may be case-sensitive
  </Accordion>

  <Accordion title="Account Works on Website but Not Here">
    * Make sure you're using the same credentials
    * Some courses have separate mobile app accounts
    * Try resetting your password on the course website
  </Accordion>

  <Accordion title="Two-Factor Authentication">
    Some courses (like Bethpage State Park) require email verification during the reservation process. AutoTee supports this — see our [Email Verification (2FA) guide](/docs/guides/email-verification) for setup instructions.
  </Accordion>

  <Accordion title="Course Requires Payment but I Don't See Card Fields">
    Card fields appear when you select a course that requires payment at booking. If the course requires a fee but you don't see the fields, try re-selecting the course or contact support.
  </Accordion>
</AccordionGroup>
