# TinyChain Platform

## TinyChain Platform

- [What is TinyChain?](https://docs.tinychain.net/readme.md): A brief overview
- [Getting Started](https://docs.tinychain.net/guides/getting-started.md)
- [Python client introduction](https://docs.tinychain.net/guides/python-client-introduction.md): Python API documentation: https://tinychain.readthedocs.io/
- [Types and casting](https://docs.tinychain.net/guides/types-and-casting.md): TinyChain's Python client uses type declarations in an unusual way. Here's what to expect.
- [Anatomy of an Op](https://docs.tinychain.net/guides/anatomy-of-an-op.md): Understand when and how to use Contexts and type annotations
- [Flow control: after, cond, while\_loop](https://docs.tinychain.net/guides/flow-control-after-if-while.md)
- [Closures and functional programming](https://docs.tinychain.net/guides/closures-and-functional-programming.md): How to use the @closure decorator for stream processing
- [Install a Library or Service](https://docs.tinychain.net/guides/install-a-library-or-service.md): Easily install TinyChain services on your host or cluster without restarting
- [Code a compute graph](https://docs.tinychain.net/guides/code-a-compute-graph.md)
- [Debugging](https://docs.tinychain.net/guides/debugging.md): How to debug TinyChain code
- [Ask for help](https://docs.tinychain.net/guides/ask-for-help.md): TinyChain is a very new framework and is still evolving rapidly. Please ask for help if you need it!
- [Install TinyChain](https://docs.tinychain.net/fundamentals/install-tinychain.md): Install the TinyChain host software
- [Technical Details](https://docs.tinychain.net/fundamentals/technical-details.md): This information is documented in case you want to develop your own general-purpose TinyChain client, or if you need to do an in-depth security or risk analysis.
- [Client-side Class Inheritance](https://docs.tinychain.net/advanced/client-side-class-inheritance.md): Learn how to inherit from and modify the behavior of TinyChain client classes
- [For Engineers](https://docs.tinychain.net/use-cases/for-engineers.md)
- [For Data Scientists](https://docs.tinychain.net/use-cases/for-data-scientists.md)
- [For DevOps](https://docs.tinychain.net/use-cases/for-devops.md)
- [For Product Owners & Executives](https://docs.tinychain.net/use-cases/for-product-owners-and-executives.md)
- [For End-Users](https://docs.tinychain.net/use-cases/for-end-users.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.tinychain.net/readme.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.
