Skip to main content
DocsKing
  • Features
  • Pricing
  • Blog
  • Contact
  • Careers
Sign In Start Free
  • Features
  • Pricing
  • Blog
  • Contact
  • Careers
  • Sign In Start Free

← Back to Blog

How to Set Up a Secure Document Workspace for Your Team in Under 10 Minutes

April 5, 2026 · 6 min read

Why a Proper Workspace Matters

Most teams start managing documents the wrong way. Someone creates a shared Google Drive folder, another person starts a Dropbox folder, and before long you have documents scattered across three services, no version control, no access audit, and no way to know who changed what or when. When a client asks for the latest version of a contract, two people send two different files.

A proper document workspace solves this by giving your team a single place to create, organize, review, and share documents -- with security built in from day one, not bolted on as an afterthought. The good news is that setting one up does not require an IT department or a week-long migration project. With DocsKing, you can go from zero to a fully configured secure workspace in under ten minutes.

Here is exactly how to do it.

Step 1: Create Your Account (30 Seconds)

Go to app.docsking.com/register and enter your email address and display name. That is all the information needed to create an account -- no credit card, no company name, no phone number.

DocsKing uses a passwordless registration flow. After you submit the form, check your email for a "Set Your Password" message. Click the link and choose a strong password. We recommend at least 12 characters with a mix of letters, numbers, and symbols. Your password is hashed with Argon2id, which is currently the strongest password hashing algorithm available -- it is resistant to both brute-force and side-channel attacks.

Once your password is set, you are logged in and ready to go.

Step 2: Create Your First Workspace (1 Minute)

After logging in, you will see the workspace creation screen. Every workspace in DocsKing has two key identifiers:

  • Workspace Name: The human-readable name your team sees (e.g., "Acme Legal Department" or "Product Documentation").
  • Workspace Code: A short 2-6 character uppercase code that prefixes all document IDs (e.g., "LEGAL" or "DOCS"). Document IDs will look like LEGAL-1, LEGAL-2, etc. Choose something memorable -- it cannot be changed later.

You can also add an optional description and choose the workspace type: "Workspace" for standard document management, or "Notebook" for a notes-focused interface. For most teams, "Workspace" is the right choice.

Click "Create" and your workspace is live. You are automatically assigned the Admin role.

Step 3: Configure Security (2 Minutes)

Before inviting anyone else, take two minutes to secure your own account. Navigate to your account settings (click your avatar in the top right, then "Settings").

Enable Multi-Factor Authentication

Under the Security section, click "Set up MFA." DocsKing supports TOTP-based multi-factor authentication, which works with any authenticator app:

  • Google Authenticator
  • Microsoft Authenticator
  • Authy
  • 1Password
  • Any TOTP-compatible app

Scan the QR code with your authenticator app, enter the 6-digit code to verify, and MFA is enabled. From now on, logging in requires both your password and a time-based code from your authenticator. You can also mark your current device as "trusted" to skip MFA for 30 days on that browser.

Set Up a Passkey (Optional but Recommended)

For even stronger security, add a FIDO2 passkey. Passkeys use public-key cryptography and are phishing-resistant -- even if someone tricks you into entering your password on a fake site, they cannot replicate the passkey handshake. Navigate to "Passkeys" in your security settings and follow the browser prompt to register a passkey. This works with hardware keys (YubiKey), built-in biometrics (Touch ID, Windows Hello), or your phone.

Step 4: Invite Your Team (2 Minutes)

Go to your workspace settings and find the "Members" section. Click "Invite Member" and enter your teammate's email address.

Understanding Roles

DocsKing has three workspace-level roles, and choosing the right one matters for security:

  • Admin: Full access to everything. Can manage members, change workspace settings, configure storage, and access all documents. Assign this to team leads or managers who need to administer the workspace. Keep this group small.
  • Member: Can create documents, see all workspace-visible documents, use tags and collections, and collaborate on shared documents. This is the right role for most team members who actively create and edit content.
  • Guest: Can only see documents that have been explicitly shared with them. Cannot browse the workspace, create documents, or see other members. This role is automatically assigned when you share a specific document with someone outside the workspace, but you can also invite guests directly.

When you invite someone, they receive an email with a link to accept the invitation. They need to create a DocsKing account (if they do not have one) and accept the invite before they can access the workspace. This acceptance step is intentional -- it ensures no one is added to a workspace without their knowledge.

A practical tip: invite your core team as Members and encourage everyone to enable MFA on their accounts. If your organization handles sensitive documents, consider making MFA a team requirement.

Step 5: Create Your First Document (2 Minutes)

Click "New Document" from your workspace dashboard. You will see a clean editor with two key fields:

  • Title: A descriptive name for the document.
  • Content: The document body, using either the rich text editor (Tiptap WYSIWYG) or Markdown. You can toggle between formats in workspace settings if your team prefers one over the other.

