> For the complete documentation index, see [llms.txt](https://help.realviewhub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.realviewhub.com/account/manage-subscription.md).

# Manage Subscription

## &#x20;<a href="#h_2a5da0d209" id="h_2a5da0d209"></a>

This guide provides instructions on how to set up or modify your subscription plan, and how to purchase AI Service Tokens and Media Activation Tokens within the Realview Hub application.

### Prerequisites <a href="#h_63202a6ba4" id="h_63202a6ba4"></a>

* Access to the Realview Hub web application.
* An active Realview Hub account.

### Steps <a href="#h_ee51958dae" id="h_ee51958dae"></a>

### 1. Navigate to Settings <a href="#h_d1153448db" id="h_d1153448db"></a>

1. From the main application interface, locate and click on the Settings icon or menu option.
2. In the left-hand navigation menu, select Billing.

### 2. Manage Your Subscription Plan <a href="#h_9b77cf1a2a" id="h_9b77cf1a2a"></a>

In the Subscription & Billing section, you can view your current plan and upgrade if needed.

1. View Current Plan: Your current subscription status (e.g., "Free Trial") and billing cycle will be displayed.
2. Upgrade Your Plan:
   * To change your subscription plan, locate the "Ready to Upgrade?" section.
   * Click the View Plans button.
   * You can choose from various plans such as Starter, Growth, Business Plus, or Enterprise, depending on your business needs.

### 3. Purchase AI Service Tokens <a href="#h_be2a8a7038" id="h_be2a8a7038"></a>

AI Service Tokens are used for advanced features like Virtual Staging and 3D Floor Plans.

1. Scroll down to the AI Services Tokens section.
2. Review the token costs for specific services:
   * Virtual Staging: 3 tokens per photo.
   * 3D Floor Plans: 15 tokens per generation.
3. Choose an available package:
4. Click the Buy button next to your desired package to complete the purchase.

### 4. Purchase Media Activation Tokens (Pay-As-You-Go) <a href="#h_78a5229259" id="h_78a5229259"></a>

Media Activation Tokens allow you to activate additional media beyond your plan's limits or to use services on a pay-as-you-go basis.

1. Scroll down to the Media Activation Tokens section.
2. Review your current token usage, including available, used, and purchased tokens.
3. Choose an available package:
4. Click the Buy button to purchase the tokens.

### Tips <a href="#h_d660cbc54a" id="h_d660cbc54a"></a>

* Token Expiry: Both AI Service Tokens and Media Activation Tokens never expire. Once purchased, they remain in your account until you use them.
* Combining Plans: If you are on a subscription plan and reach your monthly activation limits, you can still purchase and use Pay-As-You-Go Media Activation Tokens without needing to change your entire subscription plan. This allows you to continue activating properties seamlessly.

### Conclusion <a href="#h_3136b080dd" id="h_3136b080dd"></a>

By following these steps, you can effectively manage your Realview Hub subscription and acquire the necessary tokens for AI services and media activations, ensuring continuous access to all features.


---

# 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://help.realviewhub.com/account/manage-subscription.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.
