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

# Status

> Inspect local profiles, sessions, delegations, and permissions

`tc status` is the local-state command. Use it when you need a compact view of all configured profiles and what each one can currently do.

```bash theme={null}
tc status
tc status --json
```

## What it shows

* Active and default profile names
* Profile count
* How many profiles are authenticated
* Active delegation count
* Per-profile session state, DID, address, and space
* Compact permission summaries
* Issues discovered while reading local profile state

## When to use it

* Before retrying a failed command
* Before importing or granting a delegation artifact
* When you need to prove which profile is active in a workspace

<Note>
  `tc status` reads local profile files only; it does not contact the node.
</Note>
