← Glean-ia-acs Β· Day 21 of 56
Level 200 β€” Foundations30 minNIST MAP

Foundations Capstone: A Cross-App Search Workflow

Chaining operators across apps end to end

You'll be able to

Read first

Day 7 Lab

  1. Pick a real question that spans apps β€” e.g. "why is the Acme renewal at risk?"
  2. Write one scoped search per app, in the order each result feeds the next.
  3. Run the chain; carry an account name or ticket ID from one step into the next.
  4. Capture the answer with a source link from each app you touched.

Working Example: A Cross-App Renewal Investigation

Each step is a per-app search from this week; chained, they answer a question no single app holds. Verified against datasource_filters.

Question: "Why is the Acme renewal at risk?"

1. app:salesforce account:Acme stage:negotiation closedate:this-quarter
     β†’ the opportunity, owner, and amount in play
2. app:zendesk org:Acme status:open priority:urgent
     β†’ 2 open urgent tickets β€” the friction
3. app:jira project:ATLAS priority:high label:acme
     β†’ the engineering fix those tickets are waiting on
4. app:slack channel:#acme-account after:2026-06-01
     β†’ the team's latest read on the relationship
5. app:confluence space:CS label:renewal author:@maya
     β†’ the renewal play to run next

Each result hands the next a name or ID β€” the order is the workflow.

Order matters because each search supplies the input to the next: the Salesforce step names the account, which scopes the Zendesk and Jira queries, which point at the Slack thread. This is the payoff of mastering search β€” at Confluent's scale, where the same answer is scattered across millions of documents and dozens of apps, a disciplined chain turns a half-day hunt into a five-minute workflow. Verified against datasource_filters.

Check for understanding

In a cross-app workflow, why does the order of searches matter?

Check yourself

Pick an answer β€” you'll see if it's right and why.

1. What does a built-in Glean Skill bundle together?

2. In a busy Slack channel, which facet pair pins a message fastest?

3. What does `app:jira project:ATLAS priority:high assignee:@raj` return?

4. Why does a Confluence `label:` facet help you find the canonical page?

5. Which Salesforce facets together build a 'large deals closing this quarter' shortlist?

Pass threshold 80% Β· week 3 quiz

In 10 seconds

β€œOne question, five apps, five filtered searches that hand off to each other. This is the payoff: at Confluent's scale, mastering per-app search turns a half-day hunt into a five-minute chain.”

Next Β· Week 4 Day 1
Operator-Stacking Mastery