# README

Public help docs for Sage SEO — synced to [docs.sageseo.ai](https://docs.sageseo.ai/) via GitBook Git Sync.

## Editing

All pages are markdown. The nav structure lives in [SUMMARY.md](https://github.com/sageseo/sage-docs-help/blob/main/SUMMARY.md). Push to `main` and GitBook will pull within a minute or two.

This repo is **public-facing**. Mechanical implementation details (API endpoints, internal infrastructure, DB schema, etc.) live in the separate `sage-docs-internal` repo — never link the two.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sageseo.ai/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
