Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.elasticfunnels.io/llms.txt

Use this file to discover all available pages before exploring further.

Overview

ElasticFunnels uses AI for several features — page generation, page cloning, copy rewriting, AI chat, quiz building, split-test analysis, and on-page interaction generation. You bring your own API keys for any of these providers, and EF routes each task to the right model. This is a bring-your-own-key integration: you control billing, rate limits, model selection, and which provider you trust for each task.

Supported providers

OpenAI

GPT-4-class and GPT-5-class models, plus reasoning models (o-series). Used for general copywriting, page generation, AI chat, and split-test analysis.

Anthropic Claude

Claude 3.5 Sonnet, 3 Opus, 3 Haiku. Used for long-form copy, page cloning, and reasoning-heavy workflows.

Google Gemini

Gemini 2.5 Pro, 2.5 Flash, 2.0 Flash. Optimized for page-event generation, script-rule generation, and multimodal page cloning with reference images.

What needs a key

FeatureProvider used (default)Notes
AI page generationOpenAI or AnthropicPicks based on prompt length and your default
Page cloning from URLAnthropic or GeminiGemini is preferred when reference images are extracted
Page cloning with screenshotsGeminiMultimodal model required
AI Assistant inside the page builderOpenAIChat + targeted edits
Page event / interaction generationGemini 2.5 FlashCheap, fast, well-suited to script generation
Quiz builder AIOpenAIQuestion + outcome generation
Copy rewriting (component panel)OpenAIOne-shot with the user’s style notes
Split-test analysisOpenAI or AnthropicReads conversion data and writes a recommendation
Email copy assistOpenAISubject + body suggestions
If a feature needs a provider you haven’t connected, the UI shows a “Connect provider” prompt linking back to the integration form.

Setup

1

Get an API key

2

Activate the integration in EF

Go to IntegrationsAI and click the provider tab.
3

Paste the key

Paste the API key into the form and click Save. Keys are encrypted at rest.
4

(Optional) Override default models

Per-feature model overrides live on the integration form. Defaults are sensible — only override if you’re cost-tuning or want a specific model family for a particular task.
5

Test

Open any AI surface (the page builder’s AI assistant, or PagesGenerate with AI) and verify the generation runs without authentication errors.
Why BYO key? AI calls can quickly become the largest line item in a SaaS bill. Bringing your own key keeps cost transparent (you see it on your provider invoice) and lets you negotiate enterprise pricing or use credits.

Cost & rate limits

EF tracks token usage and approximate cost per request inside the AI logs. You can view per-feature spend under LogsAI Generations. Rate limits and monthly quotas are enforced by the provider, not EF — adjust them in the provider’s dashboard.

Privacy

  • API keys are encrypted at rest and never logged.
  • Prompts are only sent to the provider associated with the feature you’re using.
  • ElasticFunnels does not train any models on your data.
  • Whether the provider trains on your prompts is governed by your account settings with that provider — Anthropic and OpenAI both let you opt out at the account level.

Troubleshooting

Regenerate the key in the provider’s dashboard, paste the new value into EF, and save. Old keys may have been revoked.
The provider is throttling your account. Either request a quota increase, or switch to a cheaper / faster model in the integration form (e.g. Gemini 2.5 Flash for page-event generation).
The model hit its max output token limit. Try a longer-context model from the same provider, or break the task into smaller prompts (the AI assistant supports follow-ups).