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

# Deploying Updates

> Step-by-step guide to push Over the Air Updates to your app

## How To Update

<Steps>
  <Step title="Navigate to your project">
    1. Log in to your [a0 Dashboard](https://a0.dev/projects)
    2. Open a chat in your selected project
    3. click the **Deployment** button in the top right.
  </Step>

  <Step title="Deploy latest code">
    Click the "New Update" button to ensure your deployed code is up to date

    <img src="https://mintcdn.com/a0dev/fi5hkn0OoKy6qtRS/images/Screenshot2025-07-21at2.25.13PM.png?fit=max&auto=format&n=fi5hkn0OoKy6qtRS&q=85&s=2b54cdb90a066eaccddcc2881b390f40" alt="Screenshot 2025-07-21 at 2.25.13 PM.png" width="642" height="198" data-path="images/Screenshot2025-07-21at2.25.13PM.png" />
  </Step>

  <Step title="Re-open your app">
    The changes should reflect in your app immediately, simply close your app from the background and reopen it.
  </Step>
</Steps>

## Next Steps

<CardGroup cols={2}>
  <Card title="Testing Guide" icon="flask-vial" href="/development/testing/overview">
    Learn how to thoroughly test your app before deploying updates.
  </Card>

  <Card title="iOS Publishing" icon="apple" href="/publishing/ios/deploying-on-a0">
    Ready to publish your app to the App Store? Start here.
  </Card>
</CardGroup>
