> For the complete documentation index, see [llms.txt](https://docs.jonah.company/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jonah.company/overview.md).

# Overview

The Jonah Company (TJC) is a trustee management company responsible for administering trusts and supporting the leadership and stewardship required to manage them effectively. The company exists to ensure that the assets held in trust are managed responsibly and that the individual entrusted with their stewardship remains capable of fulfilling that responsibility.&#x20;

Learn more about the intention of our design [here](/company/intention.md).

***

### Specific Activities

TJC operates as the Trustee of multiple trusts. These trusts hold assets and resources intended to support long-term stewardship, philanthropic impact, and personal mission. The company administers these trusts through a structured governance model led by a Managing Director and supported by Directors responsible for specific operational domains.

***

### Core Functions

**TJC performs two primary functions:**

> ***Trust Administration:** Managing and administering trusts and their assets in accordance with their governing documents and long-term stewardship objectives.*
>
> ***Managing Director Optimization:** Ensuring the Managing Director remains in a condition to lead effectively through coordinated personal, operational, and administrative support.*

***

### Our Model

The governance model of TJC separates four responsibilities:

• Trust Ownership (the trusts that hold assets).

• Trustee Administration (the Jonah Company).

• Company Governance (Managing Director and Directors).

• Personal Optimization (Optimizers supporting the MD).

This structure ensures that asset stewardship, company governance, and leadership readiness are addressed as distinct but coordinated responsibilities.


---

# 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://docs.jonah.company/overview.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.