The Rich Text Editor

The editor supports everything you would expect: headings, bold, italic, bullet lists, numbered lists, links, and images. You can paste images directly from your clipboard, drag and drop image files, or use the toolbar button to upload. Images are stored as file attachments on the document and embedded in the content.

Set Visibility

Every document has a visibility level that controls who can see it:

  • Only Me: Only you (the creator) and workspace Admins can see it. Good for drafts and personal notes.
  • Workspace: All Members and Admins in the workspace can see it. The default for most team documents.
  • Shared: Only people you explicitly share it with can see it, plus Admins. Use this for sensitive documents that only specific people should access.
  • Public: Anyone with the link can view it. You can choose between open access (no login required) or email-verified access (viewer must enter their email and verify via a code). Useful for publishing documentation or sharing with external partners.

Add Custom Fields

If your workspace has custom fields configured (go to workspace settings to create them), you can fill them in on any document. Custom fields are useful for adding structured metadata like document type, department, priority, review date, or contract value. Supported field types are Text, Number, Date, Boolean (yes/no), and Select (dropdown).

Step 6: Set Up Storage (Optional, 3 Minutes)

By default, DocsKing stores files directly in the platform database. This is simple and requires zero configuration, but for teams that need data sovereignty or handle large volumes of files, connecting external storage is recommended.

Go to workspace settings and find the "Storage" section. You can connect:

  • AWS S3 -- Provide access key, secret key, bucket name, and region.
  • Cloudflare R2 -- S3-compatible with zero egress fees. Provide account ID, access key, secret key, and bucket name.
  • Azure Blob Storage -- Provide connection string and container name.
  • Google Drive -- Click "Connect" and authorize via OAuth.
  • Dropbox -- Click "Connect" and authorize via OAuth.

After entering credentials, click "Test Connection" to verify everything works. Then optionally enable "Encrypt files at rest" for AES-256-GCM encryption before files are written to storage.

If you are not sure which provider to choose: R2 is an excellent default for most teams due to its zero egress fees and S3 compatibility. If your organization already has an AWS account, S3 is the natural choice.

Bonus: Set Up Document Templates

If your team creates similar documents repeatedly -- meeting notes, project briefs, status reports, RFCs -- document templates save significant time. Navigate to the "Templates" section in your workspace.

Click "New Template" and create the document structure your team should follow. Include headings, placeholder text, standard sections, and any boilerplate content. When a team member creates a new document from a template, they get a pre-filled starting point instead of a blank page.

Templates are versioned just like documents. If you update a template, existing documents created from the old version are not affected -- they are pinned to the template version that existed when they were created. This prevents accidental changes to documents that are already in progress.

Some template ideas to get started:

  • Meeting Notes: Date, attendees, agenda items, action items, next meeting
  • Project Brief: Objective, scope, timeline, stakeholders, success criteria
  • Weekly Status Report: Completed this week, in progress, blocked, planned for next week
  • Request for Comments (RFC): Problem statement, proposed solution, alternatives considered, open questions
  • Client Deliverable: Cover page, executive summary, findings, recommendations, appendix

What's Next?

You now have a secure, organized workspace with MFA-protected accounts, role-based access, and your first documents. Here is what to explore next:

  • Tags: Create color-coded tags to categorize documents (e.g., "Urgent," "Client-Facing," "Internal"). Filter your document list by tag to find what you need quickly.
  • Collections: Organize documents into nested collections (like folders, but a document can belong to multiple collections). Great for organizing by project, department, or topic.
  • Approval Workflows: For documents that need review before publishing, use the built-in approval workflow. Submit a document for review, assign an approver, and track the status through Draft, In Review, Approved, and Published stages.
  • AI Search: Once you have a body of documents, use AI-powered search to ask natural-language questions. Instead of searching for keywords, ask "What is our return policy for enterprise clients?" and get an answer with links to the source documents.
  • Document Sharing: Share individual documents with specific people (inside or outside your workspace) with granular permissions: View only, Comment, or Edit. Non-members are automatically added as Guests with access limited to the shared documents.

The entire setup described in this guide takes less than ten minutes. The security features -- MFA, passkeys, role-based access, encryption, audit trails -- are not premium add-ons or enterprise-only features. They are available on every plan, including the free tier, because security should not be a luxury.

Ready to Set Up Your Workspace?

Create a free account, set up your workspace, and invite your team. No credit card required, no per-seat pricing, and full security features from day one.

Start Free with DocsKing
DocsKing

Secure document management and collaboration for teams that care about data ownership.

Product

  • Features
  • Pricing
  • Blog
  • FAQ
  • Get Started

Company

  • Contact Us
  • Careers
  • Terms of Service
  • Privacy Policy

Contact

  • [email protected]
  • (408) 409-6842
  • [email protected]

© 2026 DocsKing. All rights reserved. · Terms · Privacy