> 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.md).

# Inbox and Tasks

The Inbox is the main work queue in Alludium. It is where tasks are created, triaged, continued, and completed.

A task is more than a chat. It can carry structured inputs, linked files, child tasks, status, ownership, conversation history, and completion output. This makes the Inbox the safest place to manage work that needs state, review, or repeatable execution.

## What You'll Learn

**Inbox Overview** - How to orient inside the Inbox and understand the task list.

**Working with Tasks** - How task state, task detail, child work, conversations, and outputs fit together.

## How The Inbox Fits With The Rest Of Alludium

The Inbox is connected to projects, agents, files, and integrations:

* Projects can contain tasks and project-specific context.
* Task Types define repeatable workflows that appear in task creation surfaces. Members use the visible task options; Admins and Owners manage the definitions behind them.
* Files can provide supporting context for a task.
* Agents and platform managers can help complete or coordinate tasks.
* Integrations and tools can supply live context or perform external actions when configured.

Start with **Inbox Overview** to understand the task workspace.


---

# 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.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.
