> For the complete documentation index, see [llms.txt](https://bluurdoc.bluur.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bluurdoc.bluur.ai/en/functions/projects/project/documents/deleting.md).

# Deleting

Each document has a menu marked with the icon **of three dots**.

From this menu, the user can rename the document or remove the document from the project.

<figure><img src="/files/65d0763d9f907d0f36f98c80458bc1a81ec6a9ca" alt="Usuwanie i zmiana nazwy dokumentu"><figcaption><p>Deleting, renaming a document.</p></figcaption></figure>

Several documents can be deleted at once using the trash icon located at the top of the screen.

<figure><img src="/files/c58da8863ad35df4dd5d719b1288183e57166c86" alt="Ikona kosza do usuwania dokumentów"><figcaption><p>Trash icon.</p></figcaption></figure>

<figure><img src="/files/7d9e1fdd7c2b074a79892bd39e634006735e1835" alt="Zaznaczanie dokumentów do usunięcia i przycisk zatwierdzenia"><figcaption><p>Selecting documents to delete and the confirm button.</p></figcaption></figure>

{% hint style="danger" %}
**Important:** Deleting a document permanently removes it from the project and cannot be undone. Before confirming the operation, make sure the file will no longer be needed by users working in the given workspace.
{% endhint %}


---

# 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://bluurdoc.bluur.ai/en/functions/projects/project/documents/deleting.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.
