diff --git a/docs.json b/docs.json
index 715ccef..cb4843b 100644
--- a/docs.json
+++ b/docs.json
@@ -19,7 +19,7 @@
"redirects": [
{
"source": "/unblocker",
- "destination": "/web-render/ai"
+ "destination": "/web-render/overview"
},
{
"source": "/unblocker/ai",
@@ -184,6 +184,12 @@
{
"tab": "Web Render API",
"groups": [
+ {
+ "group": "Get started",
+ "pages": [
+ "web-render/overview"
+ ]
+ },
{
"group": "Endpoints",
"pages": [
diff --git a/web-render/overview.mdx b/web-render/overview.mdx
new file mode 100644
index 0000000..1cdb1ba
--- /dev/null
+++ b/web-render/overview.mdx
@@ -0,0 +1,55 @@
+---
+title: Overview
+icon: compass
+iconType: light
+description: One API to chat with AI, browse, and search the live web.
+---
+
+import { companyName } from '/snippets/whitelabel/config.mdx';
+
+The **{companyName}** Web Render API turns hard-to-reach web content into clean, structured
+data. Every service shares one RESTful interface: authenticate with your API token, send a
+`GET` request, and get back JSON, rendered HTML, or raw HTML.
+
+## Endpoints
+
+
+
+ Generate popular LLM completions.
+
+
+ Unblock difficult-to-crawl websites.
+
+
+ Extract top real-time search results.
+
+
+
+## Configuration
+
+Options that apply across every endpoint.
+
+
+
+ Make requests from anywhere.
+
+
+ Defer responses for later retrieval.
+
+
+
+## Managing your account
+
+
+
+ Understand API credits and billing.
+
+
+ Track API usage and performance.
+
+
+
+## API reference
+
+Prefer to jump straight to the spec? The [API reference](/web-render/reference/ai) documents
+every parameter, response field, and status code for each endpoint.