> 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/vc/investment-process.md).

# Investment Process

* [x] [Applying Decision Analysis to Venture Investing](https://www.kauffmanfellows.org/journal_posts/applying-decision-analysis-to-venture-investing)
* [x] [Breaking Down a Typical VC/Startup Diligence Process](https://tomtunguz.com/breaking-down-a-typical-vcstartup-diligence-process/)
* [x] [Deconstructing VCs’ Decision Making Frameworks](https://medium.com/point-nine-news/deconstructing-vcs-decision-making-frameworks-70fa12058145)
* [x] [Flowchart: How a Seed VC Makes Investment Decisions](https://nextviewventures.com/blog/flowchart-vc-decision-making/)
* [x] [How Valor Invests and Our Venture Capital Diligence Process](https://valor.vc/how-valor-invests-and-our-venture-capital-diligence-process/)
* [x] [HOW WE INVEST. WHAT’S OUR INVESTMENT PROCESS?](https://www.dynamo.vc/blog-posts/how-we-invest-whats-our-investment-process)
* [x] [Madrona Venture Group's Investment Decision System](https://coda.io/@soma-somasegar/madrona-investment-decision-system)
* [x] [Making quality decisions](https://uluventures.com/invest/making-quality-decisions/)
* [x] [Playing Different Games](https://randle.substack.com/p/playing-different-games)
* [x] [The Alpaca Deal Diligence Process](https://medium.com/alpaca-vc/the-alpaca-deal-diligence-process-e2ecb99e0f47)
* [x] [THE EARLY STAGE VC DECISION MAKING PROCESS INFOGRAPHIC](https://www.vccafe.com/2013/01/18/the-early-stage-vc-decision-making-process-infographic/)
* [x] [The Eniac Deal Process](https://medium.com/@eniacvc/the-eniac-deal-process-c81da1d04d65)
* [x] [Venture Capital Investment Decision Making Process](https://koorandassociates.org/selling-a-company-or-raising-capital/venture-capital-investment-decision-making-process/)


---

# 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/vc/investment-process.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.
