# Test Page

The base location at which a test can be created is the Test Configuration page, which is accessible from the Project Detail page.

<div align="center"><figure><img src="https://content.gitbook.com/content/z6EklLimWg9qh5eYpLkw/blobs/6M8pUhTjBz8JeuS0Dm9n/configure-test-buttons.png" alt="" width="375"><figcaption><p>Creating a Test</p></figcaption></figure></div>

From here, you can click Add Test to open the test creation page, which will enable you to define your test through the dropdown menu on the left side of the window.

<figure><img src="https://content.gitbook.com/content/z6EklLimWg9qh5eYpLkw/blobs/xqXeIGMwCxghmM5VKFmG/test-creation-page.png" alt=""><figcaption><p>The full test creation page, with the modal on the left side and helping graphs on the right.</p></figcaption></figure>

The graphs available on the right side of the window can help guide test development as you choose the statistics you want to study and the thresholds which define acceptable behavior.


---

# 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.dbnl.com/v0.20.x/using-distributional/testing/creating-tests/test-page.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.
