> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://plant0.usefern.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://plant0.usefern.com/_mcp/server.

# Key Concepts

> Learn about the Plant, Store, and User resources that comprise the Plant Store API.

### Plant

A plant can be bought from the store. It has a name, a category, a status, and a list of photo URLs.

### Store

A store has a collection of plants. It is responsible for managing the inventory of plants. Users place orders for plants from the store.

### User

A user is a person who buys plants from the store. Also known as plant parents.