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

# Protocol

- [Core Contracts](https://docs.teller.org/teller-docs/protocol/core-contracts.md): Overview of Teller's core contracts
- [ATM Contracts](https://docs.teller.org/teller-docs/protocol/core-contracts/atm-contracts.md): Integrate the Teller protocol liquidity pool into your application
- [LoanManager Contracts](https://docs.teller.org/teller-docs/protocol/core-contracts/loans-contracts.md): The "lifecycle" of a loan through the Teller protocol
- [LoanTermsConsensus Contracts](https://docs.teller.org/teller-docs/protocol/core-contracts/consensus-contracts.md): Contracts for validating consensus for loan terms
- [Settings Contract](https://docs.teller.org/teller-docs/protocol/settings-contract.md): Overview of the protocol's settings contracts
- [Platform Settings](https://docs.teller.org/teller-docs/protocol/settings-contract/platform-settings.md): Description of the settings ruling over the Teller Protocol
- [Privileged Roles & Ownership](https://docs.teller.org/teller-docs/protocol/settings-contract/privileged-roles-and-ownership.md): Overview of the varying roles and ownership settings for the Teller Protocol
- [Pauser Role](https://docs.teller.org/teller-docs/protocol/settings-contract/privileged-roles-and-ownership/pauser-role.md): Description of the privileged roles in the Teller Protocol
- [Progressive Pauser Role Owner](https://docs.teller.org/teller-docs/protocol/settings-contract/privileged-roles-and-ownership/progressive-pauser-role-owner.md): Pauser role ownership within the Teller Protocol
- [Price Oracles](https://docs.teller.org/teller-docs/protocol/price-oracles.md): Overview description of how price oracles are used within the Teller protocol
- [Liquidation Manual](https://docs.teller.org/teller-docs/protocol/liquidation-manual.md): Guide to Teller's Liquidation Process
- [Gas Usage](https://docs.teller.org/teller-docs/protocol/gas-usage.md): In this section, we collected the main list of functions available for users and calculated how much gas would be used for each of those functions


---

# 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.teller.org/teller-docs/protocol.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.
