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

# Products (Sign Ecosystem)

- [Overview](https://docs.sign.global/products-sign-ecosystem/products.md): Standalone products developed by Sign, including Sign Protocol, TokenTable, and EthSign. These products share core primitives and can be deployed independently or integrated into S.I.G.N. architecture
- [Sign Protocol (Evidence Layer)](https://docs.sign.global/products-sign-ecosystem/sign-protocol.md): The core evidence, attestation, and verification layer powering the S.I.G.N. stack.
- [TokenTable](https://docs.sign.global/products-sign-ecosystem/tokentable.md): TokenTable is the sovereign-grade allocation, vesting, and distribution engine for capital, benefits, and tokenized programs under the S.I.G.N. stack.
- [EthSign](https://docs.sign.global/products-sign-ecosystem/ethsign.md): Legal agreements, signatures, and compliance workflows built on Sign Protocol.


---

# 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.sign.global/products-sign-ecosystem.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.
