"use client"; import { ExternalLink } from "lucide-react"; import { MCPSection } from "@/components/MCPSection"; import { OrganizationPreferencesSection } from "@/components/OrganizationPreferencesSection"; import { TelemetrySection } from "@/components/TelemetrySection"; import { Card, CardContent, CardDescription, CardHeader, CardTitle, } from "@/components/ui/card"; export default function SettingsPage() { return (

Platform Settings

Manage your platform configuration and integrations.

Preferences Set organization-wide defaults such as the test phone number and timezone. MCP Server Let AI agents access your Dograh workspace and documentation via the Model Context Protocol.{" "} Learn more Telemetry Configure Langfuse tracing for your voice agent calls.{" "} Learn more
); }