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

# Building on top of the Maker Protocol

- [Developer Guides and Tutorials](https://docs.makerdao.com/build/developer-guides-and-tutorials.md)
- [The Dai Javascript Library of the Maker Protocol](https://docs.makerdao.com/build/dai.js.md): Dai.js is the JavaScript library that helps developers easily build DeFi  applications on top of the Maker Protocol, MakerDAO's platform of smart contracts.
- [Getting started](https://docs.makerdao.com/build/dai.js/getting-started.md)
- [Configuration](https://docs.makerdao.com/build/dai.js/maker.md)
- [Plugins](https://docs.makerdao.com/build/dai.js/maker/plugins.md)
- [Vault manager](https://docs.makerdao.com/build/dai.js/the-mcd-plugin.md)
- [Collateral types](https://docs.makerdao.com/build/dai.js/cdptypeservice.md)
- [Dai Savings Rate](https://docs.makerdao.com/build/dai.js/savingsservice.md)
- [Currency units](https://docs.makerdao.com/build/dai.js/currency-units.md)
- [System data](https://docs.makerdao.com/build/dai.js/systemdataservice.md)
- [Advanced](https://docs.makerdao.com/build/dai.js/advanced-configuration.md)
- [Transaction manager](https://docs.makerdao.com/build/dai.js/advanced-configuration/transactions.md)
- [DSProxy](https://docs.makerdao.com/build/dai.js/advanced-configuration/using-ds-proxy.md)
- [Events](https://docs.makerdao.com/build/dai.js/advanced-configuration/events.md)
- [Using multiple accounts](https://docs.makerdao.com/build/dai.js/advanced-configuration/using-multiple-accounts.md)
- [Adding a new service](https://docs.makerdao.com/build/dai.js/advanced-configuration/adding-a-new-service.md)
- [Single-Collateral Sai](https://docs.makerdao.com/build/dai.js/single-collateral-dai.md)
- [Collateralized Debt Position](https://docs.makerdao.com/build/dai.js/single-collateral-dai/collateralized-debt-position.md)
- [CDP Service](https://docs.makerdao.com/build/dai.js/single-collateral-dai/eth-cdp-service.md)
- [Price Service](https://docs.makerdao.com/build/dai.js/single-collateral-dai/price-service.md)
- [System Status](https://docs.makerdao.com/build/dai.js/single-collateral-dai/system-status.md)
- [Tokens](https://docs.makerdao.com/build/dai.js/single-collateral-dai/tokens.md)
- [Token Conversion](https://docs.makerdao.com/build/dai.js/single-collateral-dai/token-conversion.md)
- [Exchange Service](https://docs.makerdao.com/build/dai.js/single-collateral-dai/exchange-service.md)
- [Pymaker](https://docs.makerdao.com/build/pymaker.md): A Python API for the Maker Smart Contracts


---

# 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://docs.makerdao.com/build.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.
