AI FAQ
Straight answers to 50 of the most common artificial intelligence questions - from how language models work to GEO, AI search visibility, and what website owners need to know.
Also see the AI Dictionary for quick definitions of every term used below.
AI Fundamentals
What is artificial intelligence?
Artificial intelligence refers to computer systems designed to perform tasks that typically require human intelligence - understanding language, recognizing patterns, making decisions, and generating content. Modern AI systems learn from massive datasets rather than following hand-coded rules. The most visible AI applications today are large language models like ChatGPT, Claude, and Gemini that can hold conversations, answer questions, and create text.
Hot take: Y'all are just rediscovering SEO by way of 'AI SEO' or 'GEO'. Everyone's acting like optimizing for LLMs is an entirely new discipline. It's not. LLMs are not information retrieval systems.
What is a large language model (LLM)?
A large language model is an AI system trained on vast amounts of text data to understand and generate human language. LLMs like GPT-4, Claude, and Gemini contain billions of parameters (learned numerical values) that encode patterns about language, facts, and reasoning. They power chatbots, AI search tools, content generation, and code assistants.
How do AI language models like ChatGPT actually work?
AI language models work by predicting the next word (token) in a sequence, one at a time. During training, the model reads billions of text examples and learns statistical patterns about which words tend to follow which. At inference time, it uses those learned patterns to generate responses token by token. Despite this simple mechanism, the scale of training data and model size produces remarkably capable behavior including reasoning, translation, and creative writing.
My deep dive into the various patents that underpin how Google's AI Mode works. Search results are no longer deterministic in this environment. They are highly probabilistic due to LLM-driven reasoning chains.
What is the difference between AI, machine learning, and deep learning?
AI is the broadest category - any computer system that performs tasks requiring human-like intelligence. Machine learning is a subset of AI where systems learn from data rather than explicit programming. Deep learning is a subset of machine learning that uses neural networks with many layers to learn complex patterns. Most modern AI applications (ChatGPT, image generators, self-driving cars) use deep learning specifically.
What are tokens and why do they matter?
Tokens are the basic units of text that AI models process - roughly three-quarters of a word in English. The word 'understanding' might be split into 'under' and 'standing' as two tokens. Tokens matter because they determine cost (AI APIs charge per token), context limits (how much text a model can process at once), and processing speed. A typical page of text contains about 500-700 tokens.
Research Data
34% of US adults have used ChatGPT, roughly double the share from 2023. Among adults under 30, that figure rises to 58%. Meanwhile, 28% of employed adults now use ChatGPT for work tasks.
Source: Pew Research Center, June 2025
What is a transformer architecture?
The transformer is the neural network architecture behind all modern large language models. Introduced in a 2017 Google research paper ('Attention Is All You Need'), it uses a mechanism called self-attention to process all words in a text simultaneously rather than one at a time. This parallel processing made it possible to train on much larger datasets than previous architectures, leading directly to the capabilities of GPT, Claude, and Gemini.
What is the context window of an AI model?
The context window is the maximum amount of text (measured in tokens) that an AI model can process in a single conversation. Early models had windows of 4,000 tokens (roughly 3,000 words). Current models offer 128,000 to over 1 million tokens, enough to process entire books or codebases. A larger context window means the model can consider more information when generating a response, but processing long contexts is slower and more expensive.
Research Data
ChatGPT reached 900 million weekly active users in February 2026, more than double the 400 million reported a year earlier. Separately, 133 million US adults (39.2%) are projected to use generative AI in 2026, with 31.3% using AI search specifically.
Sources: OpenAI, February 2026; eMarketer, 2026
What is fine-tuning and how does it differ from pre-training?
Pre-training is the initial phase where a model learns general language patterns from a massive dataset - typically trillions of tokens from the internet, books, and code. Fine-tuning comes after, training the model further on a smaller, specialized dataset to adapt it for specific tasks like following instructions, coding, or medical diagnosis. Pre-training takes months and millions of dollars. Fine-tuning can take hours and a fraction of the cost.
What is RLHF (reinforcement learning from human feedback)?
RLHF is a training technique where human feedback from evaluators who rate multiple AI responses to the same prompt teaches the model to produce outputs that align with human preferences. It is a key reason modern chatbots feel helpful and conversational rather than producing raw, unfiltered text. OpenAI used RLHF extensively for ChatGPT, and Anthropic developed a related approach called Constitutional AI for Claude.
AI Adoption Growth
ChatGPT Weekly Active Users
US Adults Who Have Used ChatGPT
Usage by Demographic (June 2025)
Sources: Pew Research Center, June 2025; OpenAI, February 2026
What are AI hallucinations and why do they happen?
AI hallucinations occur when a model generates information that sounds plausible but is factually incorrect - citing nonexistent studies, inventing statistics, or confidently stating wrong answers. They happen because language models predict probable-sounding text rather than retrieving verified facts. The model has no internal fact-checker. RAG (retrieval-augmented generation) and grounding techniques reduce hallucinations by connecting the model to external data sources.
AI Search & GEO
What is GEO (Generative Engine Optimization)?
GEO (Generative Engine Optimization) is the practice of optimizing your website content to be discovered and cited by AI assistants like ChatGPT, Gemini, Perplexity, and Google AI Overviews. It overlaps significantly with traditional SEO - clear structure, authoritative content, and factual accuracy all help. GEO adds emphasis on providing concise, quotable answers and building the kind of brand presence that AI training data and retrieval systems pick up. Read our full guide on AI Search Optimization.
Generative Engine Optimization: The Next Frontier In Digital Visibility. In the age of ChatGPT, Perplexity, and Claude, GEO is positioned to become the new playbook for brand visibility.
How does AI search differ from traditional Google search?
Traditional Google search returns a ranked list of links and lets users click through to find answers. AI search synthesizes information from multiple sources into a single conversational response, often citing the sources it drew from. Users get a direct answer without clicking ten links. For website owners, this means traffic patterns are shifting - fewer clicks per query, but AI referral traffic tends to convert at higher rates because users arrive with clearer intent.
Research Data
Gartner predicts traditional search engine volume will drop 25% by 2026 due to AI chatbots and virtual agents. BrightEdge found that since AI Overviews launched, impressions increased 49% while click-throughs declined nearly 30%. AI Overviews now trigger on approximately 48% of all Google searches.
Sources: Gartner, February 2024; BrightEdge, May 2025
How do AI models decide which sources to cite?
AI citation behavior depends on the platform. ChatGPT uses web search results from Bing when browsing is enabled, favoring authoritative and recently indexed pages. Perplexity runs its own search index and cites pages that directly answer the query. Google AI Overviews draw primarily from pages already ranking in the top 10 organic results. Across all platforms, clear structure, topical authority, and factual accuracy increase the likelihood of being cited.
AI Citation Gap
AI-Cited URLs in Google Top 10
Only 12% of AI-cited pages also rank in the top 10
Source Overlap Across AI Platforms
Unique to one platform only
Shared across ChatGPT, Perplexity, and AI Overviews
Source: Ahrefs, 2025
What is RAG (Retrieval-Augmented Generation)?
RAG is a technique that improves AI responses by first searching for relevant documents, then feeding those documents to the language model as context before it generates an answer. Instead of relying solely on what the model memorized during training, RAG grounds responses in specific, up-to-date information. Perplexity, ChatGPT with browsing, and Google AI Overviews all use variations of RAG to provide cited, factual answers.
Research Data
Only 12% of URLs cited by AI assistants rank in Google's top 10 organic results. Additionally, 86% of top-mentioned sources are NOT shared across ChatGPT, Perplexity, and AI Overviews - each platform favors different sources, making cross-platform visibility a distinct challenge.
Source: Ahrefs, 2025
What are Google AI Overviews?
Google AI Overviews (formerly Search Generative Experience) are AI-generated summary answers displayed at the top of Google search results for certain queries. They synthesize information from multiple web pages and can significantly reduce clicks to individual websites. Pages cited in AI Overviews tend to already rank in the top 10 organic positions. AI Overviews now appear in over 50% of Google queries and reach more than 1.5 billion users monthly.
AI SEO Optimization Guide for SEOs. AI Overviews now appear in over 50% of queries, reaching 1.5 billion users monthly, increasing session time by 34%.
What is llms.txt and why should my website have one?
llms.txt is a proposed standard (similar to robots.txt) that lets websites provide structured information specifically for AI crawlers and language models. It tells AI systems what your site is about, what content matters most, and how to interpret your pages. While not yet universally adopted, publishing an llms.txt file signals AI readiness and can help AI crawlers better understand your site's content and structure.
All the so-called 'SEO experts' were upset when we made LLMs.txt feature available in AIOSEO for website owners. Folks who are 'outdated' hide behind the label of 'purist' and try to block innovation.
How can I get my website cited by ChatGPT?
ChatGPT citations come from its Bing-powered web browsing and from information patterns in its training data. To increase your chances: publish original research and data that others reference, maintain strong topical authority in your niche, ensure your content is well-structured with clear answers, and build brand mentions across the web. Sites that rank well in traditional search and have strong brand presence tend to get cited most frequently.
Here's the secret to getting your brand mentioned by AI - co-occurrence. At Ahrefs, we analyzed which factors correlate most with brand visibility in LLMs, specifically within Google's AI Overviews. Branded web mentions was a clear winner with a correlation of 0.664.
What is share of voice in AI search?
Share of voice measures how often AI tools mention or cite your brand compared to competitors when answering queries in your industry. If users ask ChatGPT about project management tools and your brand appears in 3 out of 10 responses, your share of voice is 30%. Tracking this metric reveals whether your AI visibility is growing or shrinking relative to competitors. MeasureBoard's AI Rank Tracker measures this automatically across ChatGPT, Gemini, and Claude.
What is AI brand sentiment and why does it matter?
AI brand sentiment is how positively or negatively AI models describe your brand when users ask about it. Language models form opinions based on patterns in their training data - if negative reviews or critical articles dominate the web mentions of your brand, AI tools may reflect that sentiment in their responses. Monitoring and improving how AI systems characterize your brand is becoming an important part of digital reputation management.
How do I measure my AI search visibility?
Measuring AI visibility requires tracking three things: referral traffic from AI platforms (ChatGPT, Perplexity, Gemini, Copilot), citation frequency when AI tools answer queries relevant to your business, and share of voice compared to competitors. Google Analytics shows AI referral traffic, but dedicated tools are needed for citation and share-of-voice tracking. MeasureBoard combines AI Traffic Intelligence and AI Rank Tracker to cover all three dimensions.
AI Search Impact on Traditional Search
Sources: Gartner, 2024; BrightEdge, 2025; Reuters/Chartbeat, 2025; SparkToro/Datos, 2025
AI Models & Platforms
What is the difference between ChatGPT, Claude, and Gemini?
ChatGPT (by OpenAI) is the most widely used AI assistant, known for broad general knowledge and web browsing capabilities. Claude (by Anthropic) is designed with a focus on safety and nuanced reasoning, using Constitutional AI training. Gemini (by Google) integrates deeply with Google Search and Workspace products and offers strong multimodal capabilities. All three can answer questions, generate content, and assist with tasks, but differ in personality, accuracy patterns, and integration ecosystems.
My head exploded when I heard that AI search converts at 10-40% vs 1-2% from SEO. AI search (Perplexity, ChatGPT, Gemini) is still just a fraction of Google's volume but delivers high-intent traffic.
What is Perplexity and how does it work?
Perplexity is an AI-powered search engine that answers questions with cited sources in a conversational format. Unlike ChatGPT, which is primarily a chatbot that can browse the web, Perplexity is search-first - every response includes inline citations linking to source websites. It runs its own search index and ranks sources by relevance. For website owners, Perplexity is a growing source of referral traffic because it actively links to the pages it cites.
Research Data
ChatGPT's share of generative AI traffic dropped from 86.7% to 64.5% over the past year, while Gemini surged from 5.7% to 21.5%. Across all AI platforms, 1.13 billion referral visits were sent to websites in June 2025 - a 357% year-over-year increase.
Source: Similarweb, January 2026
What is GPT and what do the version numbers mean?
GPT stands for Generative Pre-trained Transformer, OpenAI's family of large language models. The version numbers indicate successive generations with increasing capability. GPT-3 (2020) demonstrated that large models could perform diverse tasks. GPT-4 (2023) added multimodal capabilities and significantly improved reasoning. Each version involves more training data, refined techniques, and architectural improvements.
AI Platform Market Share (Traffic)
Source: Similarweb, January 2026
What are open-source AI models?
Open source AI models are released with publicly available model weights and often code, allowing anyone to inspect, modify, and deploy them. Meta's Llama family is the most prominent example. Open-source models enable companies to run AI privately without sending data to third-party APIs, customize models for specific use cases, and avoid vendor lock-in. They typically trail proprietary models in raw capability but are closing the gap rapidly.
What is a multimodal AI model?
A multimodal model can process and generate multiple types of data - text, images, audio, and video - within a single system. GPT-4 can analyze images alongside text. Gemini processes text, images, audio, and video natively. Multimodal capabilities matter for search because they let AI tools understand visual content on web pages, not just text. Websites with well-labeled images and structured visual content benefit from multimodal AI understanding.
What is an AI agent?
An AI agent is a system that can autonomously plan, use tools, and take multi-step actions to accomplish goals rather than just responding to single prompts. An agent might research a topic by searching the web, reading multiple pages, comparing information, and synthesizing a final report - all without step-by-step human guidance. AI agents represent the next evolution beyond chatbots and are increasingly being used for tasks like competitive analysis, content auditing, and automated reporting.
What is the difference between AI inference and training?
Training is the process of teaching an AI model by exposing it to massive datasets - it happens once (or periodically) and requires enormous compute resources. Inference is the process of running the trained model to generate responses for users - it happens every time someone sends a message to ChatGPT or asks Perplexity a question. Training costs millions of dollars. Inference costs fractions of a cent per query but adds up at scale.
What does temperature mean in AI settings?
Temperature is a parameter that controls how random or creative an AI model's output is. A temperature of 0 produces the most deterministic, predictable responses - the model always picks the highest-probability next token. A temperature of 1.0 or higher introduces more variety and creativity but also more risk of unexpected or inaccurate outputs. For factual tasks, low temperature is preferred. For creative writing or brainstorming, higher temperature produces more diverse results.
AI search is maturing and fundamentals are back: technical SEO, structure, and content quality matter more than ever. Winners understand the systems, not just the outputs.
AI for Website Owners
How is AI changing SEO?
AI is changing SEO in three major ways. First, Google AI Overviews answer many queries directly in search results, reducing organic click-through rates for informational content. Second, AI chatbots like ChatGPT and Perplexity are becoming alternative search channels that drive their own referral traffic. Third, AI-generated content has flooded the web, raising the bar for what qualifies as genuinely valuable content. The fundamentals of SEO still apply, but the traffic distribution across channels is shifting.
The core of what we do in the SEO space is, in many cases, actually going to be sufficient to get most brands a lot of visibility in AI search.
Should I block AI crawlers in my robots.txt?
Blocking AI crawlers (like GPTBot or ClaudeBot) prevents your content from being used in future AI training data, but it also reduces your chances of being cited by those AI platforms. Most businesses benefit from AI visibility and should allow crawling. Consider blocking only if your content is behind a paywall, you have specific copyright concerns, or your business model depends on controlling content distribution. Blocking AI crawlers does not affect your traditional Google rankings.
Research Data
88% of organizations now use AI in at least one business function, with 72% adopting generative AI specifically. However, only 7% have fully scaled their AI implementations across the organization.
Source: McKinsey Global Survey, March 2025
What is structured data and why does it help with AI search?
JSON-LD structured data added to your web pages explicitly tells search engines and AI systems what your content represents - products, articles, FAQs, reviews, organizations, and more. AI systems use structured data to understand page context, extract specific facts, and generate more accurate citations. Pages with proper schema markup are easier for AI tools to parse and reference accurately, increasing the likelihood of being cited in AI-generated responses.
How do I track AI traffic to my website?
AI chat tools show up in Google Analytics as referral traffic from domains like chat.openai.com, perplexity.ai, gemini.google.com, and copilot.microsoft.com. The challenge is that many AI tools strip referral headers, so some AI traffic appears as direct. MeasureBoard's AI Traffic Intelligence feature automatically identifies and categorizes all known AI traffic sources, showing you exactly how much traffic comes from each platform and how it trends over time.
What is a GEO readiness score?
A GEO readiness score evaluates how well-prepared your website is to be discovered and cited by AI search tools. It typically assesses factors like structured data implementation, content clarity and structure, topical authority signals, brand mention frequency across the web, and technical accessibility for AI crawlers. Think of it as an AI-focused audit that identifies what you can improve to increase your visibility in generative search results.
Research Data
US spending on AI search advertising will reach $2.08 billion in 2026, projected to grow to $25.93 billion by 2029 - a 12x increase in just three years.
Source: eMarketer, 2026
How do AI-powered content recommendations work?
AI-powered content recommendations analyze your website's analytics data, search performance, and content quality signals, then use language models to generate specific, actionable improvement suggestions. Unlike generic checklists, AI recommendations are tailored to your site's actual performance data - identifying which pages to update, which topics to cover, and where your biggest growth opportunities are. MeasureBoard generates these recommendations automatically from your GA4 and Search Console data.
What is prompt engineering and why should marketers learn it?
Prompt engineering is the practice of crafting effective inputs (prompts) to get better, more useful results from AI models. For marketers, it means knowing how to ask AI tools for competitive analysis, content briefs, audience research, and campaign ideas in ways that produce genuinely useful output rather than generic responses. Key techniques include providing context, specifying output format, giving examples, and breaking complex tasks into steps. It is becoming a core marketing skill alongside data analysis and copywriting.
Enterprise AI Adoption
US AI Search Ad Spending Forecast
Sources: McKinsey, March 2025; eMarketer, 2026
Can AI write SEO content that ranks?
AI can produce content that ranks, but raw AI output rarely performs well without significant human editing. Google does not penalize AI-generated content by default - it evaluates all content by the same quality standards. The problem is that unedited AI content tends to be generic, lack original insights, and read like everything else on the internet. Successful AI-assisted content workflows use AI for research, drafts, and outlines, then add human expertise, original data, and unique perspectives.
How do I optimize my website for AI search engines?
Start with what already works for traditional SEO: clear site structure, authoritative content, proper schema markup, and strong backlinks. Then layer on AI-specific optimizations: publish concise, quotable answers to common questions in your niche, build brand mentions across authoritative third-party sites, create original research and data that AI models can cite, and ensure your content is accessible to AI crawlers. MeasureBoard tracks both your traditional search performance and your AI search visibility in one dashboard.
SEO Tip: Meta descriptions are still important for AI search. Hidden in the source code, you can see ChatGPT extracts a 'snippet' from every page.
Research Data
Zero-click searches now account for 56% of Google desktop searches. When AI Overviews are present, the zero-click rate rises to 83% - meaning users get their answer without ever visiting a website.
Source: SparkToro/Datos, 2025
What is the difference between SEO and GEO?
SEO optimizes your website to rank in traditional search engine results (Google's ten blue links). GEO optimizes your content to be cited by AI-powered tools - ChatGPT, Perplexity, Google AI Overviews, and Gemini. The core principles overlap heavily: quality content, topical authority, and good structure help with both. The key difference is that SEO focuses on ranking signals (backlinks, keywords, technical health) while GEO focuses on citation likelihood (brand mentions, quotable content, factual depth). Most businesses need both strategies working together.
Traditional SEO focuses on ranking web pages high in search results to boost CTR. In contrast, GEO, AEO, and GSO aim to ensure AI tools have enough context-rich content to directly answer complex user queries within the AI interface itself - often without needing a click.
AI Ethics & Industry
What is AI bias and how does it affect search results?
AI bias occurs when models produce systematically skewed results due to imbalances in their training data. If the training data over-represents certain viewpoints, brands, or demographics, the AI will reflect those same biases in its outputs. In AI search, this can mean certain brands or sources are cited more frequently not because they are the best answer, but because they dominated the training data. Awareness of AI bias is important for understanding why AI recommendations may not always reflect the full market landscape.
What is AI alignment?
AI alignment is the practice of ensuring AI systems behave according to human values and intentions rather than pursuing unintended goals. For language models, alignment means producing helpful, honest, and harmless responses. Techniques like RLHF and Constitutional AI are alignment methods. Alignment matters for AI search because it determines how fairly and accurately AI tools represent information - a poorly aligned model might favor sensational content over factual accuracy.
What are AI guardrails?
Guardrails are safety constraints built into AI systems to prevent harmful, biased, or off-topic outputs. They can be implemented during training (teaching the model to refuse harmful requests) or at runtime (filtering outputs before they reach users). For AI search, guardrails affect which content gets surfaced and how it is presented. Understanding that AI tools have guardrails helps explain why they sometimes decline to recommend certain products, services, or content types.
Will AI replace traditional search engines?
Not in the near term. Google still processes roughly 5 trillion searches per year compared to ChatGPT's approximately 45 billion conversations annually. AI search is growing rapidly but from a much smaller base. What is more likely is a hybrid future where AI answers simple factual queries directly while traditional search handles complex, commercial, and local queries where users want to browse options. Smart businesses are optimizing for both channels simultaneously.
DO NOT ignore Google Search to simply focus on AI Search. SparkToro Research: Traditional Search is not declining. The more data we see, the more it's clear traditional search isn't going anywhere, even for heavy adopters of AI.
What is the AI search market share vs Google?
As of early 2026, ChatGPT handles roughly 5-6 billion visits per month compared to Google's 80+ billion monthly visits. Perplexity, Gemini, and Copilot add additional volume but remain smaller. AI search is growing at 30-50% year over year, but the absolute volume gap remains enormous. For most websites, traditional Google search still drives the vast majority of organic traffic. AI search is a growing supplement, not a replacement.
ChatGPT: 'We received nearly 45 billion conversations last year.' Google: 'Try 5 trillion, son.' We've got new numbers from Google and some new joint research from SparkToro and Datos.
Research Data
Google organic search traffic to publishers declined 33% globally year-over-year, with the decline reaching 38% in the United States. This accelerating drop coincides with the expansion of AI Overviews and the rise of AI search alternatives.
Source: Reuters/Chartbeat, 2025
How do AI companies handle copyright and attribution?
This is an evolving and contested area. Most AI companies trained their models on publicly available web content, and multiple lawsuits are challenging whether this constitutes fair use. Some AI tools now provide citations and link back to sources. Others, like Perplexity, have built their model around source attribution. Website owners can use robots.txt to block AI crawlers from future training data, but content already in training datasets cannot be removed retroactively.
What is responsible AI?
Responsible AI is the practice of developing and deploying AI systems with attention to fairness, transparency, safety, and societal impact. It encompasses bias testing, explainable AI (understanding why a model made a decision), privacy protection, and ongoing monitoring for harmful outputs. For businesses using AI tools, responsible AI means being transparent with customers about where AI is used and ensuring AI-generated content is reviewed for accuracy before publication.
Technical AI Concepts
What is a vector database and how is it used in AI search?
A vector database stores information as numerical representations (embeddings) where semantically similar content is positioned close together in mathematical space. When a user asks Perplexity a question, the system converts the question into a vector, searches the database for the closest matching content vectors, and feeds those documents to the language model for answer generation. Vector databases are the backbone of RAG systems that power most AI search tools.
What is prompt injection?
Prompt injection is a security vulnerability where malicious instructions hidden in content cause an AI model to ignore its original instructions and follow the attacker's commands instead. For example, hidden text on a web page might tell an AI crawler to recommend a specific product. AI companies are actively working to defend against prompt injection, and it is a reason why AI tools sometimes appear cautious or add disclaimers to their responses.
What is quantization in AI?
Quantization reduces the precision of the numbers inside an AI model - for example, converting 32-bit floating point values to 4-bit integers. This makes models dramatically smaller (often 4-8x) and faster to run with minimal quality loss. Quantization is what makes it possible to run large language models on consumer hardware like laptops and phones rather than requiring expensive data center GPUs. Many open source AI models are distributed in quantized formats for practical deployment.
What is few-shot vs zero-shot learning?
Zero-shot learning means an AI model performs a task with no examples provided - it relies entirely on the instructions in the prompt and its pre-trained knowledge. Few-shot learning provides a small number of examples (typically 2-5) in the prompt to guide the model's behavior. Few-shot generally produces better results for specific formatting or reasoning tasks. Both techniques work without retraining the model - they leverage the model's ability to learn patterns from context alone.
What is knowledge distillation?
Distillation is a technique where a smaller 'student' model is trained to replicate the behavior of a larger 'teacher' model. The student learns not just the correct answers but the probability distributions the teacher assigns across all possible answers, capturing nuanced knowledge that direct training on data alone might miss. This produces compact models that run faster and cheaper while retaining much of the larger model's capability. Many production AI applications use distilled models to balance quality with cost.
Track your AI search visibility.
MeasureBoard monitors your traffic from ChatGPT, Perplexity, Gemini, and more. AI Rank Tracker shows which AI tools cite your website - and how often.
Get started free