# Billing

Billing is managed at the workspace level. The pricing is simple: you are charged for seats and storage. You can view our pricing plans [here](https://shade.inc/pricing). Seats are prorated on a monthly basis and storage is prorated on a hourly basis.

Our billing viewing and management is split between 3 pages on the app.

<figure><img src="/files/hjcnBRq2E2vT8bSd18HE" alt=""><figcaption></figcaption></figure>

## Usage

Your workspace usage can be found under Settings/Usage. This page is an overview of how your workspace is using seats, storage, drives, and credits.

## Plans

Your workspace plan can be found under Settings/Plans. This page is an overview of your current plan, and what features you have access to under that plan.

## Billing

Your workspace billing can be found under Settings/Billing. This page is a breakdown of your plan, billing cycle, and upcoming invoices.

## FAQs

### How can lower my bill?

You can move your workspace members to being guests on the drives they need to access. Note that drive guests will not be able to mount or access metadata on those drives even if they have full access. Purchasing storage in bulk is another way to lower your storage cost. You can also lower your storage costs by considering using a proxy workflow [here](https://academy.shade.inc/guides). In a proxy workflow you keep your raw files on disk or NAS, and sync proxies to a mounted Shade drive.


---

# Agent Instructions: 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:

```
GET https://academy.shade.inc/getting-started/billing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
