> ## Documentation Index
> Fetch the complete documentation index at: https://help.iteam.works/llms.txt
> Use this file to discover all available pages before exploring further.

# Projects — Overview

> A Project is an isolated workspace inside iTeam — with its own chat, Cortex, app, files, tasks and agents. On this page you'll understand what a project is, what each tab is for, and how to put agents and teams to work inside it.

A **Project** is a **workspace** inside iTeam, dedicated to a client, an area, a product or an initiative. Everything that happens there — conversations, objectives, knowledge, files and tasks — lives **inside the project** and doesn't mix with the rest of the company. It's the practical way to organize iTeam by context: each project is its own "world", with the right agents and the right information.

<Frame caption="📸 Screenshot to insert [/en/projects/overview]: an open project showing the tabs at the top (Chat, Cortex, App, Workspace, Storage, Tasks, Processes, Codes) and the agents/teams panel on the right.">
  <img src="https://mintcdn.com/iteam/E1mg8rFlXblsaNT0/images/placeholder.svg?fit=max&auto=format&n=E1mg8rFlXblsaNT0&q=85&s=36c435f4df28c31a7e114586a931bbd2" alt="An open project with its tabs" width="800" height="420" data-path="images/placeholder.svg" />
</Frame>

## What a project is for

<CardGroup cols={2}>
  <Card title="Organize by context" icon="folder-kanban">
    Bring together in one place everything that belongs to a client, area or initiative — without cluttering the whole company.
  </Card>

  <Card title="Isolate what's sensitive" icon="shield">
    A project's objectives, knowledge and files stay **exclusive** to it. Whoever isn't in the project doesn't see them.
  </Card>

  <Card title="Give agents focus" icon="crosshair">
    The project's agents work only with the project's context — sharper answers, no noise.
  </Card>

  <Card title="Access inheritance" icon="key">
    Whoever gets access to the project **inherits** the resources tied to it — a practical way to grant everything at once.
  </Card>
</CardGroup>

## The project tabs

When you open a project, you'll find a tab bar at the top. Each one is a complete workspace, restricted to that project:

<AccordionGroup>
  <Accordion title="Chat" icon="messages-square">
    Chat with the project's agents and teams. The chat already runs in the project's context: the agents see that project's objectives, knowledge and files (and nothing from outside it).
  </Accordion>

  <Accordion title="Cortex" icon="target">
    The management brain **of the project**: Objectives, Actions, Results, Learnings, Meetings, Knowledge and Library — all isolated from the company Cortex. It's the main page of a project; see [Project Cortex](/en/projects/project-cortex).
  </Accordion>

  <Accordion title="App" icon="layout-dashboard">
    The project's interface (micro-app), when it has one. It gathers the widgets and screens the agents built for that project's day-to-day.
  </Accordion>

  <Accordion title="Workspace" icon="folder-open">
    The project's shared workspace — the place where deliverables and collaborative materials stay within reach of the team and the agents.
  </Accordion>

  <Accordion title="Storage" icon="database">
    The project's data and collections. It's where the information the project's agents read and write is stored, isolated from other projects.
  </Accordion>

  <Accordion title="Tasks" icon="list-checks">
    The project's task board: what's to do, in progress and done — including what the agents run asynchronously.
  </Accordion>

  <Accordion title="Processes" icon="git-branch">
    The automated multi-step routines that run inside the project.
  </Accordion>

  <Accordion title="Codes" icon="code">
    The project's code and scripts, when you need custom logic running in isolation.
  </Accordion>
</AccordionGroup>

<Info>
  Not every project uses every tab. Start with **Chat** and **Cortex** — the rest shows up as the project's needs grow.
</Info>

## The agents and teams panel

On the right side of the project there's a panel with the **agents and teams** that are part of it. It's that project's "team".

<Steps>
  <Step title="Add agents or teams to the project">
    Choose from the agents/teams you have access to. From then on, they become part of the project and see its context.
  </Step>

  <Step title="Click an agent or team to chat">
    Clicking an agent (or team) in the panel **opens the chat** with it already selected, inside the project's context. It's the shortcut to put it to work right away.
  </Step>

  <Step title="Remove whoever's no longer needed">
    When you remove an agent from the project, it stops seeing that project's context. Nothing at the company level is affected.
  </Step>
</Steps>

<Tip>
  The same agent can take part in several projects. Inside each project it only sees **that** project's context — it never crosses information between projects.
</Tip>

## Next steps

<CardGroup cols={2}>
  <Card title="Project Cortex" icon="target" href="/en/projects/project-cortex">
    Objectives, knowledge and management exclusive to the project.
  </Card>

  <Card title="Project Agents" icon="bot" href="/en/projects/project-agents">
    Who can access what inside a project.
  </Card>
</CardGroup>
