# Knowledge Base

- [Decentralized Identifiers (DIDs)](https://totochain.gitbook.io/totochain/knowledge-base/decentralized-identifiers-dids.md): Introduction to Decentralized Identifiers (DIDs)
- [Understanding Credential Types (cTypes)](https://totochain.gitbook.io/totochain/knowledge-base/understanding-credential-types-ctypes.md): Introduction to Credential Types (cTypes)
- [Adding a New cType](https://totochain.gitbook.io/totochain/knowledge-base/adding-a-new-ctype.md): The Process for Adding a New cType
- [The Credential Attestation Process](https://totochain.gitbook.io/totochain/knowledge-base/the-credential-attestation-process.md)
- [Attestation Providers](https://totochain.gitbook.io/totochain/knowledge-base/attestation-providers.md): All About Attestation Providers and the Web of Trust
- [Liveness and Reputation](https://totochain.gitbook.io/totochain/knowledge-base/liveness-and-reputation.md)
- [Handshakes](https://totochain.gitbook.io/totochain/knowledge-base/handshakes.md): The Handshake Process: Building a Web of Trust
- [Intro to RPC Calls](https://totochain.gitbook.io/totochain/knowledge-base/intro-to-rpc-calls.md): Interacting with the Toto Chain via RPC
- [Understanding Proposals](https://totochain.gitbook.io/totochain/knowledge-base/understanding-proposals.md): Understanding Proposals on the Toto Chain
- [Creating and Managing Proposals](https://totochain.gitbook.io/totochain/knowledge-base/creating-and-managing-proposals.md): Creating and Managing Proposals from Polkadot-UI
- [The Reward Pool (Magic Box)](https://totochain.gitbook.io/totochain/knowledge-base/the-reward-pool-magic-box.md): Understanding the Reward Pool Account (The "Magic Box")
- [Magic Pieces](https://totochain.gitbook.io/totochain/knowledge-base/magic-pieces.md): The Magic Piece System: Your Wild Card for Rewards


---

# Agent Instructions: 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://totochain.gitbook.io/totochain/knowledge-base.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.
