> For the complete documentation index, see [llms.txt](https://docs.testvibe.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.testvibe.com/workspace/connect-existing-project.md).

# Join an Existing Project

Projects belong to workspaces. To work on a project your team already created, join its workspace — by invite, or by requesting access when someone shares a project link with you.

## Get Invited

A workspace owner or admin invites you from **Settings → Members**. Once you accept:

1. Sign in to TestVibe.
2. Open the workspace switcher in the header.
3. Select the workspace.
4. Select the project.

Your role in the workspace — Owner, Admin, Member, or Viewer — determines what you can manage. A Viewer can view projects, tests, and results but cannot spend credits or change settings. See [Manage members](/workspace/manage-teams-and-members.md).

## Request Access From A Link

When you open a link to a project outside your workspaces, TestVibe shows an access-request dialog instead of the project. Send the request, and an owner or admin of that workspace can approve it. After approval, the workspace appears in your workspace switcher.

If you were invited directly — by email invite or invite link — you skip the access-request dialog entirely: TestVibe shows a **"You've been invited to `<workspace>`"** screen instead, and accepting takes you straight into the workspace. See [Manage members](/workspace/manage-teams-and-members.md#invite-members).

## If A Project Is Missing

| Check                     | Why                                                                                  |
| ------------------------- | ------------------------------------------------------------------------------------ |
| Active workspace          | The workspace switcher shows projects for one workspace at a time.                   |
| Membership                | You must belong to the workspace that owns the project.                              |
| Pending invite or request | Invites and access requests must be accepted or approved before the project appears. |

## Related Help

* [Manage members](/workspace/manage-teams-and-members.md)
* [Create a new project](/workspace/create-new-project.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.testvibe.com/workspace/connect-existing-project.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
