# Delete or Leave a Project

If your project is shared, you have have the option to remove yourself from that project (you can't delete it for everyone since it's a peer-to-peer application!), and if your project is personal and not shared, you have the option to delete the project.

1. Open the Project Settings by either:
   1. Clicking on the Three Dots icon for the project in Projects Dashboard, or
   2. Clicking on the Settings icon on top left header if inside of the project view
2. click on Remove Self from Project button (if it's a shared project) or Delete Project button (if it's a personal project).


---

# 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.acorn.software/projects/delete-or-leave-a-project.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.
