# Page Not Found

The URL `january-2023/january-22-support-for-google-and-microsoft-email-feeds-reingest-content-in-place-bug-fixes` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [January 22: Support for Google and Microsoft email feeds, reingest content in-place, bug fixes](https://changelog.graphlit.dev/january-2024/january-22-support-for-google-and-microsoft-email-feeds-reingest-content-in-place-bug-fixes.md)
- [July 4: Support for Google and Microsoft calendar feeds, saved views, bug fixes](https://changelog.graphlit.dev/july-2025/july-4-support-for-google-and-microsoft-calendar-feeds-saved-views-bug-fixes.md)
- [January 30: Support for Uppy file uploader, Deepseek Reasoner model, bug fixes](https://changelog.graphlit.dev/january-2025/january-30-support-for-uppy-file-uploader-deepseek-reasoner-model-bug-fixes.md)
- [January 10: Support for conversation message images, email filtering, Diffbot API key, bug fixes](https://changelog.graphlit.dev/january-2025/january-10-support-for-conversation-message-images-email-filtering-diffbot-api-key-bug-fixes.md)
- [January 4: Support for askGraphlit mutation, storage policies, bug fixes](https://changelog.graphlit.dev/january-2025/january-4-support-for-askgraphlit-mutation-storage-policies-bug-fixes.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.graphlit.dev/january-2024/january-22-support-for-google-and-microsoft-email-feeds-reingest-content-in-place-bug-fixes.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.graphlit.dev/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.graphlit.dev/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., `/january-2024/january-22-support-for-google-and-microsoft-email-feeds-reingest-content-in-place-bug-fixes.md`).

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