> 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/misc-reading/harry-potter-rowling-writing.md).

# Harry Potter - Rowling Writing

## The Order of the Phoenix Outline

<https://imgur.com/77W3XEJ> <https://old.reddit.com/r/RowlingWritings/comments/n35zrh/complete_chapter_outline_for_harry_potter_and_the/>

Amazing stuff!

* Umbridge could be called "Joyce" or "Elvira".
* Ginny could be dating Seamus.
* Dumbledore Army and the Order of The Phoenix were swapped! Whoa.
* SPEW could join DA.
* Harry was recruiting for DA.
* Who's Bode?
* What's firehead?
  * Floo network.
* Grawp could be Hagrid's cousin?
* There were dementors in the department of mysteries?
* Missy Slipkiss?
* Her handwriting is barely readable.
* Apparently, Sirius wasn't killed by Bellatrix there. She's not mentioned at all.
* No Luna?

## The Original Forty

<https://imgur.com/YbXhtFK>

<https://old.reddit.com/r/RowlingWritings/comments/9u3it8/the_original_forty/>


---

# 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/misc-reading/harry-potter-rowling-writing.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.
