Teach Agents how your business works. Define your metrics, terminology, and preferences to tailor every answer to your organization.
Before you add your context, gather the necessary information and navigate to the right place.
Agents, including Global and Specialized Agents, use two layers of context: Organization and Project.
Access both from Project Settings > AI Controls.

Context changes how Agents answer questions.
A user asks:
Show me our activation rate
first_project_created within 7 days of signup, excluding @test.com emails...
At runtime, Agents combine both context sources. Project context overrides organization context when they conflict.
Use the 'Power Users' cohort when asked about engaged users.
Amplitude includes their definitions by default.
Structure your context with markdown so it's easy for Agents to parse.
## Use headings to separate sections.- Use bullets for lists of items.`backticks` Wrap event and property names.**bold** Highlight key terms.
Start with a template for your industry and customize it. These are complete examples you can copy and adapt.
## Business Overview
B2B SaaS platform with annual subscriptions.
North Star: Monthly Active Workspaces (MAW)
## Key Metrics
- **Activation**: User triggers `workspace_created` within 7 days of `signup_completed`
- **Engaged**: 3+ sessions in last 7 days with at least one `feature_used` event
- **Expansion-ready**: `seat_utilization` > 80%
## Segments
- Enterprise: `plan_tier` = "enterprise" OR `arr` > 50000
- Mid-Market: `arr` between 10000 and 50000
- SMB: `plan_tier` in ("starter", "growth")
- Trial: `subscription_status` = "trial"
## Rules
DO:
- Default to last 30 days for time ranges
- Exclude `email` contains "@test.com" or `is_internal` = true
- Use `mrr_change` event for revenue analysis
DON'T:
- Include `environment` = "staging" or "development"
- Use deprecated: `old_signup`, `legacy_workspace_created`
## Date Rules
- Fiscal year starts February 1
- "This quarter" = current fiscal quarter
- Week starts Monday
## Business Overview
E-commerce marketplace. We sell products directly and via third-party sellers.
North Star: Gross Merchandise Value (GMV)
## Key Metrics
- **Conversion**: User triggers `purchase_completed` in same session as `product_viewed`
- **Repeat buyer**: 2+ `purchase_completed` events lifetime
- **Cart abandonment**: `cart_add` without `checkout_completed` within 24 hours
## Segments
- VIP: `lifetime_spend` > 1000 OR `purchase_count` > 10
- First-time buyer: `purchase_count` = 1
- Browsers: `session_count` > 5 AND `purchase_count` = 0
- Mobile shoppers: `platform` = "ios" OR "android"
## Rules
DO:
- Default to last 7 days for time ranges (faster purchase cycles)
- Always show revenue in USD (property: `revenue_usd`)
- Group by `category` for product analysis
DON'T:
- Include `order_status` = "cancelled" or "refunded" in revenue
- Include test orders: `email` contains "+test"
## Key Events
- `product_viewed` - browsing behavior
- `cart_add` / `cart_remove` - intent signals
- `checkout_started` → `purchase_completed` - conversion funnel
## Business Overview
Subscription media platform with ad-supported free tier.
North Star: Weekly Active Consumers (WAC)
## Key Metrics
- **Engaged**: 3+ `content_consumed` events per week
- **Subscriber conversion**: Free user triggers `subscription_started`
- **Retention**: Active in 4+ of last 6 weeks
## Segments
- Subscribers: `subscription_status` = "active"
- Free users: `subscription_status` = "free" OR null
- Heavy consumers: `weekly_content_count` > 10
- At-risk: Was active 30 days ago, not active in last 7 days
## Content Types
- `article_read` - text content
- `video_watched` - video (use `watch_time_seconds` for engagement)
- `podcast_played` - audio (use `listen_time_seconds`)
## Rules
DO:
- Default to last 7 days for engagement metrics
- Use `content_id` and `content_type` for content analysis
- Count unique content pieces, not total events
DON'T:
- Include `content_type` = "ad" in engagement metrics
- Include events where `duration_seconds` < 5 (bounces)
## Date Rules
- Week starts Sunday (media consumption patterns)
- "Prime time" = 6pm-10pm local time
## Business Overview
Consumer mobile app with freemium model and in-app purchases.
North Star: Daily Active Users (DAU)
## Key Metrics
- **Activation**: User completes `onboarding_finished` within 24 hours of install
- **D1 retention**: Returns day after `first_app_open`
- **Paying user**: Has any `purchase_completed` event
## Segments
- Power users: Active 5+ days per week
- Casual: Active 1-2 days per week
- Dormant: Last active > 14 days ago
- Whales: `lifetime_iap_revenue` > 100
## Rules
DO:
- Default to last 14 days for time ranges
- Always segment by `platform` (ios/android) - behavior differs significantly
- Use `session_start` for DAU/MAU calculations
DON'T:
- Include `app_version` < "2.0" (legacy, data quality issues)
- Include `user_id` is null (anonymous sessions)
## Key Funnels
1. Install → Onboarding → First value moment
2. Free user → Trial started → Subscription
3. Browse → Add to cart → Purchase
## Notifications
- `push_received` → `push_opened` for notification effectiveness
- `push_opted_out` signals churn risk
See what makes AI Context effective and what pitfalls to avoid.
## Key Metrics
- **Activation**: User triggers `project_created` event
within 7 days of `signup_completed`
- **Engaged User**: 3+ sessions in the last 7 days
- **Churned**: No activity for 30+ days
Help users understand activation and engagement.
Show relevant metrics when asked about user behavior.
Make sure to use appropriate time ranges.
## Segments
- Enterprise: `plan_tier` = "enterprise"
- SMB: `plan_tier` = "starter" OR "growth"
- Trial: `subscription_status` = "trial"
## Filters
- Exclude: `email` contains "@test.com"
- Exclude: `is_internal` = true
When analyzing our customer base, it's important to
understand that we have several different types of
customers. Enterprise customers are our largest accounts
- they typically have the enterprise plan tier. Small
and medium businesses (SMBs) are customers who use our
starter or growth plans. We also have trial users who
are evaluating the product.
## Business Model
B2B SaaS, annual subscriptions.
North Star: Monthly Active Workspaces (MAW)
## Fiscal Calendar
- FY starts April 1
- "This quarter" = current fiscal quarter
- Week starts Monday
We are a software company that sells to businesses.
Our product helps teams collaborate better.
We care about growth and revenue.
## Rules
DO:
- Default to last 30 days for time ranges
- Group by `platform` when comparing mobile vs web
- Use `Total Revenue` event for revenue metrics
DON'T:
- Include events where `environment` = "staging"
- Use deprecated events: `old_signup`, `legacy_purchase`
Be helpful and show relevant data.
Use appropriate filters when needed.
Be careful with sensitive information.
## Terminology
- "Conversion" = `checkout_completed` event
- "Signup" = `account_created` (not `user_registered`)
- "Active" = user with 1+ events in last 7 days
## Naming Conventions
Events: snake_case (`button_clicked`)
Properties: camelCase (`userId`, `planType`)
Use the correct terminology for our company.
Events should be named properly.
Properties follow our naming conventions.
email contains @test.com".
Keep the following in mind to help maintain context.
Assign owners: Analytics lead for org context. PM or analyst for each project context.
Review regularly: Quarterly, after major launches, or when Agents give unexpected answers.
Change carefully: One change at a time. Test with real questions. Keep backups.
Keep a backup of your old context so you can roll back if needed.How do I test my context before I roll it out?
This is intentional—it lets you set sensible org-wide defaults while allowing projects to override when their needs differ.What happens if my organization and project contexts conflict?
When asked about engaged users, use the 'Power Users' cohort. For revenue metrics, reference the 'Executive Dashboard'.Can I reference existing cohorts and dashboards?
Assign an owner to each context level so updates don't fall through the cracks.How often should I update my context?
Overly long or complex context can also cause issues. Try trimming to essentials.What if Agents ignore my context?
If you're hitting the limit, you're probably including too much detail. Focus on definitions and rules that apply to the majority of questions, not edge cases.What's the character limit?
Use project context for product-specific details: If you only have one project, org context is fine for everything.Should I put everything in organization context or split it up?
February 10th, 2026
Need help? Contact Support
Visit Amplitude.com
Have a look at the Amplitude Blog
Learn more at Amplitude Academy
© 2026 Amplitude, Inc. All rights reserved. Amplitude is a registered trademark of Amplitude, Inc.