> ## Documentation Index
> Fetch the complete documentation index at: https://docutrack-docs.icpitalia.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Request a Document Upload

> Inter-Canister Flows

Whoever has the request ID can upload the file chunks.

```mermaid theme={null}
sequenceDiagram
    actor A as Alice
    actor B as Bob
    participant UC as Alice's User Canister
    A->>UC: request_file
    UC->>A: Returns Request ID
    A->>B: Send request ID to Bob to upload file
    B->>UC: Upload file chunks

```
