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