> For the complete documentation index, see [llms.txt](https://docs.projectsend.org/about/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.projectsend.org/about/how-to-use/files/orphan-files.md).

# Orphan files

ProjectSend includes a page (`Files -> Find orphan files`) where you can view and import or delete any file that is present in the uploads folder but does not exist in the database.

This is specially useful if you, for example, upload certain files via FTP way to your server directly and want to have control over importing just a subset of them.

Once a file is imported, it can be edited the same way as any file that was directly uploaded via the UI.

The same [file types restrictions](/about/how-to-use/files.md#allowed-file-types) from regular uploads also apply to orphan files.


---

# 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:

```
GET https://docs.projectsend.org/about/how-to-use/files/orphan-files.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.
