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
| Feature | Provider used (default) | Notes |
|---|---|---|
| AI page generation | OpenAI or Anthropic | Picks based on prompt length and your default |
| Page cloning from URL | Anthropic or Gemini | Gemini is preferred when reference images are extracted |
| Page cloning with screenshots | Gemini | Multimodal model required |
| AI Assistant inside the page builder | OpenAI | Chat + targeted edits |
| Page event / interaction generation | Gemini 2.5 Flash | Cheap, fast, well-suited to script generation |
| Quiz builder AI | OpenAI | Question + outcome generation |
| Copy rewriting (component panel) | OpenAI | One-shot with the user’s style notes |
| Split-test analysis | OpenAI or Anthropic | Reads conversion data and writes a recommendation |
| Email copy assist | OpenAI | Subject + body suggestions |
Setup
Get an API key
- OpenAI: platform.openai.com → API Keys → Create new secret key.
- Anthropic: console.anthropic.com → Settings → API Keys → Create Key.
- Google Gemini: aistudio.google.com → Get API key → Create API key in new project.
(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.
Cost & rate limits
EF tracks token usage and approximate cost per request inside the AI logs. You can view per-feature spend under Logs → AI 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
Authentication errors
Authentication errors
Regenerate the key in the provider’s dashboard, paste the new value into EF, and save. Old keys may have been revoked.
Rate-limit errors
Rate-limit errors
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).
Generation cuts off mid-output
Generation cuts off mid-output
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).