> ## 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.

# Tour

> Let's take a look around

## It's all about the prompt

Wordware makes it almost effortless to build and maintain powerful agents. At its heart, these features are built
around the concept of a prompt. A prompt is a piece of text, image, audio, and soon video that you provide to
the AI to generate content. It can be as simple as a single sentence or as complex as an exported database,
complete with illustrations.

In Wordware, the way you edit and manage prompts is through the editor. The editor is where you can build, test,
collaborate on and deploy your prompts, and the logic that surrounds them.

<img src="https://mintcdn.com/wordware/ra7xKdT2WQAz-aM2/images/tour_image.png?fit=max&auto=format&n=ra7xKdT2WQAz-aM2&q=85&s=c8eb96e005f89443274a174041831346" alt="Tour Image Pn" width="2106" height="1838" data-path="images/tour_image.png" />

Front and center is the flow pane, where you can see the flow you're currently working on. Flows are Wordware's way of
making it easy to keep track of your projects, one piece at a time. Small projects can be managed in a single flow, while
larger ones may benefit from breaking things up into multiple flows.

Each flow is both your documentation and your program, and you can run it just like code with the `Run` button to the
top right or the keyboard shortcut `CTRL` + `R` (on Mac, `CMD` + `R`). Each flow can have any number of different steps,
whether AI generation, loop, or any of the many other nodes available in Wordware. You can even have your flow call
other flows! Add new nodes by typing `/` in the editor, and typing the name of the node you want to add. For text, you
can just start typing.

Let's add a basic prompt to get started.

<video controls muted loop playsInline className="w-full aspect-video" src="https://mintcdn.com/wordware/TZfH9znr7B6oxuO7/images/get-started/tour/basic-math-with-ai.mp4?fit=max&auto=format&n=TZfH9znr7B6oxuO7&q=85&s=9aae0ac39e6c4bfba4969d89e1eb25bf" data-path="images/get-started/tour/basic-math-with-ai.mp4" />

## Using the editor

Anything you type into the editor is a prompt. You can add an almost unlimited amount of content of many forms, and
barring very few exceptions, the AI for any [generation](/nodes/generation) will be able to see and interact with any
content that appears above the generation in the flow. This is the "What You See is What You Get" principle in action.

<Info>
  There are a small number of exceptions to the "What You See is What You Get"
  principle. Most notably, [comments](/nodes/comment) are hidden to the AI, and
  to your deployed app if you decide to deploy your flow.
</Info>

This content is divided into nodes, which are run in the order they appear in the flow. Top to bottom, left to right.
Some nodes can contain other nodes, like [if-else](/nodes/if-else) and [loop](/nodes/loop) nodes, which can contain
multiple branches of content. They'll still be run from top to bottom, skipping any branches that don't meet the
conditions, and repeating any branches you want to repeat.

### Running your flow

When you're ready to execute, hit the "Run" button. You can watch live as the WordApp you wrote runs step by step,
prompting you for any inputs you've defined, and showing you the outputs as they're generated. You can see the AI's
responses in real time, and even interact with the AI as it generates content.

## The Navigation Bar

<img src="https://mintcdn.com/wordware/GaAvACBL43qOk0NE/images/navigation_bar.png?fit=max&auto=format&n=GaAvACBL43qOk0NE&q=85&s=b84c10f6a0328701c2d9774471025683" alt="Navigation Bar Pn" width="2112" height="440" data-path="images/navigation_bar.png" />

Wordware is a powerful tool, and there are many ways to use it. For a quick start, check out our [recipes](/recipes).

Otherwise, press the `files`button at the far left of the navigation bar.

<img src="https://mintcdn.com/wordware/ra7xKdT2WQAz-aM2/images/tour/files_sidebar.png?fit=max&auto=format&n=ra7xKdT2WQAz-aM2&q=85&s=1bb2d97d3bed0683b09219c9ddebf282" alt="Files Sidebar Pn" width="234" height="430" data-path="images/tour/files_sidebar.png" />

Once you've pressed files, you will see three buttons appear in the new side pane. This is where all your new flows live. This is also where you can create new flows with the `New flow` button, and manage your existing ones. You can duplicate, rename, and delete flows as you see fit to best organize your projects. You can also create folders to better organize your flows by pressing the `add folder` button.

<img src="https://mintcdn.com/wordware/ra7xKdT2WQAz-aM2/images/tour/add_folder.png?fit=max&auto=format&n=ra7xKdT2WQAz-aM2&q=85&s=860e842f5ea055124f6458a8f721da1f" alt="Add Folder Pn" width="794" height="258" data-path="images/tour/add_folder.png" />

Finally, you can press the `templates` button to access some pre-populated WordApps.

<img src="https://mintcdn.com/wordware/ra7xKdT2WQAz-aM2/images/tour/templates_sidebaw.png?fit=max&auto=format&n=ra7xKdT2WQAz-aM2&q=85&s=0b346b562d2c4e47992137ac99a2fa90" alt="Templates Sidebaw Pn" width="888" height="246" data-path="images/tour/templates_sidebaw.png" />

<img src="https://mintcdn.com/wordware/ra7xKdT2WQAz-aM2/images/tour/start_from_a_template.png?fit=max&auto=format&n=ra7xKdT2WQAz-aM2&q=85&s=5b1ab1143c8a811fe6283a9b967ec929" alt="Start From A Template Pn" width="2394" height="882" data-path="images/tour/start_from_a_template.png" />

To the right, you'll find the `Run` button for executing your prompts, as well as sharing controls. Wordware is better
with friends, and you can share your prompts with anyone you like, or even embed them in your own website or app. To
make collaboration easy, you can add additional users to your organizations, and work together on the same prompts. You
can also share your prompts publicly, to collaborate with anyone anywhere.

<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" />

By default, prompts on a free account are public, but paid users can make them private at any time by clicking the lock
icon toward the right side of the navigation bar. This will make your prompt visible only to you and anyone you've
added to your organization.

Finally, you can publish your flow as a standalone WordApp, which you can share with anyone, anywhere. Simply click the `🚀 Deploy` button and fill out the requested fields. This is a great way to deploy your projects as standalone applications, or to share them with the world.

## 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>
