# Developer

- [Overview](https://docs.shiftctrl.money/developer/overview.md): The ShiftCTRL Tab Protocol comprises both Onchain and Offchain modules.
- [Tab Protocol Smart Contract](https://docs.shiftctrl.money/developer/tab-protocol-smart-contract.md)
- [Governance](https://docs.shiftctrl.money/developer/tab-protocol-smart-contract/governance.md): The ShiftCTRL Tab Protocol is governed by a Decentralized Autonomous Organization (DAO) through a series of onchain governance smart contracts, built on the robust and battle-tested OpenZeppelin frame
- [Oracle](https://docs.shiftctrl.money/developer/tab-protocol-smart-contract/oracle.md): The ShiftCTRL Tab Protocol relies on two essential contracts for oracle management: the PriceOracleManager and PriceOracle contracts.
- [Token](https://docs.shiftctrl.money/developer/tab-protocol-smart-contract/token.md): The ShiftCTRL Tab Protocol creates various types of ERC-20 tokens to serve different purposes:
- [Reserves](https://docs.shiftctrl.money/developer/tab-protocol-smart-contract/reserves.md)
- [Vault](https://docs.shiftctrl.money/developer/tab-protocol-smart-contract/vault.md)
- [Keeper](https://docs.shiftctrl.money/developer/tab-protocol-smart-contract/keeper.md)
- [Auction](https://docs.shiftctrl.money/developer/tab-protocol-smart-contract/auction.md)
- [Tab Oracle & Tab Keeper](https://docs.shiftctrl.money/developer/tab-oracle-and-tab-keeper.md)


---

# 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://docs.shiftctrl.money/developer.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.
