Frequently Asked Questions
Common questions and answers about ArchDoc
Frequently Asked Questions
Quick answers to commonly asked questions about ArchDoc.
Account & Access
How do I reset my password?
- Go to the login page
- Click "Forgot Password"
- Enter your email address
- Check your email for reset link
- Click the link and set a new password
I didn't receive my verification email
Check:
- Spam/junk folder
- Correct email address was used
- Wait a few minutes
If still not received:
- Try registering again
- Contact support
How do I delete my account?
- Go to Dashboard > Settings
- Scroll to the Danger Zone section
- Click Delete Account
- Confirm the deletion
Your account is soft-deleted and you'll be signed out immediately. Your documents remain in the organization. If you log back in, your account will be reactivated (but placed on the Free plan regardless of your previous subscription).
How do I delete my organization?
Admins can deactivate an entire organization:
- Go to Dashboard > Settings
- Scroll to the Danger Zone section
- Click Delete Organization
- Confirm the deactivation
Documents and data are preserved. The organization can be reactivated by any user logging back in. If the subscription is no longer valid at reactivation, the organization is moved to the Free plan.
Plans & Billing
What's included in the Free plan?
- 2 user seats
- 5 documents
- Basic editing features
- Excalidraw diagrams
How do I upgrade my plan?
- Go to Dashboard > Billing
- Click Upgrade Plan
- Select your new plan (Base or Premium)
- Complete payment via Stripe
Can I downgrade my plan?
Yes, but with limitations:
- Seat count must fit new plan limits
- Document count must fit new plan limits
- Remove excess members/documents before downgrading
When am I billed?
- Monthly billing on your signup date
- Upgrade charges are prorated
- Downgrades apply at next billing cycle
What payment methods are accepted?
We use Stripe and accept:
- Credit cards (Visa, Mastercard, Amex)
- Debit cards
- Some regional payment methods
How do I cancel my subscription?
- Go to Dashboard > Billing
- Manage your subscription through the Stripe billing portal
- You'll retain access until the period ends
Documents
How many documents can I create?
| Plan | Documents |
|---|---|
| Free | 5 |
| Base | 15 (+ 2 per additional seat) |
| Premium | Unlimited |
What's the difference between ADR, RFC, and Design Doc?
- ADR: Architecture Decision Records - Short, focused decisions
- RFC: Request for Comments - Proposals for discussion
- Design Doc: Detailed technical designs
Can I convert a document type?
Currently, document types cannot be changed after creation. Create a new document and copy content if needed.
How do I delete a document?
- Open the document
- Click the menu (⋮) or settings
- Select Delete
- Confirm deletion
Deleted documents cannot be recovered.
Can I restore a deleted document?
No, deletion is permanent. We recommend exporting important documents before deleting.
Editor
Why isn't my content saving?
ArchDoc auto-saves, but check:
- Internet connection
- You haven't been logged out
- Browser hasn't crashed
If issues persist, copy your content and refresh.
Can multiple people edit at once?
Yes! Real-time collaboration is supported:
- See other users' cursors
- Changes sync instantly
- No conflicts or overwriting
How do I add code blocks?
- Type ``` (three backticks)
- Optionally add language (e.g., ```python)
- Press Enter
- Write your code
- Press Enter after the code to exit
Why don't images appear?
Check:
- Image URL is accessible
- Image hasn't been deleted from source
- URL is correct (https://)
How do I export my document?
- Open the document
- Click Export or the export icon
- Choose format (Markdown, PDF)
- Download the file
Diagrams
How do I add an Excalidraw diagram?
- In the editor, use the command menu
- Select "Excalidraw" or diagram option
- Draw in the canvas that appears
- Your diagram is saved with the document
Can I import Excalidraw files?
The current integration creates diagrams within ArchDoc. For complex imports, you may need to recreate or copy elements.
How do I create a Mermaid diagram?
- Create a code block with
mermaidas the language - Write your Mermaid syntax
- The diagram renders automatically
Example:
```mermaid
graph LR
A --> B --> C
```Sign-offs
What is a sign-off?
A sign-off is formal approval of a document. Required signers review and approve before the document is considered accepted.
Who can request sign-offs?
The document author or any team member with edit access can add signers.
Can I change my sign-off?
Yes, you can change an "Approved" to "Changes Requested" or vice versa by signing off again.
What happens when everyone signs off?
The document status can be changed to "ACCEPTED", indicating formal approval.
Team & Organization
How do I invite someone to my team?
- Go to Dashboard > Settings
- Find the Team Members section
- Click Invite Member
- Enter their email and assign a role
- They'll receive an invitation email
What's the difference between Admin and Member?
| Capability | Admin | Member |
|---|---|---|
| Invite users | ✅ | ❌ |
| Remove users | ✅ | ❌ |
| Manage billing | ✅ | ❌ |
| Create docs | ✅ | ✅ |
| Edit docs | ✅ | ✅ |
Can I be in multiple organizations?
Yes, one account can be invited to multiple organizations. Switch between them in the dashboard.
How do I leave an organization?
Contact your organization's Admin to be removed.
GitHub Integration
Which plans include GitHub integration?
| Plan | GitHub |
|---|---|
| Free | ❌ |
| Base | ✅ |
| Premium | ✅ |
Why can't I see my organization's repos?
- Ensure OAuth is approved by your GitHub org
- Check you have write access to repos
- Ask org admin to approve the OAuth app
Does syncing update GitHub automatically?
No, you manually sync when ready. This gives you control over what's pushed.
Can I edit synced docs in GitHub?
You can, but changes won't sync back to ArchDoc. We recommend ArchDoc as the source of truth.
Technical
Which browsers are supported?
- Chrome (recommended)
- Firefox
- Safari
- Edge
Is my data encrypted?
Yes:
- Data encrypted in transit (HTTPS)
- Data encrypted at rest
- Secure authentication
Where is my data stored?
Data is stored on secure cloud infrastructure with regular backups.
Can I self-host ArchDoc?
Currently, ArchDoc is only available as a hosted service. Contact us for enterprise options.
Still Have Questions?
If your question isn't answered here:
- Create a support ticket
- Our team will assist you