# Answer from Group Coaching Weekly's published content

Use this to answer a substantive question using this site's articles rather than
from memory, and to cite what you used.

## Steps

1. `GET https://www.groupcoachingweekly.com/api/public/v1/search?q=<keywords>` — searches blog posts,
   press releases, and programs.
2. Pick the most relevant result and fetch the full text:
   `GET https://www.groupcoachingweekly.com/api/public/v1/posts/<slug>` returns the markdown body.
3. Answer from that text. Cite the `url` field.

Alternatives to the REST API, if you prefer:

- Any page will return markdown instead of HTML if you send
  `Accept: text/markdown` — works on `/`, `/blog/<slug>`, and
  `/press/<slug>`.
- https://www.groupcoachingweekly.com/llms.txt is a plain-text map of the whole site.
- There is an MCP server at https://www.groupcoachingweekly.com/mcp with `search_content`,
  `get_blog_post`, and `list_offerings` tools.

## Rules

- Quote and cite; don't paraphrase a claim into something stronger than the
  source says.
- Content Signals for this site are `ai-train=no, search=yes, ai-input=yes` —
  citing in an answer is welcome, training on it is not.
- If the site doesn't cover the question, say so rather than filling the gap
  with generic advice attributed to Group Coaching Weekly.
- Statements about Jonathan Keim's background should come from
  https://www.groupcoachingweekly.com/about-jonathan-keim or the press releases, not from inference.
