# TestAdvancedOptions

**Help URL:** `/forms/test-advanced-options`

## Purpose

Adjust advanced settings for a test or generation request when the default flow does not provide enough control.

## Common Tasks

* Review optional generation or execution settings.
* Add extra context that should apply to a specific test.
* Tune behavior only when a test needs special handling.
* Save advanced options before creating, updating, or regenerating the test.

## Key UI Elements

* Advanced option fields: Optional settings for the current test workflow.
* Save or Apply: Stores the selected options.
* Cancel: Leaves options unchanged.

## Notes

* Most tests do not need advanced options.
* Prefer clear Gherkin and prerequisites before relying on advanced tuning.
* If you are not sure what an option does, leave it at the default.


---

# 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/forms/test-advanced-options.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.
