Source Intelligence
Sweep 28 Aug 2026 ยท 00:00Z Build v2.1.250 478 read Stable v2.1.236 Latest v2.1.250 Next v2.1.250 Feeds RSS JSON llms.txt

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

Page history

Find answers in your docs

claude-tag/users/use-cases/find-answers

1 recorded change 71 lines First seen Last changed Upstream

History

claude-tag/users/use-cases/find-answers First recorded · 71 lines, first recorded

# Find answers in your docs ## How answer-finding prompts work ## Check the channel's connections ## Prompts to paste ### Look up a policy ### Check a named document ### Find the latest version ### Answer from the channel alone ## Related resources

The first capture of this source. The page was already there, and this is what it said.

# Find answers in your docs

> Claude Tag finds answers in connected docs and replies in the thread. See policy lookups, runbook checks, prior decisions, and answers from the Slack channel alone.

export const BetaNote = () => <Info>Claude Tag is in public beta. Features and behavior described here may change before general availability.</Info>;

<BetaNote />

## How answer-finding prompts work

Each prompt below is a Slack message. You paste it in the channel where the question came up, Claude searches the connected docs or the channel history and posts progress in that thread, and the answer lands there too. The result is always an answer with the source it came from, so you can open what it read.

## Check the channel's connections

Check that the channel has the connections below. Ask `@Claude what can you access from this channel?` to check; an admin can [add a connection](/docs/claude-tag/admins/add-connections) the channel is missing.

| Connection         | Examples                         | Why it matters here                                                                                             |
| :----------------- | :------------------------------- | :-------------------------------------------------------------------------------------------------------------- |
| Knowledge and docs | Google Drive, Notion, Confluence | Required to search those sources; channel-history-only answers need none. Searches the docs the answers live in |

## Prompts to paste

### Look up a policy

A customer asks about data retention and you need the policy, not a recollection. Ask where the question comes up.

```text wrap theme={null}
@Claude what's our policy on data retention, and which doc says so?
```

Asking for the doc keeps the answer checkable, since you can open what it read.

### Check a named document

Launch is close and you need to know whether the plan covers the EU rollout, without re-reading it. Point it at the document and the question.

```text wrap theme={null}
@Claude does the launch plan cover the EU rollout? Quote the relevant section if it's there.
```

"Quote the relevant section" turns a yes/no into evidence.

### Find the latest version

The pricing deck gets recreated every quarter, and the link you saved is two versions old. Ask for the current one.

```text wrap theme={null}
@Claude find the latest pricing deck and post where it lives.
```

### Answer from the channel alone

Without any connection, Claude can still answer from the channel's own history.

```text wrap theme={null}
@Claude what did this channel decide about the retention policy, and when?
```

Answers come from this channel's history and [memory](/docs/claude-tag/users/memory).

## Related resources

<CardGroup cols={2}>
  <Card title="Catch up" href="/docs/claude-tag/users/use-cases/catch-up" horizontal arrow>
    The same mechanism pointed at "what did I miss"
  </Card>

  <Card title="What Claude Tag remembers" href="/docs/claude-tag/users/memory" horizontal arrow>
    How channel knowledge accumulates
  </Card>
</CardGroup>