# Page Not Found

The URL `files/cywAhuhFFLh3z3g8T6T3` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [1.1 Product Overview: What is Checker and What Does it Do?](https://checker-docs.gitbook.io/checker-docs/1.-getting-started/1.1-product-overview-what-is-checker-and-what-does-it-do.md)
- [2.1 Quick Integration: Steps for Rapid API Integration](https://checker-docs.gitbook.io/checker-docs/2.-integration/2.1-quick-integration-steps-for-rapid-api-integration.md)
- [1.3 Using LTD Codes: A Guide to LTD Codes](https://checker-docs.gitbook.io/checker-docs/1.-getting-started/1.3-using-ltd-codes-a-guide-to-ltd-codes.md)
- [2.2 Platform Integrations: WordPress Integration](https://checker-docs.gitbook.io/checker-docs/2.-integration/2.2-platform-integrations-wordpress-integration.md)
- [1.2 Account Creation: How to Create a Checker Account](https://checker-docs.gitbook.io/checker-docs/1.-getting-started/1.2-account-creation-how-to-create-a-checker-account.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://checker-docs.gitbook.io/checker-docs/1.-getting-started/1.1-product-overview-what-is-checker-and-what-does-it-do.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.

### Option 2 — Browse the documentation index

Full index: https://checker-docs.gitbook.io/checker-docs/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://checker-docs.gitbook.io/checker-docs/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/checker-docs/1.-getting-started/1.1-product-overview-what-is-checker-and-what-does-it-do.md`).

You may also use `Accept: text/markdown` header for content negotiation.
