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

# capy info: Show Current Session & Project

> Print your authenticated user, active org, current project and branch, keep.lock version, and keyring path. Useful when commands aren't behaving as expected.

## Synopsis

```bash theme={null}
capy info
```

## Description

Prints who you're authenticated as, which organization is active, which project and branch the current directory is bound to, and where local state is stored.

Useful when a command isn't doing what you expect and you need to check what Capy thinks the current context is.

## Example

```bash theme={null}
$ capy info

  Authenticated as   you@example.com
  Organization       Acme Corp
  Project            my-app
  Branch             development
  Keep               keep.lock (v3)
  Keyring            ~/.capy/orgs/{orgId}/users/{userId}/key.enc
```
