Every concept across the three guides, alphabetical, flip-to-reveal. Filter by guide, shuffle, or flip them all open at once.
Showing 10 cards · 0 flipped
01 · Foundations
Adding Context Inline
tap to reveal →
Updating context conversationally: telling the agent "save this," "remember," or "you should always" triggers it to edit the context file on your behalf. No special syntax needed.
← tap to flip back
01 · Foundations
Agent Sessions
tap to reveal →
Each new chat loads the current context file at startup. Changes propagate to the next session immediately — no restart, no caching, no opt-in for users.
← tap to flip back
02 · Applied
Audit File Pattern
tap to reveal →
A reusable recipe: name a markdown file, declare its purpose in the context file, tell the agent when to append. Generalizes to any side effect — logs, decisions, overrides.
← tap to flip back
02 · Applied
Auto-Log on Failure
tap to reveal →
The agent's behavior when it cannot resolve a question: attempt a partial answer, narrate the failure in chat, and append the question to the audit file — all in one response.
← tap to flip back
01 · Foundations
Context File
tap to reveal →
A plain markdown document in the site's agent assets, loaded at the start of every session. Editable like any other doc — no deploy step. Carries owners, processes, conventions, and decay rules.
← tap to flip back
03 · Advanced
Correction-as-Lesson
tap to reveal →
The behavior pattern enabled by learning rules. Correct the agent in chat; it extracts the underlying rule, saves it to context, and re-runs the query with the new knowledge.
← tap to flip back
01 · Foundations
Group-Scope Context
tap to reveal →
SharePoint AI's context belongs to the site or team, not the individual user. Every chat session anyone starts on that site loads the same rules — making context a governance surface, not a personal setting.
← tap to flip back
03 · Advanced
Learning Rules
tap to reveal →
A meta-instruction in the context file telling the agent to treat user corrections as permanent lessons and write them back to context. One sentence converts the system from static to self-improving.
← tap to flip back
03 · Advanced
Permanent Lessons
tap to reveal →
Corrections written back into the context file as plain-text entries. Survive across sessions, inspectable by anyone, editable like any other markdown — your team's agent gets smarter without code.
← tap to flip back
02 · Applied
Unanswered Question Tracking
tap to reveal →
A context-file rule that makes the agent append every unresolvable question to an audit markdown file. Turns the agent into a self-auditor without code — just a sentence of markdown.