# Evidence Docs ## Docs - [Changelog](https://docs.evidence.studio/changelog.md): Track the latest updates and improvements to Evidence - [Commands](https://docs.evidence.studio/cli/commands.md): Reference for all Evidence CLI commands. - [Connect your CLI to your data](https://docs.evidence.studio/cli/connections.md): Connect the Evidence CLI to the Evidence Warehouse or to a warehouse you own. - [CLI](https://docs.evidence.studio/cli/index.md): Develop Evidence Studio projects locally or with the agent of your choice. - [Accordion](https://docs.evidence.studio/components/accordion.md): An accordion component that organizes content into collapsible sections. - [Accordion Item](https://docs.evidence.studio/components/accordion_item.md): An accordion item that can be expanded or collapsed. - [Accordion Title](https://docs.evidence.studio/components/accordion_title.md): Rich title content for an accordion item. Use this instead of the `title` attribute when the title needs to contain other components (e.g. `big_value`). - [Area](https://docs.evidence.studio/components/area.md): Add an area series to a [combo_chart](/components/combo_chart) - [Area Chart](https://docs.evidence.studio/components/area_chart.md): Display an area chart - [Area Layer](https://docs.evidence.studio/components/area_layer.md): Add a choropleth layer to a map - [Audio](https://docs.evidence.studio/components/audio.md): Embed an audio player for mp3, wav, and other audio formats - [Bar](https://docs.evidence.studio/components/bar.md): Add a bar series to a [combo_chart](/components/combo_chart) - [Bar Chart](https://docs.evidence.studio/components/bar_chart.md): Display a bar chart - [Benchmark Comparison](https://docs.evidence.studio/components/benchmark_comparison.md): Define a custom benchmark comparison option for a comparison_selector - [Big Value](https://docs.evidence.studio/components/big_value.md): Display a big value with optional comparison, delta, and sparkline - [Bubble](https://docs.evidence.studio/components/bubble.md): Add a bubble series to a [combo_chart](/components/combo_chart) - [Bubble Chart](https://docs.evidence.studio/components/bubble_chart.md): Display a bubble chart - [Button Group](https://docs.evidence.studio/components/button_group.md): Display a segmented button group with distinct values from a database column to use in filters - [Calendar Heatmap](https://docs.evidence.studio/components/calendar_heatmap.md): Display a calendar heatmap visualization - [Callout](https://docs.evidence.studio/components/callout.md): Add a callout box to show a message or highlight a section of text - [Candlestick](https://docs.evidence.studio/components/candlestick.md): Display a candlestick chart for OHLC (Open, High, Low, Close) financial data visualization - [Chord Chart](https://docs.evidence.studio/components/chord_chart.md): Display a chord diagram showing flows between nodes around a circle - [Clock](https://docs.evidence.studio/components/clock.md): Display a live clock with running seconds and the current date - [Combo Chart](https://docs.evidence.studio/components/combo_chart.md): Display a chart with a combination of multiple series types. Accepts area, bar, bubble, line, and scatter children series. - [Commentary](https://docs.evidence.studio/components/commentary.md): Allows users to input commentary to be saved with the page - [Comparison Selector](https://docs.evidence.studio/components/comparison_selector.md): Display a selector for comparison options to use in SQL query templates - [Custom Echart](https://docs.evidence.studio/components/custom_echart.md): Render any Apache ECharts chart type using a raw ECharts config in the tag body. An escape hatch for charts the built-in components cannot express. - [Date Grain Selector](https://docs.evidence.studio/components/date_grain_selector.md): Display a selector for date grain options to use in SQL query templates - [Delta](https://docs.evidence.studio/components/delta.md): Display an inline delta value with an up/down indicator - [Details](https://docs.evidence.studio/components/details.md): The details component - [Dimension](https://docs.evidence.studio/components/dimension.md): Add a dimension to a table, including date filtering, date grains, formatting, and more - [Dimension Grid](https://docs.evidence.studio/components/dimension_grid.md): Display an interactive grid of dimension columns with aggregated metrics and bar visualizations for filtering - [Download](https://docs.evidence.studio/components/download.md): A button to download data as an Excel file, supports up to 500,000 row downloads via the limit attribute. - [Dropdown](https://docs.evidence.studio/components/dropdown.md): Display a dropdown with distinct values from a database column to use in filters - [Else](https://docs.evidence.studio/components/else.md): If prior conditional blocks do not pass, the contents of the else block are rendered. - [Else If](https://docs.evidence.studio/components/else_if.md): If prior conditional blocks do not pass, conditionally render the contents based on whether rows are returned by the query. - [Fence](https://docs.evidence.studio/components/fence.md): Display a code block - [Filter Bar](https://docs.evidence.studio/components/filter_bar.md): Renders a floating bar of filters at the top or bottom of your page - [Funnel Chart](https://docs.evidence.studio/components/funnel_chart.md): Display a funnel chart showing conversion rates through stages - [Heat Grid](https://docs.evidence.studio/components/heat_grid.md): Display a grid of color-coded cells based on metric thresholds - [Heatmap](https://docs.evidence.studio/components/heatmap.md): Display a heatmap chart with color-coded cells - [Heatmap Layer](https://docs.evidence.studio/components/heatmap_layer.md): Add a heatmap layer to a map showing density of lat/lng coordinates - [Histogram](https://docs.evidence.studio/components/histogram.md): Display a histogram chart showing the distribution of values in a column. - [Horizontal Bar Chart](https://docs.evidence.studio/components/horizontal_bar_chart.md): Display a horizontal bar chart - [Html](https://docs.evidence.studio/components/html.md): Build custom, interactive visualizations with HTML and JavaScript — D3, Chart.js, Observable Plot, or any JS library. A fully supported way to create bespoke charts, diagrams, and widgets the built-in components don't cover. - [Icon](https://docs.evidence.studio/components/icon.md): Display an icon with customizable size and color - [If](https://docs.evidence.studio/components/if.md): Conditionally render the contents based on whether rows are returned by the query. - [Iframe](https://docs.evidence.studio/components/iframe.md): Embed another URL into your page - [Image](https://docs.evidence.studio/components/image.md): Display an image from a URL or from a data query, or paste an image directly into the editor to upload and insert an image tag automatically. - [Info](https://docs.evidence.studio/components/info.md): Display an info icon with a tooltip showing additional information on hover - [Input Tabs](https://docs.evidence.studio/components/input_tabs.md): Display a tab-style selector with distinct values from a database column to use in filters. Appears full-width and does not group with other filter inputs. - [Line](https://docs.evidence.studio/components/line.md): Add a line series to a [combo_chart](/components/combo_chart) - [Line Break](https://docs.evidence.studio/components/line_break.md): Adds vertical spacing between content by inserting line breaks - [Line Chart](https://docs.evidence.studio/components/line_chart.md): Display a line chart - [Link](https://docs.evidence.studio/components/link.md): Link to another page in Evidence or an external location - [Link Button](https://docs.evidence.studio/components/link_button.md): A button that links to a URL - [Logo](https://docs.evidence.studio/components/logo.md): Display a company logo from logo.dev - [Map](https://docs.evidence.studio/components/map.md): Display an interactive map - [Measure](https://docs.evidence.studio/components/measure.md): Add a measure to a table, including comparisons, sparklines, and more - [Modal](https://docs.evidence.studio/components/modal.md): Modal that shows content when opened. - [Note](https://docs.evidence.studio/components/note.md): The note component - [Option](https://docs.evidence.studio/components/option.md): Add an option to a dropdown or button_group component - [Page Break](https://docs.evidence.studio/components/page_break.md): Start content on a new page when printing or generating PDFs - [Partial](https://docs.evidence.studio/components/partial.md): Use a reusable partial to render a section of content. Create a partial in the page sidebar of your project. - [Pie Chart](https://docs.evidence.studio/components/pie_chart.md): Display a pie chart (donut style by default, use inner_radius="0%" for full pie) - [Pivot](https://docs.evidence.studio/components/pivot.md): Add a pivot to a table, including date filtering, date grains, formatting, and more - [Point Layer](https://docs.evidence.studio/components/point_layer.md): Add a point layer to a map showing lat/lng coordinates - [Polar Chart](https://docs.evidence.studio/components/polar_chart.md): Display a polar chart with bars arranged in a circular pattern - [Print Group](https://docs.evidence.studio/components/print_group.md): Group content together to prevent page breaks or hide content when printing or generating PDFs - [Progress Bars](https://docs.evidence.studio/components/progress_bars.md): Display progress bars showing a numerator/denominator ratio per category - [Radar Chart](https://docs.evidence.studio/components/radar_chart.md): Display a radar chart comparing values across multiple axes - [Range Calendar](https://docs.evidence.studio/components/range_calendar.md): Display a date range picker for use in SQL query templates - [Reference Area](https://docs.evidence.studio/components/reference_area.md): Add a reference area inside a chart - [Reference Line](https://docs.evidence.studio/components/reference_line.md): Add a reference line inside a chart - [Reference Point](https://docs.evidence.studio/components/reference_point.md): Add a reference point inside a chart - [Repeat](https://docs.evidence.studio/components/repeat.md): Repeats the children of this component once for each distinct value of a column - [Row](https://docs.evidence.studio/components/row.md): A flexible layout that places its children next to each other - [Sankey Chart](https://docs.evidence.studio/components/sankey_chart.md): Display a Sankey diagram showing flow between nodes - [Scatter](https://docs.evidence.studio/components/scatter.md): Add a scatter series to a [combo_chart](/components/combo_chart) - [Scatter Chart](https://docs.evidence.studio/components/scatter_chart.md): Display a scatter chart - [Slider](https://docs.evidence.studio/components/slider.md): A numeric slider input that can be used in filters - [Sparkline](https://docs.evidence.studio/components/sparkline.md): Display a small sparkline chart. To add sparklines to a table, use the measure component with the viz="sparkline" option. - [Stack](https://docs.evidence.studio/components/stack.md): A flexible layout that stacks its children vertically - [Tab](https://docs.evidence.studio/components/tab.md): An individual tab panel within a tabs component. - [Table](https://docs.evidence.studio/components/table.md): Display a table of data with dimensions, pivots, and measures - [Table Filter](https://docs.evidence.studio/components/table_filter.md): A filter component for tables with multiple condition support - [Tabs](https://docs.evidence.studio/components/tabs.md): A tabs component that organizes content into multiple panels. - [Target Comparison](https://docs.evidence.studio/components/target_comparison.md): Define a custom target comparison option for a comparison_selector - [Text Input](https://docs.evidence.studio/components/text_input.md): A text input field that can be used in filters - [Toggle](https://docs.evidence.studio/components/toggle.md): Display a toggle switch that outputs true/false values for use in filters - [Treemap](https://docs.evidence.studio/components/treemap.md): Display a treemap of nested rectangles sized by value - [Value](https://docs.evidence.studio/components/value.md): Display a single value from a database query - [Components](https://docs.evidence.studio/core-concepts/components.md): Components are used to create visual elements such as charts, tables and UI elements. - [Custom Components](https://docs.evidence.studio/core-concepts/custom-components.md): Build your own Markdoc tags from markdown files — each component declares typed attributes in frontmatter and can be called from any page like a built-in. - [Data Sources](https://docs.evidence.studio/core-concepts/data-sources.md): Connect your database, flat files or cloud storage buckets for use in reports. - [Markdown](https://docs.evidence.studio/core-concepts/markdown.md): Evidence pages are written in markdown, with additional syntax for adding SQL queries and charts. - [Models](https://docs.evidence.studio/core-concepts/models.md): Transform and combine your data with SQL models that run automatically in the background. - [Partials](https://docs.evidence.studio/core-concepts/partials.md): Partials allow you to define reusable sections of content that can be included across multiple pages in your project. - [Value Formatting](https://docs.evidence.studio/core-concepts/value-formatting.md): Format values in components. - [Variables](https://docs.evidence.studio/core-concepts/variables.md): Create reusable values for use in markdown and SQL. - [Microsoft Azure Blob Storage](https://docs.evidence.studio/data-sources/abs.md): Connect to Parquet files in Microsoft Azure Blob Storage. - [ActiveCampaign](https://docs.evidence.studio/data-sources/activecampaign.md): ActiveCampaign is a customer experience automation platform. - [Adjust](https://docs.evidence.studio/data-sources/adjust.md): Adjust is a mobile measurement and fraud prevention platform. - [Airtable](https://docs.evidence.studio/data-sources/airtable.md): Airtable is an online collaboration platform for creating and sharing relational databases. - [Amazon Ads](https://docs.evidence.studio/data-sources/amazon_ads.md): Amazon Ads is an advertising service that uses the pay-per-click model. - [Amplitude](https://docs.evidence.studio/data-sources/amplitude.md): Amplitude is the comprehensive product analytics software for web and mobile - [Apollo](https://docs.evidence.studio/data-sources/apollo.md): Apollo is an AI sales platform. - [Apple Search Ads](https://docs.evidence.studio/data-sources/apple_search_ads.md): Apple Search Ads helps people discover your app on the App Store for iPhone and iPad. - [AppsFlyer](https://docs.evidence.studio/data-sources/appsflyer.md): AppsFlyer is a mobile app tracking and attribution analytics platform. - [Asana](https://docs.evidence.studio/data-sources/asana.md): Asana is a project management tool that helps teams track their tasks and projects. - [Athena](https://docs.evidence.studio/data-sources/athena.md): AWS Athena is a serverless, interactive query service that enables analysis of data directly in Amazon S3 using standard SQL. Evidence supports connecting to Athena as a data source for querying data. - [Attio](https://docs.evidence.studio/data-sources/attio.md): Attio is a modern CRM platform. Evidence syncs your Attio data including companies, people, lists, and custom attributes. - [Azure Postgres](https://docs.evidence.studio/data-sources/azure-postgres.md): Azure Postgres is Microsoft's fully managed PostgreSQL database service. Evidence syncs your Azure Postgres data automatically, keeping your reports up to date. - [Azure SQL Database](https://docs.evidence.studio/data-sources/azure-sql.md): Azure SQL Database is Microsoft's fully managed relational cloud database. Evidence syncs your Azure SQL Database data automatically, keeping your reports up to date. - [BackBlaze](https://docs.evidence.studio/data-sources/backblaze.md): Connect to Parquet files in BackBlaze. - [Microsoft Advertising](https://docs.evidence.studio/data-sources/bingads.md): Microsoft Advertising (formerly known as Bing Ads) is a service that provides pay-per-click advertising for both the Bing and Yahoo search engines. To get an overview of Microsoft Advertising, see its entity hierarchy and limits documentation. - [Braintree](https://docs.evidence.studio/data-sources/braintree.md): Braintree helps businesses of all sizes, from small to large enterprise, accept, process, and split payments to help maximize business opportunities and revenue growth. Companies around the world benefit from the technology and support of Braintree coupled with the scale, backing, and confidence of… - [Braze](https://docs.evidence.studio/data-sources/braze.md): Braze is a platform for cross-channel marketing automation. - [Brevo](https://docs.evidence.studio/data-sources/brevo.md): Brevo is a digital marketing platform for businesses. - [Brex](https://docs.evidence.studio/data-sources/brex.md): Brex is a spend management platform. - [Chargebee Product Catalog 2.0](https://docs.evidence.studio/data-sources/chargebee_product_catalog_2.md): Chargebee Product Catalog 2.0 is a billing, subscription, and revenue management platform. - [ClickUp](https://docs.evidence.studio/data-sources/clickup.md): ClickUp is a cloud-based collaboration and project management tool. - [Close](https://docs.evidence.studio/data-sources/close.md): Close is a sales platform built to help small businesses grow faster. - [SAP Concur](https://docs.evidence.studio/data-sources/concur.md): SAP Concur provides an integrated online business travel and expense management software solution that automates your travel expenses. - [Confluence](https://docs.evidence.studio/data-sources/confluence.md): Confluence is a content management platform. - [Constant Contact](https://docs.evidence.studio/data-sources/constant_contact.md): Constant Contact is a digital and email marketing platform. - [Copper](https://docs.evidence.studio/data-sources/copper.md): Copper is a CRM platform for businesses using Google Workspace. - [Criteo](https://docs.evidence.studio/data-sources/criteo.md): Criteo helps internet retailers serve personalized advertisements through retargeting - [Custom Bucket Provider](https://docs.evidence.studio/data-sources/custom.md): Connect to Parquet files in Custom Bucket Provider. - [Customer.io](https://docs.evidence.studio/data-sources/customerio.md): Customer.io is an automated messaging platform. - [Databricks](https://docs.evidence.studio/data-sources/databricks.md): Databricks is a unified analytics platform built on Apache Spark. Evidence syncs your Databricks data automatically, keeping your reports up to date. - [Datadog](https://docs.evidence.studio/data-sources/datadog.md): Datadog is a monitoring and analytics platform. Evidence syncs your Datadog data including metrics, dashboards, monitors, hosts, and usage data. - [Delta Lake](https://docs.evidence.studio/data-sources/deltalake_s3.md) - [Dixa](https://docs.evidence.studio/data-sources/dixa.md): Dixa is a customer service platform. - [Drip](https://docs.evidence.studio/data-sources/drip.md): Drip is a marketing automation platform for e-commerce businesses. - [Microsoft Dynamics 365 CRM](https://docs.evidence.studio/data-sources/dynamics_365.md): Microsoft Dynamics 365 CRM is a cloud-based CRM built by Microsoft for maximum flexibility and extensibility. - [Expensify](https://docs.evidence.studio/data-sources/expensify.md): Expensify is an expense management tool for personal and business use. - [Facebook Ads](https://docs.evidence.studio/data-sources/facebook-ads.md): Facebook Ads is an online advertising platform for Meta products. Evidence syncs your Facebook Ads data including ad accounts, campaigns, ad sets, ads, ad creatives, and ad insights. - [Facebook Pages](https://docs.evidence.studio/data-sources/facebook_pages.md): Sync your Facebook pages and posts, as well as insights about them, with the Facebook Pages connector. - [Flat Files](https://docs.evidence.studio/data-sources/file.md): Evidence supports connecting to flat files as a data sources, including CSV, JSONL, and Parquet files. - [FreshBooks](https://docs.evidence.studio/data-sources/freshbooks.md): FreshBooks is an accounting software. - [Freshdesk](https://docs.evidence.studio/data-sources/freshdesk.md): Freshdesk is a SaaS customer support software and help desk ticketing system. The solution also includes features like Knowledge Base, Community Platform, Live Chat, Phone Support, etc. - [Freshsales](https://docs.evidence.studio/data-sources/freshsales.md): Freshsales is a sales CRM software. - [Front](https://docs.evidence.studio/data-sources/front.md): Front simplifies how your team manages email lists and customer communications. It provides services to centralize all your communication in one place and optimize how your team handles every message with powerful automations. It also connects your inbox with all the apps you rely on. - [FullStory](https://docs.evidence.studio/data-sources/fullstory.md): FullStory is a digital experience intelligence platform. - [Google Cloud Storage (GCS)](https://docs.evidence.studio/data-sources/gcs.md): Connect to Parquet files in Google Cloud Storage (GCS). - [GitHub](https://docs.evidence.studio/data-sources/github.md): GitHub is a platform for version control and collaboration. Evidence syncs your GitHub data including repositories, pull requests, issues, and commits. - [GitLab](https://docs.evidence.studio/data-sources/gitlab.md): GitLab is a web-based Git and DevOps platform. - [Gladly](https://docs.evidence.studio/data-sources/gladly.md): Gladly is a customer service platform. - [Gong](https://docs.evidence.studio/data-sources/gongio.md): Gong is a revenue intelligence platform. - [Google Ads](https://docs.evidence.studio/data-sources/google-ads.md): Google Ads is an online advertising platform. Evidence syncs your Google Ads data including campaigns, ad groups, ads, keywords, and performance metrics. - [Google Cloud PostgreSQL](https://docs.evidence.studio/data-sources/google-cloud-postgresql.md): Google Cloud SQL for PostgreSQL is Google's fully managed PostgreSQL database service. Evidence syncs your Google Cloud PostgreSQL data automatically, keeping your reports up to date. - [Google Analytics](https://docs.evidence.studio/data-sources/google_analytics.md): Google Analytics is a web analytics platform. Evidence syncs your Google Analytics 4 data including events, conversions, page views, user metrics, and custom dimensions. - [Google Business Profile](https://docs.evidence.studio/data-sources/google_business_profile.md): Google Business Profile is an online marketing platform. - [Google Search Console](https://docs.evidence.studio/data-sources/google_search_console.md): Google Search Console helps you monitor and maintain your site's presence in Google Search results. - [Gorgias](https://docs.evidence.studio/data-sources/gorgias.md): Gorgias is a customer support platform for e-commerce businesses. - [HappyFox](https://docs.evidence.studio/data-sources/happyfox.md): HappyFox is a customer support and ticket management software. - [Harvest](https://docs.evidence.studio/data-sources/harvest.md): Harvest is an online time-tracking tool. - [Heap](https://docs.evidence.studio/data-sources/heap.md): Heap automatically captures every web, mobile, and cloud interaction: clicks, submits, transactions, emails, and more. Retroactively analyze your data without writing code. - [Help Scout](https://docs.evidence.studio/data-sources/helpscout.md): Help Scout is a help desk software that provides an email-based customer support. - [HubSpot](https://docs.evidence.studio/data-sources/hubspot.md): HubSpot is a CRM platform with tools for marketing, sales, and customer service. Evidence syncs your HubSpot data including companies, contacts, deals, tickets, owners, and pipelines. - [Iceberg](https://docs.evidence.studio/data-sources/iceberg.md): Apache Iceberg is a high performance open-source format for large analytic tables. Evidence supports connecting to Iceberg as a data source for reading data files. - [Evidence Warehouse](https://docs.evidence.studio/data-sources/index.md): Evidence's built-in managed warehouse, and the connectors that load data into it. - [Insightly](https://docs.evidence.studio/data-sources/insightly.md): Insightly is a customer relationship management software. - [Instagram Business](https://docs.evidence.studio/data-sources/instagram_business.md): Instagram Business provides metadata and insights for IG User (Instagram Business Account) and IG Media (Instagram Photo, Video, Story, or Album) objects. - [Intercom](https://docs.evidence.studio/data-sources/intercom.md): Intercom brings messaging products for sales, marketing & customer service to one platform, helping businesses avoid the stiff, spammy status quo and have real conversations that build real connections. Designed to feel like the messaging apps you use every day, Intercom lets you talk to consumers a… - [Iterable](https://docs.evidence.studio/data-sources/iterable.md): Iterable is a growth marketing and customer engagement platform. It enables brands to create, execute and optimize campaigns across email, push, SMS, in-app and more with unparalleled data flexibility. - [Jira](https://docs.evidence.studio/data-sources/jira.md): Jira is a bug tracking, issue tracking and project management software. - [Klaviyo](https://docs.evidence.studio/data-sources/klaviyo.md): Klaviyo is an email platform powered by data built for commerce and web businesses. Klaviyo makes it easy for ecommerce marketers to target, personalize, measure and optimize email and Facebook campaigns. - [Kustomer](https://docs.evidence.studio/data-sources/kustomer.md): Kustomer is a software platform for customer experience, service, and support integrated with a number of sources to give support staff a complete picture of a customer when they contact the company. - [Lemlist](https://docs.evidence.studio/data-sources/lemlist.md): Lemlist is an email outreach and sales engagement platform. Evidence syncs your Lemlist data including campaigns, leads, and activities. - [Linear](https://docs.evidence.studio/data-sources/linear.md): Linear is an issue tracking and project management tool. Evidence syncs your Linear data including issues, projects, teams, and cycles. - [LinkedIn Ad Analytics](https://docs.evidence.studio/data-sources/linkedin_ads.md): LinkedIn Ad Analytics offers you information about the performance of your LinkedIn Ads. - [LinkedIn Company Pages](https://docs.evidence.studio/data-sources/linkedin_company_pages.md): LinkedIn Company Pages offer you information about the company pages statistics, reactions and social metadata by your LinkedIn organizations. - [Mailchimp](https://docs.evidence.studio/data-sources/mailchimp.md): Mailchimp is an email marketing platform to send emails and automated messages, create targeted campaigns, facilitate reporting and analytics, and sell online. - [Marketo](https://docs.evidence.studio/data-sources/marketo.md): Marketo develops marketing automation software that provides inbound marketing, social marketing, CRM, and other related services. - [Mixpanel](https://docs.evidence.studio/data-sources/mixpanel.md): Mixpanel is a business analytics service that tracks user interactions with web and mobile applications. The data collected is used to build custom reports and measure user engagement and retention. - [Mollie](https://docs.evidence.studio/data-sources/mollie.md): Mollie is a payments and financial management platform for businesses. - [Monday.com](https://docs.evidence.studio/data-sources/monday.md): Monday.com is a web and mobile work management platform. - [MongoDB](https://docs.evidence.studio/data-sources/mongo.md): MongoDB is a NoSQL document-oriented database. Evidence syncs your MongoDB collections automatically, keeping your reports up to date. - [MotherDuck](https://docs.evidence.studio/data-sources/motherduck.md): MotherDuck is a cloud-based data platform for running DuckDB. Evidence supports connecting to MotherDuck as a data source. - [MySQL](https://docs.evidence.studio/data-sources/mysql.md): MySQL is one of the world's most popular open-source relational databases. Evidence syncs your MySQL data automatically, keeping your reports up to date. - [NetSuite SuiteAnalytics](https://docs.evidence.studio/data-sources/netsuite_suiteanalytics.md): NetSuite provides SuiteAnalytics as a paid option, giving businesses the power of built-in real-time dashboards, reporting and analysis—integrated right into the ERP, CRM or ecommerce application that you use every day. - [Notion](https://docs.evidence.studio/data-sources/notion.md): Notion is a note taking application. - [Okta](https://docs.evidence.studio/data-sources/okta.md): Okta is an identity management service. - [Optimizely](https://docs.evidence.studio/data-sources/optimizely.md): Optimizely is an experimentation platform, enabling businesses to deliver continuous experimentation and personalization across websites, mobile apps, and connected devices. - [Outbrain](https://docs.evidence.studio/data-sources/outbrain.md): Outbrain is a native advertising platform using targeted advertising to recommend articles, slideshows, blog posts, photos or videos to a reader. - [Outreach](https://docs.evidence.studio/data-sources/outreach.md): Outreach is a sales engagement platform and automation service. - [Paddle](https://docs.evidence.studio/data-sources/paddle.md): Paddle is a payment infrastructure service. - [PayPal](https://docs.evidence.studio/data-sources/paypal.md): PayPal is an online payment processing platform. Evidence syncs your PayPal data including transactions, invoices, payments, subscriptions, and billing plans. - [Pendo](https://docs.evidence.studio/data-sources/pendo.md): Pendo helps product teams understand and guide users to create product experiences that customers love. - [Pinterest Ads](https://docs.evidence.studio/data-sources/pinterest_ads.md): Pinterest Ads is an online advertising platform. Ads can be targeted based on user's demographics, search terms, and interests. - [Pipedrive](https://docs.evidence.studio/data-sources/pipedrive.md): Pipedrive is a sales CRM and pipeline management platform. - [PostgreSQL](https://docs.evidence.studio/data-sources/postgres.md): PostgreSQL is one of the world's most widely used open-source relational databases. Evidence syncs your PostgreSQL data automatically, keeping your reports up to date. - [PostHog](https://docs.evidence.studio/data-sources/posthog.md): PostHog is an open-source product analytics platform. Evidence syncs your PostHog data including events, persons, cohorts, feature flags, and insights. - [Postmark](https://docs.evidence.studio/data-sources/postmark.md): Postmark is an email delivery service. - [Pylon Support Platform](https://docs.evidence.studio/data-sources/pylon_support_platform.md): Pylon Support Platform is a customer support platform. - [QuickBooks](https://docs.evidence.studio/data-sources/quickbooks.md): QuickBooks is Intuit Inc's set of software solutions designed to manage payroll, inventory, sales, and other needs of a small business. The software's features include marketing tools, merchant services, product and supplies training solutions. - [Quora Ads](https://docs.evidence.studio/data-sources/quora_ads.md): Quora Ads is an advertising platform. - [Cloudflare R2](https://docs.evidence.studio/data-sources/r2.md): Connect to Parquet files in Cloudflare R2. - [Ramp](https://docs.evidence.studio/data-sources/ramp.md): Ramp is a corporate card and spend management platform. - [RDS PostgreSQL](https://docs.evidence.studio/data-sources/rds-postgres.md): Amazon RDS PostgreSQL is AWS's fully managed PostgreSQL database service. Evidence syncs your RDS PostgreSQL data automatically, keeping your reports up to date. - [Recharge](https://docs.evidence.studio/data-sources/recharge.md): Recharge provides a recurring billing and subscriptions solution for ecommerce. - [Recurly](https://docs.evidence.studio/data-sources/recurly.md): Recurly provides recurring billing management as an outsourced service. - [Reddit Ads](https://docs.evidence.studio/data-sources/reddit_ads.md): Reddit Ads is an online advertising platform where advertisers bid to display promoted posts sprinkled in with regular Reddit posts. - [Redshift](https://docs.evidence.studio/data-sources/redshift.md): Amazon Redshift is a fully managed, petabyte-scale data warehouse service in the cloud. Evidence supports connecting to Redshift as a data source, allowing you to query data using SQL. The format of the connection string is: `redshift://:@:/?sslmode=require&opti… - [RevenueCat](https://docs.evidence.studio/data-sources/revenuecat.md): RevenueCat is a platform for managing in-app subscriptions and purchases. Evidence syncs your RevenueCat data including subscribers, transactions, entitlements, offerings, and products. - [AWS (S3)](https://docs.evidence.studio/data-sources/s3.md): Connect to Parquet files in AWS (S3). - [Sage Intacct](https://docs.evidence.studio/data-sources/sage_intacct.md): Sage Intacct is a provider of cloud-based accounting software which can provide real-time financial and operational insights, as well as the ability to automate critical processes. - [Sailthru](https://docs.evidence.studio/data-sources/sailthru.md): Sailthru provides services for email management. Sailthru services include scheduling and sending campaigns and transactional emails to each user's interest. Campaigns are email messages scheduled for group of users based on a specific template. It can contain news update or promotional messages. Tr… - [Salesforce](https://docs.evidence.studio/data-sources/salesforce.md): Salesforce is the world's leading customer relationship management (CRM) platform. Evidence syncs your Salesforce data including accounts, contacts, opportunities, leads, and campaigns. - [Salesforce Marketing Cloud](https://docs.evidence.studio/data-sources/salesforce_marketing_cloud.md): Salesforce Marketing Cloud provides digital marketing automation, analytics, and lead management for B2B and B2C companies. - [Salesloft](https://docs.evidence.studio/data-sources/salesloft.md): Salesloft is a sales engagement platform. - [SAP HANA](https://docs.evidence.studio/data-sources/sap_hana_db.md): SAP HANA is an in-memory relational database that powers SAP ECC and SAP S/4HANA systems. Evidence syncs your SAP HANA data automatically, keeping your reports up to date. - [Segment](https://docs.evidence.studio/data-sources/segment.md): Segment is an event tracking library. - [SendGrid](https://docs.evidence.studio/data-sources/sendgrid.md): SendGrid is a customer communication platform for transactional and marketing emails. - [ServiceNow](https://docs.evidence.studio/data-sources/servicenow.md): ServiceNow is a cloud platform that provides service management software as a service. - [Shopify](https://docs.evidence.studio/data-sources/shopify.md): Shopify is an e-commerce platform. Evidence syncs your Shopify data including orders, customers, products, transactions, and inventory. - [Slack](https://docs.evidence.studio/data-sources/slack_app.md): Slack is a messaging program designed specifically for the workplace. - [Snapchat Ads](https://docs.evidence.studio/data-sources/snapchat_ads.md): Snapchat Ads provides a platform to create, manage, and measure your ad campaigns. You can find more information on Snapchat documentation. Snapchat Ads connector provides a history of the settings and detailed reports of your Snapchat Ad Accounts, Campaigns, Ad Squads, and Media Creatives. - [Spotify Ads](https://docs.evidence.studio/data-sources/spotify_ads.md): The Spotify Ads lets get reports on campaigns - [Sprout Social](https://docs.evidence.studio/data-sources/sprout.md): Sprout Social is a social media business management platform. - [SQL Server](https://docs.evidence.studio/data-sources/sqlserver.md): SQL Server is Microsoft's enterprise relational database. Evidence syncs your SQL Server data automatically, keeping your reports up to date. - [Square](https://docs.evidence.studio/data-sources/square.md): Square, Inc. is a financial services, merchant services aggregator, and mobile payment company. - [Stripe](https://docs.evidence.studio/data-sources/stripe.md): Stripe is a payment processing platform. Evidence syncs your Stripe data including charges, customers, subscriptions, and invoices. - [SugarCRM](https://docs.evidence.studio/data-sources/sugarcrm.md): SugarCRM is a customer relationship management (CRM) platform. - [Taboola](https://docs.evidence.studio/data-sources/taboola.md): Taboola develops and markets a service for online content publishers and advertisers that recommends digital content to website users. You can find more information on Taboola documentation. - [The Trade Desk](https://docs.evidence.studio/data-sources/the_trade_desk.md): The Trade Desk is an advertising service that provides users with a multifaceted approach to advertising automation. - [TikTok Ads](https://docs.evidence.studio/data-sources/tiktok_ads.md): TikTok is a video-sharing social networking platform. TikTok Ads gives you information about the performance of your ads. - [Trello](https://docs.evidence.studio/data-sources/trello.md): Trello is a project management tool. - [Trustpilot](https://docs.evidence.studio/data-sources/trustpilot.md): Trustpilot is an online review platform for customer feedback on businesses and services. - [Twilio](https://docs.evidence.studio/data-sources/twilio.md): Twilio is a cloud communications platform. Evidence syncs your Twilio data including calls, messages, accounts, and usage records. - [X Ads](https://docs.evidence.studio/data-sources/twitter_ads.md): X Ads provides a history of the settings and detailed reports of your X Ad Accounts, Campaigns, Line Items, Tweets, and Media Creatives. - [Xero](https://docs.evidence.studio/data-sources/xero.md): Xero provides cloud accounting services and includes a cashbook, automated daily bank feeds, invoicing, debtors, creditors, sales tax and reporting. - [YouTube Analytics](https://docs.evidence.studio/data-sources/youtube_analytics.md): YouTube Analytics helps channel and content owners understand video and audience performance. Evidence syncs your YouTube Analytics data including channel reports, content owner reports, and metadata tables. - [Zendesk Support](https://docs.evidence.studio/data-sources/zendesk.md): Zendesk Support is a cloud-based customer support platform. - [Zoho Books](https://docs.evidence.studio/data-sources/zoho_books.md): Zoho Books is an accounting software. - [Zoho CRM](https://docs.evidence.studio/data-sources/zoho_crm.md): Zoho CRM is an online CRM platform that manages your sales, marketing, and customer support activities. - [Zoho Desk](https://docs.evidence.studio/data-sources/zoho_desk.md): Zoho Desk is a customer service platform. - [Zuora](https://docs.evidence.studio/data-sources/zuora.md): Zuora is a SaaS application designed to automate billing, commerce and finance operations. It helps companies build and run subscription businesses. - [BigQuery](https://docs.evidence.studio/direct-connectors/bigquery.md): Query your BigQuery datasets directly from Evidence without syncing data. - [ClickHouse](https://docs.evidence.studio/direct-connectors/clickhouse.md): Query your own ClickHouse instance directly from Evidence without syncing data. - [Databricks](https://docs.evidence.studio/direct-connectors/databricks.md): Query your own Databricks SQL Warehouse directly from Evidence without syncing data. - [Microsoft Fabric](https://docs.evidence.studio/direct-connectors/fabric.md): Query your Microsoft Fabric Warehouse directly from Evidence without syncing data. - [Snowflake](https://docs.evidence.studio/direct-connectors/snowflake.md): Query your Snowflake warehouse directly from Evidence without syncing data. - [Editing](https://docs.evidence.studio/editing.md): The Evidence Editor is the core of Evidence Studio, allowing you to create and edit reports in markdown and SQL. - [Access Rules](https://docs.evidence.studio/features/access-rules.md): Control which tables and rows each user can see with table restrictions, row-level security rules, and user variables. - [Embedded Analytics](https://docs.evidence.studio/features/embedded.md): Deliver secure, personalized reports to your customers inside your own product - [Layouts](https://docs.evidence.studio/features/layouts.md): The Row and Stack components help you create flexible layouts in Evidence markdown. - [Docs MCP Server](https://docs.evidence.studio/features/mcp-server.md): Use AI tools to build Evidence reports with the Evidence Docs MCP server. - [Page Level Access Control](https://docs.evidence.studio/features/page-level-access-control.md): Control who can view your published reports and pages with a version-controlled access.yaml file. - [Page Settings](https://docs.evidence.studio/features/page-settings.md): Set a page title, layout, theme, and other per-page settings using YAML frontmatter at the top of a page. - [Project Settings](https://docs.evidence.studio/features/project-settings.md): Configure project-wide settings and theme with version-controlled evidence.config.yaml and theme.yaml files. - [SQL Files](https://docs.evidence.studio/features/sql-files.md): Create reusable SQL queries as standalone files that can be referenced by components and inline queries. - [Themes](https://docs.evidence.studio/features/themes.md): Customize colors and layout to match your brand with version-controlled theme.yaml and page settings. - [Translations](https://docs.evidence.studio/features/translations.md): Create multi-language versions of your pages with a version-controlled translations.yaml file at the project root. - [Version Control](https://docs.evidence.studio/features/version-control.md): Learn how to manage your Evidence projects with Git. - [What is Evidence?](https://docs.evidence.studio/index.md): Evidence is a powerful framework for building and publishing data products using SQL, markdown, and AI. - [OSS Migration Guide](https://docs.evidence.studio/migration-guide.md): A comprehensive guide to help you migrate your Evidence OSS projects to Evidence Studio - [Publishing](https://docs.evidence.studio/publishing.md): Publish your reports to share them with your team. - [Quickstart](https://docs.evidence.studio/quickstart.md): Start building reports in under 5 minutes - [Evidence Warehouse](https://docs.evidence.studio/warehouses/evidence-warehouse.md): Evidence's built-in, fully managed cloud warehouse. ## Optional - [Evidence Studio](https://evidence.studio) - [Community](https://slack.evidence.dev)