> For the complete documentation index, see [llms.txt](https://globalimpact.gitbook.io/untitled/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://globalimpact.gitbook.io/untitled/background/tools-and-trials-overview/academic-paper-ideas.md).

# Academic Paper Ideas

*Why list these here?* By identifying specific hypotheses (for an academic paper), it will help:

1. Generate ideas for non-profits to test
2. Avoid indecision about what ideas to try
3. Keep those of us with academic publishing incentives motivated

In sum, to give us some direction and focus.

Current ideas for papers are summarized in [this google doc](https://docs.google.com/document/d/1v3QmwONxuGpgxKkX1-4ESi7sgsnI1SZVlT2wWUwHCG4/edit#) embedded. The document is divided into:

* one section for each idea we have fleshed out, so far... (at Oct 23, this includes):
  * shared community insight framing
  * Donor responses to “quantitative ‘per dollar’ impact information” and presentations of this (DR added)
  * warm glow (DR: 'internal reward) from effectiveness
* a list of others' ideas and general themes we have yet to flesh out
* some classic ideas we could test (as an alternative to developing novel hypotheses)

Here's the doc: [(link HERE to edit or comment within)](https://docs.google.com/document/d/1v3QmwONxuGpgxKkX1-4ESi7sgsnI1SZVlT2wWUwHCG4/edit#)

{% embed url="<https://docs.google.com/document/d/1v3QmwONxuGpgxKkX1-4ESi7sgsnI1SZVlT2wWUwHCG4/edit?usp=sharing>" %}


---

# 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://globalimpact.gitbook.io/untitled/background/tools-and-trials-overview/academic-paper-ideas.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.
