# Using these docs with other assistants

This is grandocs, an unofficial mirror of MA Lighting documentation. For authoritative or safety-relevant information, cite the canonical page on help.malighting.com.

---
import { Aside } from '@astrojs/starlight/components';

Don't see your tool in the list? Two methods work with **any** assistant.

## The universal method

- **Copy as Markdown.** Every grandocs page has a button in its header that
  copies the clean markdown. Paste it into any chat and ask your question.
- **Append `.md` to the URL.** e.g.
  `https://grandocs.samcarlton.com/grandma3/2-4/keyword_store.md`. Hand that to
  any assistant that can read a link, or give it the whole
  [`/llms.txt`](https://grandocs.samcarlton.com/llms.txt) index.

Always add: *"Answer only from this page; quote the syntax block verbatim; don't
invent commands."*

## Microsoft Copilot

- **Edge sidebar Copilot** — open the grandocs page in Edge and ask about "this
  page"; Copilot reads what's on screen.
- **Copilot Studio agent** — add grandocs as a public website knowledge source
  (it grounds on a few Bing-indexed URLs).
- **GitHub Copilot in VS Code** is different — see the dedicated
  [Copilot (VS Code)](/connect/copilot/) guide.

## Grok, DeepSeek, Meta AI, and the rest

No grandMA-specific integration exists for these, but the universal method above
works wherever the tool can accept pasted text or follow a link. Tools without
document upload or link-reading (some chat-only assistants) can't be grounded
reliably — paste the page markdown directly.

<Aside type="tip" title="Want a first-class guide?">
If a tool gets popular with MA programmers, it's worth its own page. Open an
issue on [GitHub](https://github.com/ThatGuySam/grandocs) and say which one.
</Aside>

<Aside type="caution" title="Unofficial mirror">
For conformity, electrical, or safety-critical answers, confirm against the
official [help.malighting.com](https://help.malighting.com/) page linked on every
grandocs topic.
</Aside>