# Form/page reference

Many TestVibe screens include contextual help links. These pages explain the purpose of the form, the common tasks it supports, and the controls that matter most.

## Help URL Pattern

Form help pages use stable paths:

| Form                          | Help path                                        |
| ----------------------------- | ------------------------------------------------ |
| Login                         | `/reference/forms/login`                         |
| Run                           | `/reference/forms/run`                           |
| Project                       | `/reference/forms/project`                       |
| Playwright test configuration | `/reference/forms/playwright-test-configuration` |
| Test failure details          | `/reference/forms/test-failure-details`          |

The full index is [Form Help Pages](/reference/forms.md).

## Common Form Help Pages

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>Sign in and setup</strong></td><td><a href="/pages/A2HZ4KgyC1z6XKrPeRG8">Login</a>, <a href="/pages/aP4JdT1M9YNmwsNr64ql">SelectInstallation</a>, <a href="/pages/zAfGG16BTCVlCObviqYe">SelectRepository</a>, <a href="/pages/t2ksfeuyXzphLv3eVrfb">ProjectSetup</a></td></tr><tr><td><strong>Author tests</strong></td><td><a href="/pages/UX67z1Imawafc9UFwYx2">Test</a>, <a href="/pages/Wtzrjexqy0ofw6buVPC4">Editor</a>, <a href="/pages/X0oDMVvv9mDWQGy34AMZ">Prompt</a>, <a href="/pages/Ucx9B4gFKBdAVMAIuWAW">TestPlanner</a></td></tr><tr><td><strong>Generate and run</strong></td><td><a href="/pages/58PTkM5iVXceb1OAb96N">RecentTestGenerations</a>, <a href="/pages/flzOk5lRbQ8k9IB2yYUy">Run</a>, <a href="/pages/4KnQL4yZYYJZFHkWFKcH">PlaywrightTestConfiguration</a></td></tr><tr><td><strong>Review evidence</strong></td><td><a href="/pages/gyO4mt9ASaAS4p5eLj7V">TestFailureDetails</a>, <a href="/pages/MtSXyTmxqdCUwa7zz1c0">TestResultsPopup</a>, <a href="/pages/LSabhsOwGnHveLWmYBKE">Picture</a>, <a href="/pages/mjZujxvlwBPOkEmthKKF">Video</a>, <a href="/pages/39VA7aJyFtpb6Fvc1FwY">NetworkDetails</a></td></tr><tr><td><strong>Settings and account</strong></td><td><a href="/pages/azqsfTOTYk1XWkZ37H0X">Account</a>, <a href="/pages/uYcp7isctDBwzu4LZlOM">ApiKeys</a>, <a href="/pages/0yNamqujtEdKoFnPU4xM">Team</a>, <a href="/pages/uQ1VVPGqFuaBtYYZGnWT">Usage</a></td></tr></tbody></table>

## Stable Links

Help paths should stay stable even when the app changes. If a form is renamed in the product, keep the existing help page and update the content so old links do not break.


---

# 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.testvibe.com/reference/form-page-reference.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.
