diff --git a/docs/tools/perplexity-search.md b/docs/tools/perplexity-search.md
index 9194a914351..1f7ec5f3f9b 100644
--- a/docs/tools/perplexity-search.md
+++ b/docs/tools/perplexity-search.md
@@ -99,18 +99,45 @@ If `provider: "perplexity"` is configured and the Perplexity key SecretRef is un
These parameters apply to the native Perplexity Search API path.
-| Parameter | Description |
-| --------------------- | ---------------------------------------------------- |
-| `query` | Search query (required) |
-| `count` | Number of results to return (1-10, default: 5) |
-| `country` | 2-letter ISO country code (e.g., "US", "DE") |
-| `language` | ISO 639-1 language code (e.g., "en", "de", "fr") |
-| `freshness` | Time filter: `day` (24h), `week`, `month`, or `year` |
-| `date_after` | Only results published after this date (YYYY-MM-DD) |
-| `date_before` | Only results published before this date (YYYY-MM-DD) |
-| `domain_filter` | Domain allowlist/denylist array (max 20) |
-| `max_tokens` | Total content budget (default: 25000, max: 1000000) |
-| `max_tokens_per_page` | Per-page token limit (default: 2048) |
+
+Search query.
+
+
+
+Number of results to return (1–10).
+
+
+
+2-letter ISO country code (e.g. `US`, `DE`).
+
+
+
+ISO 639-1 language code (e.g. `en`, `de`, `fr`).
+
+
+
+Time filter — `day` is 24 hours.
+
+
+
+Only results published after this date (`YYYY-MM-DD`).
+
+
+
+Only results published before this date (`YYYY-MM-DD`).
+
+
+
+Domain allowlist/denylist array (max 20).
+
+
+
+Total content budget (max 1000000).
+
+
+
+Per-page token limit.
+
For the legacy Sonar/OpenRouter compatibility path: