docs(chat-apps): Slack & Teams usage guide (7 pages, usage-only)#53
Merged
Conversation
New 'Chat Apps (Slack & Teams)' section covering how a user gets value from the
chat app once it's installed — usage only, not installation (which changes with
marketplace listing).
Pages (docs/chat-apps/):
- README.md — section index + the 3-step short version
- what-it-is.md — what the app does, how it differs from the dashboard,
the acts-as-you identity model, read-only framing
- getting-started-slack.md — link via /corpusiq-login, set BYO AI key, ask
- getting-started-teams.md — Microsoft SSO variant of the same three steps
- asking-questions.md — how to ask, what answers look like, prompt set
- commands-and-account.md — login/logout, switching accounts
- troubleshooting.md — not linked, no AI key, tool not connected, wrong
account, Teams sign-in
Grounded in the real chat-apps surface behavior (slash commands, device-login
DM flow, Teams Entra SSO, BYO-LLM key resolved server-side). Adam-class voice,
screenshot placeholders where a visual helps. Wired into mkdocs.yml nav after
AI Integration. Local mkdocs build clean: all 7 render with description meta,
section in nav, frontmatter validator passes on all 7.
Co-authored-by: Hermes Agent <dev@corpusiq.io>
Captured live from the CorpusIQ Teams bot signed in as the demo account (test@corpusiq.io) — a real GA4 sessions answer rendered as an Adaptive Card (Sessions 26,122 over 14 weeks, 'Powered by CorpusIQ' footer). Cropped the browser/Teams chrome banner off the top. Replaces the Adaptive-Card screenshot placeholder in getting-started-teams.md. Demo-account data, safe to publish. Co-authored-by: Hermes Agent <dev@corpusiq.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a new Chat Apps (Slack & Teams) documentation section — 7 pages covering how a user gets value from the CorpusIQ chat app once it's installed. Per the ask, this is usage only, not installation (install steps will change once the apps are in the Slack and Teams marketplaces).
Pages (
docs/chat-apps/)README.mdwhat-it-is.mdgetting-started-slack.md/corpusiq-login, set your BYO AI key, ask your first questiongetting-started-teams.mdasking-questions.mdcommands-and-account.md/corpusiq-login,/corpusiq-logout, switching accountstroubleshooting.mdThe user-value flow it documents
Grounded in the real
chat-appssurface behavior (I read the code, didn't invent the UX):/corpusiq-login→ DM with link + code. Teams: Microsoft SSO. This is what makes it answer as you, from your connected tools./corpusiq-logoutto unlink or switch accounts.Voice & wiring
<!-- screenshot: ... -->placeholders where a visual helps (no fabricated image URLs).mkdocs.ymlnav as "Chat Apps (Slack & Teams)" after AI Integration.Verification
mkdocs buildclean: all 7 pages render, section appears in nav, each page has a<meta name="description">(152–202 chars). Zero "not found" nav warnings after placing files under the realdocs_dir(docs/).support@corpusiq.iointentionally kept.The repo-wide
validate_frontmatter.pygate is currently red on 10 pre-existing broken files, all underdocs/SEO landing pages (docs/chatgpt-for-quickbooks.md,docs/claude-for-hubspot.md,docs/shopify-ai-analytics.md, etc.) — all failinginvalid YAML frontmatter (line 2). I verified this breakage exists on untouchedmain(stashed my work, re-ran the validator → same 10). None of my files are among them. Per scope discipline I did not fold that repair into this PR; happy to open a separate fix PR for those 10 if you want. Flagging so the red check isn't mistaken for this change.Hold for review
Public surface (corpusiq.io/docs) — not auto-merging. Handing you the URL for review. The screenshot placeholders are the one known gap: they need real Slack/Teams captures before this is fully polished for customers (a follow-up once we have a live workspace to capture from).