# Part 2 - Core Engine Concepts

- [What is AEGIS Engine?](https://docs.aegis.markets/part-2-core-engine-concepts/what-is-aegis-engine.md)
- [The Big Idea: Turning Liquidity Into Credit](https://docs.aegis.markets/part-2-core-engine-concepts/the-big-idea-turning-liquidity-into-credit.md)
- [How Borrowing Works](https://docs.aegis.markets/part-2-core-engine-concepts/how-borrowing-works.md)
- [The Safety Model](https://docs.aegis.markets/part-2-core-engine-concepts/the-safety-model.md)
- [Why AEGIS Engine Is Different](https://docs.aegis.markets/part-2-core-engine-concepts/why-aegis-engine-is-different.md)
- [Liquidations and Keepers](https://docs.aegis.markets/part-2-core-engine-concepts/liquidations-and-keepers.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.aegis.markets/part-2-core-engine-concepts.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.
