Use the Docs with Search and AI
Learn how search engines and AI agents can discover, retrieve, cite, and query the public ContextQA documentation using its sitemap, llms.txt index, Markdown pages, and GitBook answer endpoint.
Quick answer
The public ContextQA documentation is available to both search crawlers and AI retrieval tools. Search engines can index the canonical HTML pages through the site's sitemap. AI agents can discover the documentation through llms.txt, retrieve a compact Markdown version of any page, or ask GitBook a focused question and receive an answer grounded in the published documentation.
Use the HTML URL when sharing or citing a page for people. Use llms.txt and the .md URLs when supplying ContextQA documentation to an AI agent or retrieval pipeline.
Verified public retrieval signals
The published documentation currently exposes all of the following:
robots.txtallows the public site to be crawled and publishessearch=yesandai-input=yescontent signals.sitemap.xmlpoints to the page sitemap, where each canonical page has a modification timestamp.llms.txtlists page titles, descriptions, and machine-readable Markdown links.Each HTML page is indexable and includes a unique title, description, and canonical URL.
Each published page has a
.mdrepresentation with the main content and links but without the visual site chrome.GitBook's
askand optionalgoalparameters let an agent request an answer grounded in the published documentation.
These signals make the content discoverable and easy to retrieve. They do not force Google, ChatGPT, Claude, or another product to index, rank, quote, or cite a page; each provider controls those decisions.
Public discovery endpoints
Human-readable documentation
https://learning.contextqa.com/<page>
Canonical HTML page for readers and search results
Machine-readable page
https://learning.contextqa.com/<page>.md
Compact Markdown containing the page text and links
For example:
Human-readable page: AI Insights
Markdown source: AI Insights Markdown
The Markdown endpoints are retrieval sources, not separate pages that need to rank in search. When an agent cites a source for a reader, prefer the corresponding canonical HTML URL without .md.
Canonical topic map for AI agents
When a question matches one of these intents, retrieve the task-specific page first. Use an overview only when the question spans multiple workflows.
Upload and select an Android APK or iOS IPA build
Generate tests from requirements, Jira, Figma, Swagger, video, or text
Retrieve screenshots, video, network logs, console logs, or traces
Let Claude, Cursor, Copilot, or another MCP client operate ContextQA
This routing table is intentionally short. After selecting the primary source, follow its related-page links only when the first page does not contain the required detail.
Give the documentation to an AI agent
Use this retrieval order so the agent receives current, relevant context without loading the entire site:
Start with
https://learning.contextqa.com/llms.txtto discover the available pages.Select the pages whose titles and descriptions match the question.
Retrieve those pages by appending
.mdto their canonical URLs.Answer only from the retrieved text and preserve links to the canonical HTML sources.
If the answer is incomplete, query the documentation dynamically before making an assumption.
Example instruction for an AI tool:
Use the documentation with ChatGPT, Claude, and other assistants
When an assistant can open public URLs, give it the documentation index and a precise question. This works with browser-enabled or retrieval-enabled assistants from different providers because it relies on ordinary public HTTP pages rather than a provider-specific format.
Reusable prompt:
For a single known topic, link the canonical page directly instead of asking the assistant to search the entire site. For example, use the Test Plans page for questions about plan creation, capacity, live execution, queues, and stopping a run.
Ask the documentation a focused question
GitBook can answer a question using the published ContextQA documentation. Add an ask query parameter to a Markdown page URL:
You can also add an optional goal parameter to explain the broader task:
Questions should be specific and self-contained. Treat the returned answer as a retrieval aid: retain its source links and verify security-sensitive, permission-sensitive, or deployment-specific instructions against the referenced page.
Help search engines understand a page
When linking to ContextQA documentation from the main website, a release note, GitHub, or an integration listing:
Link to the canonical HTML page that answers the question, not only the documentation home page.
Use descriptive anchor text such as “configure ContextQA Jira integration,” not “click here.”
Link related concepts bidirectionally—for example, connect API chaining to variables, environments, and response validation.
Keep page titles and opening answers aligned with the language customers use when asking questions.
Update the existing page when a workflow changes instead of publishing a second competing answer.
Repository-wide citation-ready page contract
Every published page follows the same retrieval contract so a reader or AI agent can extract the main answer without reconstructing it from screenshots:
Use one specific page title and one matching level-one heading.
Write a unique description that names the task, product object, and outcome.
Put a Quick answer near the top with the shortest complete answer to the page's main question.
Use exact visible labels and stable terms, such as Runs → Live execution, then define what each value means.
Separate prerequisites, steps, verification, limitations, and troubleshooting under descriptive headings.
State when behavior depends on permissions, subscription, deployment, retention, or artifact availability.
Describe screenshots with the page, state, and control the reader should notice; never make the screenshot the only source of an instruction.
Link to the most specific related page with descriptive anchor text.
Cite the canonical HTML URL when presenting an answer to a person, even if the agent retrieved the
.mdrepresentation.
The repository documentation audit applies this contract to every page in the published navigation. It enforces unique titles, unique discovery descriptions, one level-one heading, valid heading hierarchy, a concise near-top Quick answer, at least one related documentation link, valid local links and assets, descriptive image text, and canonical demo links. A new page cannot pass the audit by copying another page's title, description, or answer.
Source and citation guidance
For the most reliable answer, prefer sources in this order:
A feature-specific or task-specific ContextQA documentation page.
A ContextQA tutorial that demonstrates the workflow end to end.
A section overview or role guide.
The documentation changelog for documentation-history questions.
The documentation describes user-facing behavior. Availability can differ by workspace permissions, subscription, or deployment. Do not infer unpublished APIs, internal implementation details, credentials, or business rules from screenshots or portal network calls.
Frequently asked questions
Related pages
Last updated
Was this helpful?
