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

# Philosophy

Shoebill H is built with a commitment to open source and privacy.&#x20;

Our goals are to:

* Share Code: Release a collection of packages and repositories on GitHub.
* Invite Contributions: Encourage the community to enhance Shoebill H's features
* Give Back: Contribute to the broader AI and blockchain communities by sharing knowledge and tools.

Taking into account H is born out of an abandoned project, its only right to make sure Agent H will be open source.

I believe its to be encouraged to be able to run your own agent without dependencies on big AI providers who will use your conversations to profile you and use it just like any other actions you do online. Therefore we host our model ourself as well. Models will become smaller and more effective overall so hopefully constraints will reduce over time.&#x20;


---

# 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:

```
GET https://shoebillh.gitbook.io/shoebill-h/philosophy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
