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

Per-App Round-up: GitHub/GitLab, Teams, Gong, Zendesk

One app: pattern, four more vocabularies

You'll be able to

Read first

Day 6 Lab

  1. Pick a question you actually have about each of: code, a chat thread, a sales call, a support issue.
  2. For each, choose the app: to scope to.
  3. Add the one facet that app indexes best.
  4. Note the pattern: same syntax, the app decides the vocabulary.

Working Example: Four More Apps, One Pattern

The app: filter scopes to a source; the facets after it are whatever that source indexes. Verified against datasource_filters.

app:github repo:atlas-api state:open is:pr        β†’ open PRs in one repo
app:teams channel:"Release" after:2026-06-15      β†’ recent Release-channel chat
app:gong account:Acme after:2026-06-01            β†’ Acme call recordings, last month
app:zendesk status:open priority:urgent           β†’ the live urgent ticket queue

Code β†’ repo + state. Chat β†’ channel + time.
Calls β†’ account + date. Support β†’ status + priority.

To pick the first app:, match the question to the system of record: a PR question lives in GitHub, a "what did the customer say on the call" question lives in Gong. Scope to where the answer is stored, then reach for that app's strongest facet. Verified against datasource_filters.

Check for understanding

Given a question, how do you pick which app: to scope to first?

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

β€œSame app: pattern, four more vocabularies. GitHub repo+state, Teams channel+time, Gong account+date, Zendesk status+priority. Learn each app's strongest facet and the same one line works everywhere.”

Next Β· Week 3 Day 7
Foundations Capstone: A Cross-App Search Workflow