# NotificationCenter

**Help URL:** `/forms/notification-center`

## Purpose

Review recent TestVibe notifications, workflow updates, and items that may need attention.

## Common Tasks

* Check active generation or run notifications.
* Open a related run, generation, or GitHub workflow.
* Review completed or failed activity.
* Clear or dismiss notifications when available.

## Key UI Elements

* Notification list: Shows recent activity and status changes.
* Open or View action: Navigates to the related TestVibe screen.
* Refresh: Updates the list when available.
* Close: Dismisses the notification center.

## Notes

* Newer TestVibe workspaces may use the Activity Center for the same kind of information.
* If a notification points to a failed workflow, open the related run or generation before retrying.


---

# 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/notification-center.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.
