# Page Not Found

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

## Suggested Pages

You may be looking for one of the following:
- [Can I use my Squarespace website with Data Mapper?](https://thisdot.gitbook.io/data-mapper-for-mailchimp/faqs/can-i-use-my-squarespace-website-with-data-mapper.md)
- [Where can I find my customer purchase data?](https://thisdot.gitbook.io/data-mapper-for-mailchimp/faqs/where-can-i-find-my-customer-purchase-data.md)
- [I can't find Data Mapper in my Mailchimp integrations](https://thisdot.gitbook.io/data-mapper-for-mailchimp/faqs/i-cant-find-data-mapper-in-my-mailchimp-integrations.md)
- [How can I use my customer data](https://thisdot.gitbook.io/data-mapper-for-mailchimp/faqs/how-can-i-use-my-customer-data.md)
- [How can I create events & tags](https://thisdot.gitbook.io/data-mapper-for-mailchimp/faqs/how-can-i-create-events-and-tags.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://thisdot.gitbook.io/data-mapper-for-mailchimp/faqs/can-i-use-my-squarespace-website-with-data-mapper.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://thisdot.gitbook.io/data-mapper-for-mailchimp/sitemap.md

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

### Option 3 — Retrieve the full documentation corpus

Full export: https://thisdot.gitbook.io/data-mapper-for-mailchimp/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., `/data-mapper-for-mailchimp/faqs/can-i-use-my-squarespace-website-with-data-mapper.md`).

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