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

Per-App Search: Confluence

Facets for space, author, and label

You'll be able to

Read first

Day 4 Lab

  1. Run app:confluence space: plus a space key. Note the result count.
  2. Add author: to scope to the page's likely owner.
  3. Add label: to keep only pages the team tagged for a purpose.
  4. Compare the labeled result against the unfiltered one β€” which is canonical?

Working Example: Confluence Facets

Confluence groups pages into spaces and lets teams tag them with labels; app:confluence selects the source and each facet matches that structure. Verified against datasource_filters.

app:confluence space:ENG onboarding
  β†’ every onboarding-ish page in Engineering, drafts and all

app:confluence space:ENG label:onboarding author:@lin
  β†’ Lin's onboarding pages tagged for that purpose β€” the maintained set

app:confluence space:OPS label:runbook incident
  β†’ only pages the Ops team labeled "runbook" about incidents

A label: facet finds the official page because labels are deliberate: a team tags the canonical runbook so it stands apart from the dozen drafts that mention the same words. The label is intent the author put there for exactly this lookup. Verified against datasource_filters.

Check for understanding

How does a label: facet help you find the official page over a draft?

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

β€œConfluence organizes by space, author, label. app:confluence space:ENG label:runbook finds the official runbook in Engineering, not someone's stale draft. Labels carry the team's intent β€” lean on them.”

Next Β· Week 3 Day 5
Per-App Search: Salesforce