Documentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Document upload is accessed from the Document Library (/documents) by clicking the Upload button, which opens DocumentUploadDialog. The dialog accepts drag-and-drop or file-browser file selection and collects:
- Title (required, 2–200 characters)
- Description (optional, up to 2000 characters)
- Category — Policy, Procedure, Form Template, Training Material, Report, Legal, Marketing, or Other
- One or more files via dropzone
useDocumentUpload, scoped to the current organization.
Who it’s for
No explicit permission gate on the Document Library route (/documents). Upload actions within the library may be restricted based on organization membership.
Before you start
- Navigate to
/documentsto access the upload dialog. - Ensure the file meets the size and type requirements defined in
fileValidation.ts.
Steps
- Navigate to Documents (
/documents). - Click the Upload button in the page header.
- Drag and drop files or click to browse.
- Fill in the Title, optional Description, and select a Category.
- Click Upload to submit.
Related
Platform Foundation
Platform Foundation overview.
Governance & parity
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/platform.tsx
- src/platform/documents/DocumentUploadDialog.tsx
- src/platform/documents/DocumentLibrary.tsx
- src/platform/documents/useDocumentUpload.ts
- src/platform/documents/utils/fileValidation.ts