# Page Not Found

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

## Suggested Pages

You may be looking for one of the following:
- [9 February: Enhanced Device Sync](https://changelog.rapport.tech/february-2024/9-february-enhanced-device-sync.md)
- [31 August: Join Session by QR Code](https://changelog.rapport.tech/copy-of-august-2023/31-august-join-session-by-qr-code.md)
- [11 October: Private Group Deletion & Attendee Name Fixes](https://changelog.rapport.tech/october-2023/11-october-private-group-deletion-and-attendee-name-fixes.md)
- [07 August: Support for running on Apple Silicon Mac](https://changelog.rapport.tech/copy-of-august-2023/07-august-support-for-running-on-apple-silicon-mac.md)
- [07 September: Feedback Widget Integrated](https://changelog.rapport.tech/september-2023/07-september-feedback-widget-integrated.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://changelog.rapport.tech/february-2024/9-february-enhanced-device-sync.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://changelog.rapport.tech/sitemap.md

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

### Option 3 — Retrieve the full documentation corpus

Full export: https://changelog.rapport.tech/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., `/february-2024/9-february-enhanced-device-sync.md`).

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