# Codex of Knowledge

- [How Swaps Work](https://titan-exchange.gitbook.io/titan/codex-of-knowledge/how-swaps-work.md)
- [DEX Aggregators](https://titan-exchange.gitbook.io/titan/codex-of-knowledge/dex-aggregators.md)
- [Titan's Unique Algorithm](https://titan-exchange.gitbook.io/titan/codex-of-knowledge/editor.md): How Titan provides outperformance
- [Meta Aggregation](https://titan-exchange.gitbook.io/titan/codex-of-knowledge/markdown.md)
- [DART Routing](https://titan-exchange.gitbook.io/titan/codex-of-knowledge/dart-routing.md): Titan's onchain routing engine — the first router that dynamically re-optimizes a trade at the exact moment of execution, not seconds before


---

# 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://titan-exchange.gitbook.io/titan/codex-of-knowledge.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.
