> 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/inbox-and-tasks/inbox-overview.md).

# Inbox Overview

The Inbox is the default landing page after sign-in. It gives you a workspace-level view of active and completed tasks.

## What You Can Do From The Inbox

From the Inbox, you can:

* Search for tasks
* Filter the task list
* Create a new task
* Open an existing task
* Continue setup or onboarding tasks
* Review task status groups such as To do, In progress, and Done
* Use starter tasks when they are available for your workspace

## Task List

The task list shows tasks grouped by status. A task card may represent a standalone task, a workspace setup step, an onboarding task, a project task, or a task created from a reusable task type.

Opening a task takes you to a task detail route under the Inbox. The task detail keeps the task state and conversation together so the work can continue across sessions.

## Task Creation

The Inbox can expose task starters and reusable task definitions. Depending on your workspace setup, task creation may show:

* Suggested starter tasks
* Task definition groups
* Required fields for a selected task type
* Linked project or workspace context
* An assistant or manager panel for guided creation

The create panel can include an initial prompt field, task definition groups, and starter tasks such as workspace setup or onboarding actions. If a task type requires more structure, Alludium opens the relevant creation flow instead of treating the task as a one-off chat.

## Mobile Layout

On narrow screens, the Inbox uses a more compact layout. Instead of showing every panel at once, it may split the experience into modes such as list and create. The same task state remains available, but the navigation is optimized for smaller screens.


---

# 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/inbox-and-tasks/inbox-overview.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.
