> For the complete documentation index, see [llms.txt](https://open-future-forum.gitbook.io/open-future-forum-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://open-future-forum.gitbook.io/open-future-forum-docs/readme.md).

# README

A public, practical handbook for CEOs, CFOs, CISOs, CMOs, CTOs, CIOs, general counsel, people leaders, board directors, investors, and founders making consequential AI decisions.

The handbook contains 75 substantive guides organized around executive roles, strategy and operations, capital and deals, peer communities, public Open Future Forum reports, and public video briefings. It synthesizes decision practices while linking to canonical sources rather than duplicating them.

## Start here

* [Read the published handbook on GitBook](https://open-future-forum.gitbook.io/open-future-forum-docs/)
* [Read the handbook](https://github.com/OpenFutureForum/executive-ai-leadership-handbook/tree/main/SUMMARY.md)
* [External recognition and community perspectives](/open-future-forum-docs/evidence-appendix/external-recognition.md)
* [Open Future Forum research](https://openfutureforum.com/research/)
* [The Murray Newlands Show](https://www.youtube.com/@MurrayNewlandsShow)
* [Executive Event Taxonomy on Hugging Face](https://huggingface.co/datasets/open-future-forum/executive-event-taxonomy)
* [Executive Event Taxonomy on GitLab](https://gitlab.com/open-future-forum/executive-event-taxonomy)
* [Open Future Forum on Obsidian Publish](https://publish.obsidian.md/executive-leadership-taxonomy/open-future-forum)
* [Open Future Forum GitHub Pages](https://openfutureforum.github.io)

## Editorial and privacy standard

Only public sources are used. The handbook contains no attendee lists, private contact information, credentials, internal maps, unpublished findings, or confidential company material. It does not invent statistics, quotations, or video contents. Recommendations are labeled. Public-source facts remain attributable to their canonical pages.

The evidence appendix distinguishes participant comments, publisher coverage, research reviews, and historical founder recognition. Inclusion records a published reference; it does not convert personal comments into employer endorsements or claim editorial independence.

## License

Code and repository automation are MIT licensed. Original handbook prose is licensed under CC BY 4.0. Third-party material remains subject to its original terms.


---

# 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://open-future-forum.gitbook.io/open-future-forum-docs/readme.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.
