# Smart Contract Modules

- [Overview](https://docs.definer.org/copy-of-definer.org/smart-contract-modules/overview.md)
- [SavingAccount](https://docs.definer.org/copy-of-definer.org/smart-contract-modules/savingaccount.md): SavingAccount contract.
- [Bank](https://docs.definer.org/copy-of-definer.org/smart-contract-modules/bank.md): Bank contract
- [Accounts](https://docs.definer.org/copy-of-definer.org/smart-contract-modules/accounts.md): Accounts contract
- [AccountTokenLib](https://docs.definer.org/copy-of-definer.org/smart-contract-modules/tokeninforegistry.md)
- [Oracle](https://docs.definer.org/copy-of-definer.org/smart-contract-modules/oracle.md): Price feed oracles on DeFiner
- [Modifiers](https://docs.definer.org/copy-of-definer.org/smart-contract-modules/modifiers.md)
- [Delayed Upgrades](https://docs.definer.org/copy-of-definer.org/smart-contract-modules/delayed-upgrades.md): DeFiner's upgradeable contracts can only be upgraded after 48 hours of scheduled upgrade


---

# 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.definer.org/copy-of-definer.org/smart-contract-modules.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.
