# Page Not Found

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

## Suggested Pages

You may be looking for one of the following:
- [IHDP 데이터셋에 DoWhy 적용하기](https://playinpap.gitbook.io/dowhy/example-notebooks/ihdp-health.md)
- [Causal Impact Analysis 활용한 고객 가치 분석 - Uber](https://playinpap.gitbook.io/dowhy/advanced-causalml/causal-impact-analysis-uber.md)
- [멤버십 리워드 프로그램의 효과 추정하기](https://playinpap.gitbook.io/dowhy/example-notebooks/membership-effect.md)
- [호텔 예약 취소에 숨겨진 인과적 이야기](https://playinpap.gitbook.io/dowhy/example-notebooks/hotel-booking-cancel.md)
- [멤버십 상품이 유저의 Engagement를 증가시킬까? Recommendation A/B 테스트 - TripAdvisor](https://playinpap.gitbook.io/dowhy/advanced-econml/a-b-tripadvisor.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://playinpap.gitbook.io/dowhy/example-notebooks/ihdp-health.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://playinpap.gitbook.io/dowhy/sitemap.md

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

### Option 3 — Retrieve the full documentation corpus

Full export: https://playinpap.gitbook.io/dowhy/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., `/dowhy/example-notebooks/ihdp-health.md`).

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