diff --git a/content/embeds/rc-pro-billing-units.md b/content/embeds/rc-pro-billing-units.md
index 285ecfd253..cb8526bf56 100644
--- a/content/embeds/rc-pro-billing-units.md
+++ b/content/embeds/rc-pro-billing-units.md
@@ -1,4 +1,4 @@
-The Redis Billing Unit types associated with your Pro subscription depend on your database memory size and throughput requirements.
+The Redis Billing Unit types associated with your Pro subscription depend on your database memory size and throughput requirements.
| Billing unit type | Capacity (Memory/Throughput) |
|:------------|:----------|
@@ -10,9 +10,16 @@ The Redis Billing Unit types associated with your Pro subscription depend on you
| Large | 25GB / 25K ops/sec |
| Very large[1](#table-note-1) | 50GB / 5K ops/sec |
| XLarge[2](#table-note-2) | 50GB / 10K ops/sec |
+| Flex-10[3](#table-note-3) | 50GB / 5K ops/sec |
+| Flex-20[3](#table-note-3) | 50GB / 10K ops/sec |
+| Flex-30[3](#table-note-3) | 50GB / 15K ops/sec |
+| Flex-40[3](#table-note-3) | 50GB / 20K ops/sec |
+| Flex-50[3](#table-note-3) | 50GB / 25K ops/sec |
1. Used for databases with Auto Tiering before Redis 7.2.
-2. Used for hosted databases with Auto Tiering for Redis 7.2 and later.
+2. Used for hosted databases with Auto Tiering between Redis 7.2 and Redis 8.2.
+
+3. Used for Redis Flex databases for Redis 8.2 or later. Available Flex billing units depend on the RAM percentage you set for your database.
Prices vary according to the cloud provider and region. Minimum prices apply.
\ No newline at end of file
diff --git a/content/operate/rc/databases/create-database/create-flex-database.md b/content/operate/rc/databases/create-database/create-flex-database.md
index 27c58d6af2..3e34a86665 100644
--- a/content/operate/rc/databases/create-database/create-flex-database.md
+++ b/content/operate/rc/databases/create-database/create-flex-database.md
@@ -103,8 +103,12 @@ In the **Advanced options** of the **Setup** tab, select **Redis Flex**.
{{}}
-During the **Sizing** step, when you are provisioning your databases, you can select the RAM percentage for your database. The default is 20%, but you can select a percentage between 10% and 50%. Lower RAM percentages reduce cost but may increase latency, while higher RAM percentages improve throughput and latency at higher cost.
+During the **Sizing** step, when you are provisioning your databases, you can select the RAM percentage for your database. The default is 20%, but you can select a percentage between 10% and 50%. Lower RAM percentages reduce cost but may increase latency, while higher RAM percentages improve throughput and latency at higher cost. See [Choosing the right RAM ratio](https://support.redislabs.com/hc/en-us/articles/36437338181522-Redis-Flex-V2-Choosing-the-Right-RAM-Ratio-and-Troubleshooting-Performance) to choose the right RAM percentage for your database.
{{}}
-Continue with the instructions to [create your database]({{< relref "/operate/rc/databases/create-database/create-pro-database-new#custom-settings" >}}).
\ No newline at end of file
+Continue with the instructions to [create your database]({{< relref "/operate/rc/databases/create-database/create-pro-database-new#custom-settings" >}}).
+
+## Troubleshooting
+
+See [Troubleshooting Redis Flex performance questions](https://support.redislabs.com/hc/en-us/articles/36437338181522-Redis-Flex-V2-Choosing-the-Right-RAM-Ratio-and-Troubleshooting-Performance#h_01KV6F382KNM8N0W00DFEHPY3S) on the Redis Support knowledge base to learn how to troubleshoot Redis Flex databases.
\ No newline at end of file
diff --git a/static/images/rc/billing-add-credit-card.png b/static/images/rc/billing-add-credit-card.png
index 3b915d6303..db3d2cce4e 100644
Binary files a/static/images/rc/billing-add-credit-card.png and b/static/images/rc/billing-add-credit-card.png differ
diff --git a/static/images/rc/billing-add-first-card.png b/static/images/rc/billing-add-first-card.png
index 324a0855fc..40c68b1571 100644
Binary files a/static/images/rc/billing-add-first-card.png and b/static/images/rc/billing-add-first-card.png differ