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

# Publish and Deploy

> Turn your flows into standalone WordApps, and access them via a clean UI or powerful API

## Oh, the Places You'll Go!

The power of Wordware is in its flexibility. Every flow you create can be deployed as a standalone WordApp, which you
can share with anyone, anywhere. Every deployed WordApp is both a standalone application and an API, allowing both
humans and software to effortlessly interact with your creations.

## Deploying your flow

<Steps>
  <Step title="Click Share">
    Start by opening the share dropdown, by clicking the "Share" button on the editor.

    <img src="https://mintcdn.com/wordware/ra7xKdT2WQAz-aM2/images/tour/deploy_run.png?fit=max&auto=format&n=ra7xKdT2WQAz-aM2&q=85&s=61982b4874357b28377b72be9849d42c" alt="Deploy Run Pn" width="500" height="132" data-path="images/tour/deploy_run.png" />
  </Step>

  <Step title="Deploy">
    Select "Public" to share your flow with the world, or "Private" to keep it to yourself and other members of
    your organization. Then click "Deploy".

    <img src="https://mintcdn.com/wordware/TZfH9znr7B6oxuO7/images/deploy_public_private.png?fit=max&auto=format&n=TZfH9znr7B6oxuO7&q=85&s=83f1221b5abf42c88ee21a9ac12809a8" alt="Deploy Public Private Pn" width="1024" height="766" data-path="images/deploy_public_private.png" />
  </Step>

  <Step title="Check it Out">
    Play with your deployed app in the app page, see details about your new deployment on the deployment
    page, view documentation to access your app via API, or set pre-filled inputs for faster and easier demos
    and development.

    <img src="https://mintcdn.com/wordware/TZfH9znr7B6oxuO7/images/deploy_three.png?fit=max&auto=format&n=TZfH9znr7B6oxuO7&q=85&s=b9befab38015a7d416ebb760bc9cb6fe" alt="Deploy Three Pn" width="1014" height="762" data-path="images/deploy_three.png" />
  </Step>

  <Step title="Explore the API">
    Check out our API documentation

    to see how you can interact with a WordApp programmatically. Or check out the API section of your deployments tab to view documentation specific to your deployment.

    <img width="80%" src="https://mintcdn.com/wordware/TZfH9znr7B6oxuO7/images/get-started/deploy/api-docs.png?fit=max&auto=format&n=TZfH9znr7B6oxuO7&q=85&s=f0c78ad1981aa0468b1b4c01a874c000" alt="Access the API" data-path="images/get-started/deploy/api-docs.png" />
  </Step>

  <Step title="Wash, Rinse, Repeat">
    Make some changes to your flow, and deploy it again to see your changes in action. Each release of your
    app is versioned, and every version has its own URLs and IDs, so you have effortless control over which
    version you're using where, and when it's time to push an upgrade to production.

    <img width="60%" src="https://mintcdn.com/wordware/TZfH9znr7B6oxuO7/images/get-started/deploy/update-versions.png?fit=max&auto=format&n=TZfH9znr7B6oxuO7&q=85&s=24723bae8cd938bf88b36793084e72b4" alt="Update Versions" data-path="images/get-started/deploy/update-versions.png" />
  </Step>
</Steps>

## You’ve got a live app!

Edit and re-release as many times as you like, and share it with the world. You can even
embed your WordApp in your own website or app, or call it as a function within your code to add AI to
your existing project.

Or you can just appreciate the beauty of your creation, and the power of Wordware to make it happen.

## Check these out next

Here are some next steps you may want to take to get the most out of Wordware:

<CardGroup cols={2}>
  <Card title="Build a Chatbot" icon="messages" href="/recipes/chatbots">
    Walk through a simple chatbot recipe to accomplish your goals with Wordware
  </Card>

  <Card title="Run Custom Code" icon="square-code" href="/nodes/code-execution">
    Add custom JavaScript or Python code to your WordApp to do anything you can imagine.
  </Card>

  <Card title="Get a Walkthrough with a Pro" icon="calendar" href="https://app.wordware.ai/book">
    Book a call with one of our experts to get a personalized walkthrough of Wordware.
  </Card>

  <Card title="Generations" icon="brain-circuit" href="/nodes/generation">
    See how generations enable you to accomplish most anything you can imagine.
  </Card>
</CardGroup>
