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

# bd info

> Show database information

Generated from `bd help --doc info`.

Display information about the current database.

This command helps debug issues where bd is using an unexpected database. It shows:

* The absolute path to the database file
* Database statistics (issue count)
* Schema information (with --schema flag)
* What's new in recent versions (with --whats-new flag)

Examples:
bd info
bd info --json
bd info --schema --json
bd info --whats-new
bd info --whats-new --json
bd info --thanks

```
bd info [flags]
```

**Flags:**

```
      --json        Output in JSON format
      --schema      Include schema information in output
      --thanks      Show thank you page for contributors
      --whats-new   Show agent-relevant changes from recent versions
```
