Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion openhands/usage/cloud/cloud-ui.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Cloud UI
title: Cloud Overview
description: The Cloud UI provides a web interface for interacting with OpenHands. This page provides references on
how to use the OpenHands Cloud UI.
---
Expand Down Expand Up @@ -27,7 +27,7 @@
- `Application`
- Set your preferred language, notifications and other preferences.
- Toggle task suggestions on GitHub.
- Toggle Solvability Analysis.

Check warning on line 30 in openhands/usage/cloud/cloud-ui.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

openhands/usage/cloud/cloud-ui.mdx#L30

Did you really mean 'Solvability'?
- [Set a maximum budget per conversation](/openhands/usage/settings/application-settings#setting-maximum-budget-per-conversation).
- [Configure the username and email that OpenHands uses for commits](/openhands/usage/settings/application-settings#git-author-settings).
- `LLM`
Expand All @@ -46,6 +46,19 @@
For an overview of the key features available inside a conversation, please refer to the [Key Features](/openhands/usage/key-features)
section of the documentation.

## Usage Limits

The following usage limits are in place for OpenHands Cloud Personal Workspaces, which is the free tier of OpenHands Cloud:

- **Max concurrent conversations**: 3
- **Max conversations per day**: 15

Conversations started by [automations](/openhands/usage/automations/overview) count towards these limits. For example,
an automation designed to run hourly would hit the max conversations per day limit.

Users in [Commercial Organizations](/openhands/usage/cloud/organizations/overview) have higher usage limits. If you are
interested in a commercial subscription, please contact [OpenHands Sales](https://www.openhands.dev/contact).

## Next Steps

- [Use OpenHands with your GitHub repositories](/openhands/usage/cloud/github-installation).
Expand Down
Loading