Skip to Content

WebApp Builder

Describe the app you want in the chat, and AI will write the code and deploy it to a publicly accessible URL — no development environment or deployment setup required.

WebApp Builder can be used in general chat and Agent chat. In Agent chat, whether Web apps can be created depends on the agent’s settings and connected tools.


How to Use

1. Enable Web-app Mode

In general chat, click the + button at the bottom of the chat input and select Build a web app. In Agent chat, directly ask the agent to create a Web app.

Once enabled, the tools needed to build and deploy the app are activated for the AI.

Selecting Web-app mode

2. Describe the App You Want

Enter a description of the app in natural language. The more specific you are about what information to display and what actions should be available, the closer the result will be to what you have in mind.

Example requests:

  • “Create a dashboard showing monthly sales data as a bar chart”
  • “Build an app where team members can add tasks and check them off”
  • “Make a page that lists products as cards with a search feature”

When the AI finishes, it will provide an accessible URL for the app.

app.querypie.com/w/{app-name}

Updating an App

To modify an existing app, make a new request and mention the same app name. The existing URL is preserved and only the content is updated. If the app name changes, a new app is created.

You can view and manage the Web Apps you created in User Settings > Data Control.


Web App List and Sharing Management

In the Data Control area of User Settings, you can view the list of Web Apps you created and manage each app’s sharing scope.

  • View the names and URLs of created Web Apps.
  • Open or copy Web App URLs.
  • Change visibility to public, organization-only, or private.
  • Delete Web Apps you no longer use.

For the detailed settings location, see User Settings > Data Control.


Access Scope

Apps are public by default. You can specify a different scope by requesting it in the chat.

ScopeWho Can AccessDefault
PublicAnyone, without login
OrganizationLogged-in users in the same organization
PrivateOwner only

Example request: “Make it visible only to people in our organization” → Deployed as organization scope


Troubleshooting

Error pages when accessing a deployed app

Private Web App (Login Required)

  • Cause: Accessing an app that requires login while not logged in
  • Resolution: Log in and try again

Access Denied

  • Cause: Accessing an app set to organization or private scope without the required permissions
  • Resolution: Ask the app owner to change the access scope

Web App Not Found

  • Cause: Incorrect URL or app does not exist
  • Resolution: Verify the URL or contact the app owner

Summary

  • Describe your app in natural language in chat — AI handles the build and deployment automatically
  • Receive an accessible URL immediately after deployment
  • Set access scope to public / organization / private
  • Re-request with the same app name to update while keeping the URL
  • View created Web Apps, copy URLs, change sharing scope, and delete apps
Last updated on