> For the complete documentation index, see [llms.txt](https://wiki.ainzzorl.lol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.ainzzorl.lol/books-1/and-then-there-were-none-agatha-christie.md).

# And Then There Were None - Agatha Christie

Finished: 3/28/2021

Rating: 5\*

Awesome! Loved it!

Spoilers below.

I was thinking, throughout the book:

* The Rogers (servants) because I thought the murderer had to arrive early to prepare.
* Dr Armstrong because it would be convenient for him, and there was nothing written from his point of view.
* I figured that someone "dead" was not really dead somehow, but couldn't think of how. The only one I thought of was Mrs Rogers.
* I figured the judge's death was strange: not only he was killed when everyone but him rushed away from the room, but someone also bothered to put a wig and stuff on him - I didn't think it made sense. But it did not occur that he could be conspiring with the doctor.

Next time I read a mystery novel like this, I should do it very slowly, and actually try to solve it myself.

All and all, as good as of a mystery as it gets.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wiki.ainzzorl.lol/books-1/and-then-there-were-none-agatha-christie.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
