First Steps¶
Now that TruSpace is running, let's walk through the essential first steps.
Create Your Account¶
- Open TruSpace at
http://localhost:3000(or your configured domain) - Click "Register"
- Fill in your details:
- Username: Your unique identifier
- Email: For notifications (stored locally)
- Password: Minimum 8 characters
Local Storage
Your credentials are stored securely in the local SQLite database. Nothing is sent to external servers.
Login¶
After registration:
- Enter your username/email
- Enter your password
- Click "Login"
You'll be taken to the Dashboard.
Create Your First Workspace¶
Workspaces organize your documents and collaborators.
- Click "Create Workspace" on the dashboard
- Enter a name for your workspace
- Choose visibility:
- Private: Only you and invited members
- Public: Visible to all users on this node
flowchart LR
A[Dashboard] --> B[Create Workspace]
B --> C{Visibility}
C -->|Private| D[Invite Members]
C -->|Public| E[Anyone Can View]
D --> F[Upload Documents]
E --> F
Upload a Document¶
- Open your workspace
- Click "Upload" or drag & drop files
- Supported formats:
- PDF, Word, Excel, PowerPoint
- Images (PNG, JPG, GIF)
- Text files, Markdown
- And more...
AI Analysis
If AI is enabled, documents are automatically analyzed after upload. This may take a few moments.
Explore AI Features¶
With AI enabled, you can:
Ask Questions About Documents¶
- Open a document
- Use the chat interface to ask questions
- AI will respond based on document content
View AI Perspectives¶
- Click "AI Perspectives" on a document
- See pre-generated summaries and insights
- Customize prompts in settings
Invite Collaborators¶
For private workspaces:
- Open workspace settings
- Click "Invite Member"
- Enter their username or email
- Set their permission level:
- Viewer: Read-only access
- Editor: Can upload and edit
- Admin: Full control
Same Node Requirement
Collaborators must have an account on the same TruSpace node, or you need to connect nodes (see next section).
Connect to Other Nodes¶
To sync with other TruSpace installations:
Quick Connection¶
# On target node: Generate connection details
./scripts/fetch-connection.sh -e
# On your node: Use the connection file
./scripts/connectPeer-automatic.sh .connection .connection.password
Once connected:
- Workspaces are synced automatically
- Documents replicate across nodes
- AI perspectives are shared
Explore Settings¶
User Settings¶
- Profile information
- Password change
- Notification preferences
System Status¶
Check the health of your TruSpace installation:
- Go to Settings > System Status
- View:
- IPFS node status
- Connected peers
- Storage usage
- AI model status
Common First-Time Actions¶
| Action | How |
|---|---|
| Change password | Settings > Profile > Change Password |
| Dark mode | Toggle in header |
| View storage | Settings > System Status |
| Check connected peers | Settings > IPFS Status |
What's Next?¶
-
Organize Documents
Learn advanced document management.
-
Master AI Features
Get the most from AI analysis.
-
Understand Security
Learn how your data is protected.
-
Configure TruSpace
Customize your installation.