# Reading & Interpreting Tests

Once you've built out your test cases, you can run all of your tests to see the impact your current model is making.

You'll be able to compare the difference between your actual results and the outputs you'd projected, as well as see the spread of prices so you can refine your pricing strategy.

<figure><img src="/files/oE6mqDWfFovB99L0bPYU" alt=""><figcaption><p>Reporting in the test tab</p></figcaption></figure>

The avergage result value will indicate what the average quote that is served to customers will be. The validity shows what the likelihood of a valid (non-excluded) quote being shown.&#x20;

Movement shows the change between what the expected result (which could be the previous versions result) against the new pricing changes, which will give you an indication of impact.


---

# 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://swallow-1.gitbook.io/swallow/test/reading-and-interpreting-tests.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.
