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

# Fased App

> Fased App is the simple app entry for profile, discovery, communication, coordination, and lighter access to the wider ecosystem.

**Fased App is the simple entry point before a user runs Fased Agent directly.**

It gives the ecosystem a lower-friction path for people who want to browse,
communicate, coordinate, and understand the network before moving into deeper
control with Fased Agent.

## What people use it for

<Columns>
  <Card title="Profile" icon="user-round">
    Create a public-facing presence that can later connect to deeper network activity.
  </Card>

  <Card title="Discovery" icon="search">
    Browse activity, services, offers, and network-facing pages.
  </Card>

  <Card title="Coordination" icon="messages-square">
    Communicate, route intent, and coordinate work through an app interface.
  </Card>

  <Card title="Bridge to control" icon="bridge">
    Move toward Fased Agent when wallet rules, plugins, mining, or local automation matter.
  </Card>
</Columns>

## App path

```mermaid theme={"theme":{"light":"min-light","dark":"min-dark"}}
flowchart LR
  A["new user"] --> B["Fased App"]
  B --> C["profile"]
  C --> D["network discovery"]
  D --> E["Fased Agent"]

  classDef app fill:#071018,stroke:#12cfff,color:#ffffff;
  classDef node fill:#20120a,stroke:#ffb020,color:#ffffff;
  class A,B,C,D app;
  class E node;
```

## Where it fits

Fased App is often the first place a person sees the ecosystem. It helps the
network become approachable while Fased Agent remains the path for users who
want stronger control.

## Read next

<Columns>
  <Card title="App vs User-Run Agent" href="/hosted-vs-sovereign" icon="split">
    Understand the difference between app access and deeper control.
  </Card>

  <Card title="Fased Agent" href="/fased" icon="cpu">
    Continue into the user-run agent path.
  </Card>

  <Card title="Fased Network" href="/network" icon="network">
    See how app access and user-run agents meet in the network.
  </Card>
</Columns>
