-
-
-
-We also provide an HTTP API. Our API is a great choice if an SDK isn't
-available for your environment yet, as you can use it in any type of
-application:
-
-- [HTTP API](/http-api)
-
-## Tools
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-## Filing bugs
-
-You can file bug reports or feature requests via github issues in our Statsig Feedback repository
-
- # Need more help?
-
-Statsig strives to provide the best support possible. You can
-
-- Join our slack support channel for live supports: Join our slack support
-- Schedule a live demo: Schedule a demo
diff --git a/docs/test_getting-started.mdx b/docs/test_getting-started.mdx
deleted file mode 100644
index 472d08ff1..000000000
--- a/docs/test_getting-started.mdx
+++ /dev/null
@@ -1,356 +0,0 @@
-import Button from "@mui/material/Button";
-import OutlinedCard from "@site/src/components/OutlinedCard";
-import Card from "@mui/material/Card";
-import CardActions from "@mui/material/CardActions";
-import CardContent from "@mui/material/CardContent";
-import CardHeader from "@mui/material/CardHeader";
-import Icon from "@mui/material/Icon";
-import IconButton from "@mui/material/IconButton";
-import Link from "@mui/material/Link";
-
-import LogOnClick from "@site/src/components/LogOnClick";
-
-import Tabs from "@theme/Tabs";
-import TabItem from "@theme/TabItem";
-
-Statsig is the world’s most advanced experimentation platform. It enables your entire company to run experiments collaboratively and quickly, with minimal engineering effort.
-
-There are two ways to seamlessly integrate Statsig into your product development:
-
-- **Statsig Cloud:** Set up ***Statsig SDK***, configure **events logging**. Everything else is handled by us.
- - You get feature gates and 1 million metered events for free, as well as many analytics tools such as Dashboard, Metrics Explorer, and Insights. Here is [a link](https://www.statsig.com/pricing) to our pricing details.
-- **Warehouse Native:** If the events or metrics you want to experiment on are already in your warehouse, you may want to consider [Warehouse Native](/statsig-warehouse-native/introduction) (WHN).
- - With WHN, you can host Statsig’s Stats Engine within your own Data Warehouse, calculating metric lifts on your own datasets. This is particularly useful for teams with strong privacy constraints.
- - You can use non-Statsig SDKs for feature assignment and provide us exposures in a table (you randomize), or use our SDKs (we randomize and write into your warehouse). The former helps you scale analysis; the latter helps you [10x experimentation velocity](https://www.statsig.com/blog/features-to-10x-experiment-velocity).
- - Today’s this option is only available with Enterprise contracts. Check [this link](/statsig-warehouse-native/introduction) for more details or [Schedule a demo](https://www.statsig.com/contact/demo) with our sales team.
-
-This page gives you an organized overview of how to set up the SDK. SDK can help you log events, and assignments, which will light up **feature gate**, **experiments**, and **analytics** within half an hour.
-
-
-# Overview: What is Statsig, and what is needed to set it up?
-
-Statsig provides three tightly-integrated core capabilities:
-
-1. **Experimentation**: Run **AB tests** with minimal engineering efforts (two lines of code), and make decisions as a team with a powerful and intuitive **Console.**
-2. **Feature Gating**: **Decouple code deployment** and **feature deployment,** giving you **full control** of your users’ experiences, including the ability to rollout or rollback features in a single click.
-3. **User Analytics**: Dashboards, charts, funnels, retention; from logged events to all sorts of business metrics.
-
-Statsig helps you generate two core outputs — **metrics** and **exposures** — metrics summarizes user behaviors that are meaningful to your business; exposure tells us, and allows us to control, what features each user is exposed to.
-
-**Logging Events** is the foundation for **metrics**, and **Feature assignment** is the foundation for **exposures**. Statsig has best-in-class **SDKs** built with experimentation as a first-class citizen, that once turned on, can create logging events and feature assignments to power all Statsig features. The SDK is strongly recommended for as it’s reliable, resilient, and have many experimentation best practices built in.
-
-*You can use Statsig without its SDK. For example, **metrics** can come from raw events table, metric definitions, or a precomputed metrics table; **assignments** can come from 3rd party tool, or in-house assignment tool. Statsig is modulated to work with other tools you are currently using.*
-
-Now, let’s walk through how to use Statsig SDK to turn on events logging.
-
-# Three Steps to Turn on Statsig Cloud
-
-## Step 1. Integrate with our SDK
-export const ArrowButton = ({ link }) => (
-
-
- arrow_forward
-
-
-);
-
-export const SDKCard = ({ language, image, link }) => (
-
-
- {language}
-
-
-
-
-
-
-);
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-We also provide an HTTP API. Our API is a great choice if an SDK isn't
-available for your environment yet, as you can use it in any type of
-application:
-
-- [HTTP API](/http-api)
-## Step 2. Set Up Your First Feature Gate
-
-Check [this page](/guides/first-feature) for a full walkthrough
-
-![fg_setup](https://github.com/statsig-io/docs/assets/139815787/4a320c20-c060-4dc2-a493-178f9e7855e9)
-
-## Step 3. Start Logging Events
-
-Check [this page](/guides/logging-events) for a full walkthrough
-
-![logging_setup](https://github.com/statsig-io/docs/assets/139815787/219f2980-6bae-418d-896a-1305d5bb52c2)
-
-## Hooray!
-
-Now, **events** are **logged** and passed to Statsig Cloud via the SDK. They will start being computed as metrics in your ***Metrics Catalog***:
-
-![metrics](https://github.com/statsig-io/docs/assets/139815787/f810a6e4-eca8-4ed4-be96-76f134f14397)
-
-Which you can add to a [***Dashboard***](/metrics):
-
-![dashboard](https://github.com/statsig-io/docs/assets/139815787/cd6b2f71-8ca0-4d77-8d7c-a2b081bbbc8e)
-
-Or even start trying to optimize via ***Experiments***:
-
-![experiment](https://github.com/statsig-io/docs/assets/139815787/cf61372a-9429-4594-936b-dfea825eacd9)
-
-# Need more help?
-
-Statsig strives to provide the best support possible. You can
-
-- Join our slack support channel for live supports: Join our slack support
-- Schedule a live demo: Schedule a demo
-
-## Walkthrough Guides
-
-
-
-
-
-
-
-
-
-
-## Tools
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/understanding-platform.mdx b/docs/understanding-platform.mdx
index 6fd571198..17fcf7f6a 100644
--- a/docs/understanding-platform.mdx
+++ b/docs/understanding-platform.mdx
@@ -3,6 +3,59 @@ title: Statsig Platform Overview
slug: /understanding-platform
---
-import Test from "./understanding-the-platform.md";
-
\ No newline at end of file
+Statsig offers two flexible ways to leverage its core products based on your needs: Statsig Cloud (where we host your data) and Statsig Warehouse Native (where you host your data in your own warehouse).
+
+---
+
+## Statsig Cloud
+
+With Statsig Cloud, setting up is simple. Install the Statsig SDK and configure event logging—we handle everything else.
+
+- You get feature flags and 1 million metered events for free.
+- Enjoy powerful analytics tools such as the Dashboard, Metrics Explorer, and Insights.
+- For more details on the pricing, check [our pricing page](https://www.statsig.com/pricing).
+
+Statsig Cloud is a great choice for those who want to get started quickly without needing to manage infrastructure or data warehousing.
+
+---
+
+## Statsig Warehouse Native (WHN)
+
+If your events and metrics already reside in your own data warehouse and you have a dedicated data team, Statsig Warehouse Native (WHN) may be a better option.
+
+- WHN allows you to host Statsig’s Stats Engine within your warehouse, enabling you to calculate metric lifts on your pre-existing datasets.
+- You can choose between two methods:
+ 1. **Using 3rd party or your own SDKs**: You handle feature assignment and provide us exposure data (you randomize the users).
+ 2. **Using Statsig SDKs**: We handle randomization and write data into your warehouse for you.
+
+The first method helps you scale analysis, while the second can 10x your experimentation velocity.
+
+> Note: WHN is available only with Enterprise contracts. If you’re interested in this option, check [this link](/statsig-warehouse-native/introduction) or [schedule a demo](https://www.statsig.com/contact/demo) with our Sales team.
+>
+
+---
+
+## Which Model is Right for You?
+
+Below is a summary of key criteria to consider when making your decision between the two modes of deployment:
+
+| Criteria | Cloud-hosted | Warehouse native (WHN) |
+| --- | --- | --- |
+| Data Source | Primary source of metrics come from Statsig SDKs or CDPs like Segment. Some metrics can still come from a warehouse. | Warehouse is the primary source of metrics, making WHN ideal when wanting to reuse existing data pipelines and computation. |
+| Analysis needs | Automated experimentation for every experiment and product launch, especially with metrics derived from event logging. | Flexible analysis on top of your existing source of truth metric data. |
+| Data team involvement | Involvement is optional but recommended for experiment design and readouts. | Necessary for setting up the warehouse connection and configuring core metrics, but not mandatory for every experiment. |
+| Costs | TCO is slightly lower. No warehouse costs involved. | TCO includes Statsig license + costs incurred for computation and storage in your warehouse. |
+| Modularity | An integrated end-to-end platform that spans SDKs for feature rollout, experiment execution, analysis, and experiment readouts. | Modular: You can opt for the integrated end-to-end platform or choose to use only a subset of capabilities, such as assignment or experiment analysis. |
+
+Still unsure! Read this blog post for further information: [Statsig Cloud vs Warehouse Native](https://www.statsig.com/blog/deciding-cloud-hosted-versus-warehouse-native-experimentation-platforms).
+
+## Next steps
+Once you've decided whether Statsig Cloud or Statsig Warehouse Native fits your organization’s needs, choose the appropriate *getting started* guide for your first use case:
+
+- [Getting Started with Statsig Cloud](/sdks/getting-started)
+- [Getting Started with Statsig Warehouse Native](/statsig-warehouse-native/guides/quick-start)
+
+:::info
+Have a question or need help getting set up? Our Engineering, Data, and Product teams are ready to answer questions in our [Slack community](https://www.statsig.com/slack).
+:::
diff --git a/docs/understanding-the-platform.md b/docs/understanding-the-platform.md
deleted file mode 100644
index 7cc3472ef..000000000
--- a/docs/understanding-the-platform.md
+++ /dev/null
@@ -1,60 +0,0 @@
----
-sidebar_label: Getting Started
-title: Getting Started
----
-
-Statsig offers two flexible ways to leverage its core products based on your needs: Statsig Cloud (where we host your data) and Statsig Warehouse Native (where you host your data in your own warehouse).
-
----
-
-## Statsig Cloud
-
-With Statsig Cloud, setting up is simple. Install the Statsig SDK and configure event logging—we handle everything else.
-
-- You get feature flags and 1 million metered events for free.
-- Enjoy powerful analytics tools such as the Dashboard, Metrics Explorer, and Insights.
-- For more details on the pricing, check [our pricing page](https://www.statsig.com/pricing).
-
-Statsig Cloud is a great choice for those who want to get started quickly without needing to manage infrastructure or data warehousing.
-
----
-
-## Statsig Warehouse Native (WHN)
-
-If your events and metrics already reside in your own data warehouse and you have a dedicated data team, Statsig Warehouse Native (WHN) may be a better option.
-
-- WHN allows you to host Statsig’s Stats Engine within your warehouse, enabling you to calculate metric lifts on your pre-existing datasets.
-- You can choose between two methods:
- 1. **Using 3rd party or your own SDKs**: You handle feature assignment and provide us exposure data (you randomize the users).
- 2. **Using Statsig SDKs**: We handle randomization and write data into your warehouse for you.
-
-The first method helps you scale analysis, while the second can 10x your experimentation velocity.
-
-> Note: WHN is available only with Enterprise contracts. If you’re interested in this option, check [this link](/statsig-warehouse-native/introduction) or [schedule a demo](https://www.statsig.com/contact/demo) with our Sales team.
->
-
----
-
-## Which Model is Right for You?
-
-Below is a summary of key criteria to consider when making your decision between the two modes of deployment:
-
-| Criteria | Cloud-hosted | Warehouse native (WHN) |
-| --- | --- | --- |
-| Data Source | Primary source of metrics come from Statsig SDKs or CDPs like Segment. Some metrics can still come from a warehouse. | Warehouse is the primary source of metrics, making WHN ideal when wanting to reuse existing data pipelines and computation. |
-| Analysis needs | Automated experimentation for every experiment and product launch, especially with metrics derived from event logging. | Flexible analysis on top of your existing source of truth metric data. |
-| Data team involvement | Involvement is optional but recommended for experiment design and readouts. | Necessary for setting up the warehouse connection and configuring core metrics, but not mandatory for every experiment. |
-| Costs | TCO is slightly lower. No warehouse costs involved. | TCO includes Statsig license + costs incurred for computation and storage in your warehouse. |
-| Modularity | An integrated end-to-end platform that spans SDKs for feature rollout, experiment execution, analysis, and experiment readouts. | Modular: You can opt for the integrated end-to-end platform or choose to use only a subset of capabilities, such as assignment or experiment analysis. |
-
-Still unsure! Read this blog post for further information: [Statsig Cloud vs Warehouse Native](https://www.statsig.com/blog/deciding-cloud-hosted-versus-warehouse-native-experimentation-platforms).
-
-## Next steps
-Once you've decided whether Statsig Cloud or Statsig Warehouse Native fits your organization’s needs, choose the appropriate *getting started* guide for your first use case:
-
-- [Getting Started with Statsig Cloud](/sdks/getting-started)
-- [Getting Started with Statsig Warehouse Native](/statsig-warehouse-native/guides/quick-start)
-
-:::info
-Have a question or need help getting set up? Our Engineering, Data, and Product teams are ready to answer questions in our [Slack community](https://www.statsig.com/slack).
-:::