ARRAY<Feature>
| Blink features detected at runtime
[`technologies`](#technologies) | ARRAY<Technology>
| Technologies detected at runtime
[`metadata`](#metadata) | `STRING` | Additional metadata about the test
diff --git a/src/content/docs/reference/tables/requests.mdx b/src/content/docs/reference/tables/requests.mdx
index fec20b9..1741e1c 100644
--- a/src/content/docs/reference/tables/requests.mdx
+++ b/src/content/docs/reference/tables/requests.mdx
@@ -3,8 +3,158 @@ title: Requests table
description: Reference docs for the httparchive.all.requests table
---
+import { Tabs, TabItem } from '@astrojs/starlight/components';
+
[`httparchive.all.requests`](https://console.cloud.google.com/bigquery?ws=!1m5!1m4!4m3!1shttparchive!2sall!3srequests) is a partitioned and clustered table containing one row per request per page tested in the HTTP Archive. Pages are tested on a monthly basis and as of April 2022, both the root page and one secondary page are tested.
+## Example queries
+
+Here are some common operations you can perform with the `requests` table.
+
+### Count the pages crawled
+
+