# Examples

- [Metrics](https://applied-physics.gitbook.io/warp-factory/examples/metrics.md)
- [M1 - First Metric](https://applied-physics.gitbook.io/warp-factory/examples/metrics/m1-first-metric.md)
- [M2 - Default Metrics](https://applied-physics.gitbook.io/warp-factory/examples/metrics/m2-default-metrics.md)
- [M3 - Building a Metric](https://applied-physics.gitbook.io/warp-factory/examples/metrics/m3-building-a-metric.md)
- [Energy Tensor](https://applied-physics.gitbook.io/warp-factory/examples/energy-tensor.md)
- [T1 - First Energy Tensor](https://applied-physics.gitbook.io/warp-factory/examples/energy-tensor/t1-first-energy-tensor.md)
- [T2 - Cartoon Methods](https://applied-physics.gitbook.io/warp-factory/examples/energy-tensor/t2-cartoon-methods.md)
- [T3 - GPU Computation](https://applied-physics.gitbook.io/warp-factory/examples/energy-tensor/t3-gpu-computation.md)
- [T4 - Solver Order](https://applied-physics.gitbook.io/warp-factory/examples/energy-tensor/t4-solver-order.md)
- [T5 - Errors](https://applied-physics.gitbook.io/warp-factory/examples/energy-tensor/t5-errors.md)
- [Analysis](https://applied-physics.gitbook.io/warp-factory/examples/analysis.md)
- [A1 - Energy Conditions](https://applied-physics.gitbook.io/warp-factory/examples/analysis/a1-energy-conditions.md)
- [A2 - Metric Scalars](https://applied-physics.gitbook.io/warp-factory/examples/analysis/a2-metric-scalars.md)
- [A3 - Eval Metric](https://applied-physics.gitbook.io/warp-factory/examples/analysis/a3-eval-metric.md)
- [A4 - Momentum Flow](https://applied-physics.gitbook.io/warp-factory/examples/analysis/a4-momentum-flow.md)
- [Warp Shell](https://applied-physics.gitbook.io/warp-factory/examples/warp-shell.md)
- [W1 Warp Shell Comoving](https://applied-physics.gitbook.io/warp-factory/examples/warp-shell/w1-warp-shell-comoving.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://applied-physics.gitbook.io/warp-factory/examples.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.
