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

# Install & Login

> Download the Smartbills app and sign in to your account

## Introduction

This guide walks you through downloading the Smartbills mobile app, signing in for the first time, selecting your business, and configuring optional security settings like biometric login.

<Note>
  You need an existing Smartbills account to use the mobile app. If you do not have one yet, ask your company administrator to invite you, or [create an account](/guides/web-app/create-account) on the web dashboard first.
</Note>

## Step 1: Download the App

The Smartbills mobile app is free to download from the Apple App Store and Google Play Store.

<CardGroup cols={2}>
  <Card title="App Store" icon="apple" href="https://apps.apple.com/app/smartbills">
    Download for iPhone and iPad (iOS 15+)
  </Card>

  <Card title="Google Play" icon="google-play" href="https://play.google.com/store/apps/details?id=com.smartbills">
    Download for Android (Android 10+)
  </Card>
</CardGroup>

### System Requirements

| Platform | Minimum Version              |
| -------- | ---------------------------- |
| iOS      | 15.0 or later                |
| Android  | 10.0 (API level 29) or later |
| Storage  | 100 MB free space            |

## Step 2: Open the App

After installation, tap the Smartbills icon on your home screen to launch the app. You will see the welcome screen with options to sign in.

## Step 3: Sign In

You can sign in using your email and password or through single sign-on (SSO) if your organization has configured it.

### Email and Password

1. Tap **Sign in with Email**
2. Enter the email address associated with your Smartbills account
3. Enter your password
4. Tap **Sign In**

### Single Sign-On (SSO)

If your company uses SSO (Google, Microsoft, or a custom SAML provider):

1. Tap **Sign in with SSO**
2. Enter your company email address or SSO domain
3. You will be redirected to your identity provider's login page
4. Complete authentication with your corporate credentials
5. You will be returned to the Smartbills app, signed in

### Forgot Password

If you have forgotten your password:

1. Tap **Forgot Password?** on the sign-in screen
2. Enter your email address
3. Tap **Send Reset Link**
4. Check your email for a password reset link
5. Follow the link to set a new password
6. Return to the app and sign in with your new password

## Step 4: Select Your Business

If your account is associated with multiple businesses, you will be prompted to select which business to use. You can switch between businesses at any time from the Menu tab.

1. Review the list of businesses linked to your account
2. Tap the business you want to work with
3. The app will load that business's data and settings

<Tip>
  The app remembers your last selected business. On subsequent launches, you will go straight to the home screen without needing to select a business again.
</Tip>

## Step 5: Enable Biometric Login (Optional)

After your first successful sign-in, the app will offer to enable biometric authentication for faster access on future launches.

1. When prompted, tap **Enable** to turn on biometric login
2. Confirm with your Face ID, Touch ID, or fingerprint
3. On your next app launch, you can sign in with biometrics instead of entering your password

To enable or disable biometric login later, go to **Menu > Settings > Security > Biometric Login**.

## Step 6: Allow Notifications (Optional)

The app will ask for permission to send push notifications. Notifications keep you informed about expense approvals, rejections, and report status changes.

1. When the system prompt appears, tap **Allow**
2. You can customize which notification types you receive in **Menu > Settings > Notifications**

See [Notifications](/guides/mobile/notifications) for details on available notification types.

## Troubleshooting

<AccordionGroup>
  <Accordion title="I cannot find the app in my app store">
    Make sure your device meets the minimum OS requirements (iOS 15+ or Android 10+). If your device is compatible, try searching for "Smartbills" in the app store. If you still cannot find it, your organization may have restricted app installations on managed devices, contact your IT administrator.
  </Accordion>

  <Accordion title="I get an 'Invalid credentials' error">
    Double-check that you are using the same email address you registered with on the Smartbills web dashboard. Passwords are case-sensitive. If you continue to have trouble, use the **Forgot Password** option to reset your password.
  </Accordion>

  <Accordion title="I do not see my business after signing in">
    Your administrator may not have added you to the business yet. Contact your company's Smartbills administrator to verify that your account has been invited to the business.
  </Accordion>

  <Accordion title="SSO sign-in redirects but does not complete">
    Make sure your company's SSO integration is fully configured. Contact your IT administrator to verify that the Smartbills SSO application is set up in your identity provider. Also ensure you are using the correct company email domain.
  </Accordion>

  <Accordion title="Biometric login stopped working">
    If you changed your device biometrics (added a new fingerprint or re-enrolled Face ID), you may need to re-enable biometric login in the app. Go to **Menu > Settings > Security > Biometric Login** and toggle it off and back on.
  </Accordion>
</AccordionGroup>

## What's Next?

<CardGroup cols={2}>
  <Card title="Scan a Receipt" icon="camera" href="/guides/mobile/scan-receipt">
    Start capturing receipts with your phone camera
  </Card>

  <Card title="Manage Expenses" icon="receipt" href="/guides/mobile/manage-expenses">
    View and organize your expenses on mobile
  </Card>

  <Card title="Expense Reports" icon="file-lines" href="/guides/mobile/expense-reports">
    Create and submit reports from your phone
  </Card>

  <Card title="Notifications" icon="bell" href="/guides/mobile/notifications">
    Configure push notification preferences
  </Card>
</CardGroup>
