# Metrics

Defining the spacetime is about building a metric tensor. There are several methods to do this within Warp Factory. In this section, different examples of how to use standard metrics or build your own are provided.

<table><thead><tr><th width="269" data-type="content-ref">Example</th><th>Description</th></tr></thead><tbody><tr><td><a href="metrics/m1-first-metric">m1-first-metric</a></td><td>First time working with Warp Factory in making a basic Minkowski space and showing the metric tensor features. <strong>First-time users start here.</strong></td></tr><tr><td><a href="metrics/m2-default-metrics">m2-default-metrics</a></td><td>How to work with the library of metrics provided in Warp Factory.</td></tr><tr><td><a href="metrics/m3-building-a-metric">m3-building-a-metric</a></td><td>How to build your own metric using different helper functions in standard or 3+1 formalism.</td></tr></tbody></table>


---

# 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/metrics.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.
