> 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-list/adding-documents.md).

# Adding documents

Documents can be added to a project in several ways. The system allows one or multiple files to be added at once, either from the project list view or from the view of a specific project.

Click the **Add document**, located next to the project add button.

In the displayed window:

* select one or more files from your disk or drag them into the add field;
* indicate the project to which they are to be assigned;
* confirm adding the documents.

Once the operation is complete, the files will be available in the selected project.

<figure><img src="/files/ca980a3a13e59ebb987d6fdf1b7059152446fc20" alt="Przycisk Dodaj dokument w widoku listy projektów."><figcaption><p>Adding documents from the project list view.</p></figcaption></figure>

<figure><img src="/files/244419aa981a010d00bf2fcb75aca009de05b4a0" alt="Okno dodawania dokumentów z listą wyboru projektu."><figcaption><p>Selecting the project to which the documents will be assigned.</p></figcaption></figure>

## Dragging a document onto the selected project

Documents can also be added directly from the project list view. Drag one or more files from your disk, then drop them onto the selected project.

The system will start uploading the files and assign them to the specified workspace.

<figure><img src="/files/061465bc83c489524a3f3bf7a0e37b536e77f01b" alt="Przeciąganie dokumentu z dysku na wybrany projekt."><figcaption><p>Adding a document by dropping it onto an existing project.</p></figcaption></figure>

## Creating a project by dropping documents

From the project list view, you can also create a new project based on the documents being added.

Drag one or more files from your disk and drop them into the field **Drop the file here**. The system will start creating the project and assign the uploaded documents to it.

<figure><img src="/files/3a03b73870cee74430ff54e83a16409a3281c948" alt="Przeciąganie dokumentu do pola Upuść plik tutaj."><figcaption><p>Creating a new project based on the documents being added.</p></figcaption></figure>

## Adding documents from the project view

Documents can also be added after entering the selected project.

Click the **Add document** or drag one or more files directly into the project area. After the upload is complete, the documents will be available to users assigned to this workspace.

<figure><img src="/files/ec27dc254723140841f6f366977c09c29b66892b" alt="Przycisk Dodaj dokument i obszar przeciągania plików w widoku projektu."><figcaption><p>Adding documents directly in the project.</p></figcaption></figure>

{% hint style="info" %}
After adding the document, the system will assign it to the selected project. The document will be available to users who have access to this workspace.
{% endhint %}

{% hint style="info" %}
The maximum size of a single document is **10 MB**. The total size of documents in one project cannot exceed **100 MB**.

If one of the limits is exceeded, the system will display a message in the upper right corner of the screen informing you of an invalid file size. The document will not be added to the project or sent for classification.

Detailed requirements regarding file formats and limitations can be found in the section [**Supported documents**.](/en/getting-started/quick-start/supported-documents.md)
{% 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-list/adding-documents.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.
