> For the complete documentation index, see [llms.txt](https://alludium.gitbook.io/alludium-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alludium.gitbook.io/alludium-docs/readme.md).

# Getting Started

Welcome to Alludium, a shared workspace for coordinating AI-assisted work across tasks, projects, files, agents, integrations, and automations.

Most people use Alludium as **workspace Members**. Members usually start in the Inbox, continue assigned or recommended tasks, work inside projects or deal rooms, and use files as shared context. Admins and Owners configure the workspace behind that experience: project setups, task types, agents, skills, integrations, automations, people, billing, and governance.

Alludium also includes workflow packs for specific operating domains. The initial release 2.0 pack focus is **Venture Capital Workflows**, covering VC origination pipelines, deal rooms, screening, evaluation, diligence, IC preparation, closing, and portfolio handoff.

## What You'll Learn

**What is Alludium** - The platform's purpose and where it fits in your team's work.

**Your Workspace Role** - How Member, Admin, and Owner roles change what you see and manage.

**Member Quick Start** - The default path for most users: Inbox, tasks, projects, files, and personal settings.

**Core Concepts** - The everyday work concepts and the Administration concepts.

**Agent-Assisted Workflows** - A Member-facing primer on agents, skills, integrations, automations, project setups, and packs.

**Platform Navigation** - How the sidebar and top bar differ between Member and Administration views.

**Onboarding** - First-run paths for invited Members and workspace Owners.

**Venture Capital Workflows** - The VC pack model for origination, deal rooms, diligence, and investment workflow operations.

## Where To Start

If you are a **Member**, start with:

* **Inbox** when you want to continue assigned work, create a task, or respond to setup tasks.
* **Projects** when your work belongs to a durable initiative such as a VC deal room or pipeline.
* **Files** when you need to upload, inspect, or use source material.
* **Settings** when you need to manage your account, appearance, privacy, notifications, or workspace people view.

If you are an **Admin or Owner**, use **Administration** when you need to:

* Configure project setups, packs, project types, or task types.
* Build or manage agents, templates, and skills.
* Configure integrations, connections, tools, automations, or execution logs.
* Manage workspace settings, people, SSO, billing, or governance.

## Getting Help

If you need assistance, contact <support@alludium.ai>.

Ready to begin? Start with **What is Alludium**, then open **Your Workspace Role** so the rest of the docs match what you see in the product.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://alludium.gitbook.io/alludium-docs/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
