# Page Not Found

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

## Suggested Pages

You may be looking for one of the following:
- [Club Prophet Tee Sheet Integration](https://help.campaignpilot.com/app-integrations/using-campaignpilot-with-club-prophet.md)
- [1-2-1 Marketing Website Integration](https://help.campaignpilot.com/app-integrations/using-campaignpilot-with-1-2-1-marketing.md)
- [foreUP Tee Sheet Integration](https://help.campaignpilot.com/app-integrations/using-campaignpilot-with-foreup.md)
- [Configuring Instagram](https://help.campaignpilot.com/channel-setup/configuring-instagram.md)
- [Configuring Stripe with Apple Pay & Google Pay](https://help.campaignpilot.com/payment-setup/configuring-stripe-with-apple-pay-and-google-pay.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://help.campaignpilot.com/app-integrations/using-campaignpilot-with-club-prophet.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://help.campaignpilot.com/sitemap.md

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

### Option 3 — Retrieve the full documentation corpus

Full export: https://help.campaignpilot.com/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., `/app-integrations/using-campaignpilot-with-club-prophet.md`).

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