# Page Not Found

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

## Suggested Pages

You may be looking for one of the following:
- [(AF-2) Exporting Contacts to Mailchimp](https://workshop-angel.gitbook.io/workshop-angel-documentation/8-additional-features/af-2-exporting-contacts-to-mailchimp.md)
- [(DM-5) Using the Email Message Editor](https://workshop-angel.gitbook.io/workshop-angel-documentation/4-defining-messages/dm-5-using-the-email-message-editor.md)
- [(MC-2) Additional Contact Features](https://workshop-angel.gitbook.io/workshop-angel-documentation/6-managing-contacts/mc-2-additional-contact-features.md)
- [(AF-1) Creating Targeted Mailing Lists](https://workshop-angel.gitbook.io/workshop-angel-documentation/8-additional-features/af-1-creating-targeted-mailing-lists.md)
- [(MF-8) Moving a Booking to a New Activity](https://workshop-angel.gitbook.io/workshop-angel-documentation/7-managing-finances/mf-8-moving-a-booking-to-a-new-activity.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://workshop-angel.gitbook.io/workshop-angel-documentation/8-additional-features/af-2-exporting-contacts-to-mailchimp.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://workshop-angel.gitbook.io/workshop-angel-documentation/sitemap.md

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

### Option 3 — Retrieve the full documentation corpus

Full export: https://workshop-angel.gitbook.io/workshop-angel-documentation/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., `/workshop-angel-documentation/8-additional-features/af-2-exporting-contacts-to-mailchimp.md`).

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