> ## Documentation Index
> Fetch the complete documentation index at: https://academy.pathfindr.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Concepts

> Some vocabulary to get you started on the module.

export const GlossaryRow = ({title, description, children, flip = false, titleClassName = "text-2xl font-semibold tracking-tight text-zinc-950 dark:text-white", descriptionClassName = "mt-3 text-base leading-7 text-zinc-700 dark:text-zinc-300"}) => {
  return <div className="not-prose my-12">
      <div className="grid grid-cols-1 sm:grid-cols-[1fr_1.6fr] gap-10 items-start">
        {}
        <div className={flip ? "sm:order-2" : "sm:order-1"}>
          <div className={titleClassName}>{title}</div>
          {description ? <div className={descriptionClassName}>{description}</div> : null}
        </div>

        {}
        <div className={flip ? "sm:order-1" : "sm:order-2"}>
          <div className="rounded-2xl overflow-hidden bg-transparent pointer-events-auto">
            {children}
          </div>
        </div>
      </div>
    </div>;
};

<GlossaryRow title="Work/Web" description="Work mode uses your Microsoft 365 content you’re allowed to access, like emails, files, chats, and meetings. Web mode uses public internet sources instead. When results feel “off,” swap modes to match the job.">
  <div className="w-full aspect-[16/9] rounded-xl overflow-hidden bg-transparent border-0 ring-0 shadow-none">
    <video className="w-full h-full object-contain bg-transparent border-0 ring-0 shadow-none outline-none focus:outline-none focus:ring-0" controls preload="metadata" playsInline>
      <source src="https://mintcdn.com/pathfindr/3TQzs6PVc9ZxsxUT/videos/copilot/copilotConceptsWorkweb.mp4?fit=max&auto=format&n=3TQzs6PVc9ZxsxUT&q=85&s=5910b2d23f0fdbae8f2dbca289199a9b" type="video/mp4" data-path="videos/copilot/copilotConceptsWorkweb.mp4" />
    </video>
  </div>
</GlossaryRow>

<GlossaryRow title="App context" description="Copilot uses the app you’re in as the starting context—Word looks at the doc, Excel looks at the sheet, Teams looks at the chat. When you stay “in-place,” it’s faster and less confusing. You can guide it by naming the section or range.">
  <div className="w-full aspect-[16/9] rounded-xl overflow-hidden bg-transparent border-0 ring-0 shadow-none">
    <video className="w-full h-full object-contain bg-transparent border-0 ring-0 shadow-none outline-none focus:outline-none focus:ring-0" controls preload="metadata" playsInline>
      <source src="https://mintcdn.com/pathfindr/3TQzs6PVc9ZxsxUT/videos/copilot/copilotConceptsAppContext.mp4?fit=max&auto=format&n=3TQzs6PVc9ZxsxUT&q=85&s=b90a175982cc4fc8d67ebdc875137de6" type="video/mp4" data-path="videos/copilot/copilotConceptsAppContext.mp4" />
    </video>
  </div>
</GlossaryRow>

<GlossaryRow title="Selection" description="Selection means you highlight the bit you want Copilot to focus on. When you select text or cells first, Copilot stays tighter and less “general.” You can keep it on track by saying “only use what’s selected.”">
  <div className="w-full aspect-[16/9] rounded-xl overflow-hidden bg-transparent border-0 ring-0 shadow-none">
    <video className="w-full h-full object-contain bg-transparent border-0 ring-0 shadow-none outline-none focus:outline-none focus:ring-0" controls preload="metadata" playsInline>
      <source src="https://mintcdn.com/pathfindr/3TQzs6PVc9ZxsxUT/videos/copilot/copilotConceptSelection.mp4?fit=max&auto=format&n=3TQzs6PVc9ZxsxUT&q=85&s=475c88242b47cc6f821c1d370cf3b4a4" type="video/mp4" data-path="videos/copilot/copilotConceptSelection.mp4" />
    </video>
  </div>
</GlossaryRow>

<GlossaryRow title="References" description="References are the specific emails, files, or meetings you point Copilot at. When you name the exact item, it stops guessing and starts grounding. You can improve accuracy by linking to the right doc or thread.">
  <div className="w-full aspect-[16/9] rounded-xl overflow-hidden bg-transparent border-0 ring-0 shadow-none">
    <video className="w-full h-full object-contain bg-transparent border-0 ring-0 shadow-none outline-none focus:outline-none focus:ring-0" controls preload="metadata" playsInline>
      <source src="https://mintcdn.com/pathfindr/3TQzs6PVc9ZxsxUT/videos/copilot/copilotConceptsReferences.mp4?fit=max&auto=format&n=3TQzs6PVc9ZxsxUT&q=85&s=fc761088fb9d28e5975015c7a383530f" type="video/mp4" data-path="videos/copilot/copilotConceptsReferences.mp4" />
    </video>
  </div>
</GlossaryRow>

<GlossaryRow title="Permissions" description="Permissions are the guardrails on what Copilot can pull in from work data. When you can’t access something, Copilot can’t either. You can fix this by sharing the file properly or adding the needed content.">
  <div className="w-full aspect-[16/9] rounded-xl overflow-hidden bg-transparent border-0 ring-0 shadow-none">
    <img src="https://mintcdn.com/pathfindr/VD1wT_r1ge0tW_Kg/videos/copilot/copilotConceptsPermissions.webp?fit=max&auto=format&n=VD1wT_r1ge0tW_Kg&q=85&s=7880e50765b2561752672869967bce42" alt="Copilot permissions concept" className="w-full h-full object-contain bg-transparent border-0 ring-0 shadow-none rounded-xl" noZoom={true} width="1920" height="1080" data-path="videos/copilot/copilotConceptsPermissions.webp" />
  </div>
</GlossaryRow>
