> For the complete documentation index, see [llms.txt](https://vc.shibin.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vc.shibin.co/library/background-reading.md).

# Background Reading

* [x] [How Venture Capital Works - Harvard Business School](https://hbr.org/1998/11/how-venture-capital-works)
* [x] [VC Math](https://hackernoon.com/vc-math-2848971a34a0)
* [x] [The Venture Capital Math Problem Revisited (aka How Could You Be So Wrong?)](https://avc.com/2020/02/the-venture-capital-math-problem-revisited-aka-how-could-you-be-so-wrong/)
* [x] [More VC Math](https://www.vcrazor.com/vc-razor/fund-fit/more-vc-math/)
* [x] [Venture Capital Funds - How the Math Works](http://www.angelblog.net/Venture_Capital_Funds_How_the_Math_Works.html)
* [x] [Explaining VC Math: Is your Idea Big Enough?](https://www.saasventurecapital.com/blog/2019/7/24/explaining-vc-math-is-your-idea-big-enough)
* [x] [Why startups are hard — the math of venture capital returns tells the story](https://andrewchen.com/venture-capital-returns/)

\
\
\\


---

# 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://vc.shibin.co/library/background-reading.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.
