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

# No-Code App Builder

> Offers a no-code approach to building apps by using natural language

export const community_0 = undefined

## Introduction

The No-Code App Builder feature is a no-code approach that allows you to build prompt apps by using natural language. With this feature, all you need is to provide an app name and a piece of prompt written in natural language, and then your app is right here, ready to use.

The No-Code App Builder supports two types of apps:

* **Text generators**: can generate high-quality text in response to given prompts.

* **Chatbots**: are capable of providing accurate responses to inquiries.

## How to use this feature

1. Sign in to [Powerdrill](https://powerdrill.ai).

2. In the left sidebar, choose **Apps** to enter the **Prompt apps** page.

3. In the upper right corner, click **+ Prompt app**.

4. In the **Create prompt app** dialog box, enter the app name, choose the type, and click **Continue**.

5. On the **Prompt setup** page, configure related information.

   If you set the type to **Text Generator**, parameters needed include:

   | Parameter          | Description                                                                                                                                                                     |
   | :----------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
   | Prompt             | Used to guide your app's response. Click **Save** after setting it.                                                                                                             |
   | Variables          | The parameters you specify in your prompts. Variables are parameters that must be specified when using the app. The variables are automatically generated based on your prompt. |
   | Associated dataset | If you want your app to reference specific knowledge when generating content, click **+ Select** to associate the app with selected datasets.                                   |

   <br />

   If you set the type to **Chatbot**, parameters needed include:

   | Parameter          | Description                                                                                                                                   |
   | :----------------- | :-------------------------------------------------------------------------------------------------------------------------------------------- |
   | Prompt             | Used to set your app's behavior. Click **Save** after setting it.                                                                             |
   | Welcome message    | The initial greeting displayed at the start of a conversation.                                                                                |
   | Associated dataset | If you want your app to reference specific knowledge when generating content, click **+ Select** to associate the app with selected datasets. |

   <br />

6. Click **Finish**.

Now, your app is ready to use.

## More actions

The execution results of your app are recorded as output history. You can click the button next to **Reset** to view and manage them.

If you're not satisfied with the variables you specify, you can click **Reset** to reset all variables to the default settings.

You can click the **Settings** tab of your app to modify your apps settings, including the name, description, and prompt setup.

***

## Need more help?

<CardGroup cols={2}>
  <Card title="Post to our help community" icon="discord" href="https://discord.com/invite/ZsyyD5ysRC">
    Get answers from our {community_0} members
  </Card>

  <Card title="Contact us" icon="envelope" href="mailto:service@powerdrill.ai">
    Tell us more and we'll help you out
  </Card>
</CardGroup>
