> For the complete documentation index, see [llms.txt](https://uliquid-1.gitbook.io/uliquid-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uliquid-1.gitbook.io/uliquid-docs/plans-and-feature-access.md).

# Plans and Feature Access

Understand plan-aware feature access, quotas, and safe upgrade checks.

uLiquid Desk evaluates access from your commercial plan, workspace role, account ownership, and current environment. A feature can therefore be unavailable even when a menu item or documentation page is visible.

{% hint style="info" %}
The subscription page in uLiquid Desk is the source of truth for the currently available packages, prices, included AI credits, quotas, and renewal terms. Do not rely on screenshots or older announcements for commercial terms.
{% endhint %}

## Plan Levels

The product uses Free, Pro, Premium, and Enterprise plan levels. Enterprise inherits the Premium product envelope, but it does not bypass security, workspace, environment, or operational safety controls.

Typical plan-aware areas include AI Predictions, Market Intelligence, Agent Chat, Position Copilot, vaults, automation capacity, and exchange-account capacity. Availability can also vary during controlled rollouts.

## Check What You Can Use

1. Open **Settings** and then **Subscription**.
2. Review your current plan, renewal state, feature availability, quotas, and AI-credit balance.
3. If a feature is locked, read the required-plan message in that feature before changing a subscription.
4. Confirm that your workspace role and selected account are appropriate for the action.

## Quotas and AI Credits

Some plans have capacity limits for bots, AI schedules, composite schedules, real exchange accounts, or AI credits. The app shows the effective allowance, including valid add-ons where applicable.

Do not assume that deleting an item immediately restores capacity: wait for the confirmation shown in the product, then refresh the relevant page.

## Safe Upgrade and Downgrade Checks

* Review the package, billing period, payment amount, and feature changes before confirmation.
* Keep existing live bots, orders, and funding actions under observation while a plan change is pending.
* A downgrade or expired term can remove access to features or capacity. It does not automatically make an unsafe live action safe.
* If the displayed subscription state conflicts with the available features, collect a support package instead of repeatedly retrying payments or feature actions.

## Access Is Not Trading Permission

Plan access never replaces exchange permissions, re-authentication, risk checks, account ownership checks, or live-data health checks. A permitted feature may still block an unsafe action.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://uliquid-1.gitbook.io/uliquid-docs/plans-and-feature-access.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
