> For the complete documentation index, see [llms.txt](https://help.researchgate.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.researchgate.net/labs/how-to-leave-or-delete-a-lab.md).

# How to leave or delete a Lab

#### **How to leave your lab** <a href="#labs-howdoileavealab-leaving_labs" id="labs-howdoileavealab-leaving_labs"></a>

If you are the lab head or the only member of a lab, removing yourself will result in the lab being deleted.

To leave a lab:

1. Go to your lab page.
2. On the right-hand side, click **Options** next to **Add members**.
3. Select **Leave lab**.
4. You will see a pop-up warning that varies based on your status:
   1. Lab Head: The pop-up will state: 'Labs on ResearchGate require a lab head. If you leave this lab, it will be deleted permanently from ResearchGate and removed for all lab members.'
   2. Last Member (other than the Lab Head): The pop-up will state: 'Labs on ResearchGate require at least a lab head and a member. If you leave this lab, it will be automatically deleted from ResearchGate.'
   3. Regular Member: The pop-up will ask: 'Are you sure you want to leave this lab?'
5. Click **Leave lab** to confirm your decision.

#### **How to delete your lab** <a href="#labs-howdoideletemylab" id="labs-howdoideletemylab"></a>

Only the lab creator or the current lab head can delete a lab page.

1. Go to your lab page.
2. On the right-hand side, click **Options**.
3. Select **Delete lab**.
4. A pop-up will appear with the warning: 'Are you sure you want to delete this lab? If you delete this lab, it will be deleted permanently from ResearchGate and removed for all lab members.'
5. Select **Delete lab** again to confirm.


---

# 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://help.researchgate.net/labs/how-to-leave-or-delete-a-lab.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.
