# TestProjectEditor

**Help URL:** `/forms/test-project-editor`

## Purpose

Edit project-level test settings that affect how TestVibe organizes or runs tests for the selected repository.

## Common Tasks

* Review project metadata before saving changes.
* Update project or test project settings.
* Confirm repository-related paths or defaults.
* Save changes before returning to the workspace.

## Key UI Elements

* Project fields: Show editable project or test project values.
* Save: Stores changes.
* Cancel: Closes without applying changes.

## Notes

* Use repository settings for target URL, source repository, secrets, variables, runners, and AI agent configuration.
* Avoid changing paths or defaults in the middle of an active run or generation.


---

# 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-project-editor.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.
