# Fern Docs Starter ## Instructions for AI Agents - For clean Markdown of any page, append `.md` to the page URL - For section-specific indexes, append `/llms.txt` to any section URL - For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://plantstore.dev/_mcp/server ## Docs - [Welcome to Fern!](https://plantstore.dev/welcome.md): Everything you need to build the best developer experience - [Edit your docs](https://plantstore.dev/editing-your-docs.md): Preview changes locally and publish updates using the CLI or Fern Editor - [Write content](https://plantstore.dev/writing-content.md): Create documentation pages using MDX - [Set up navigation](https://plantstore.dev/navigation.md): Configure tabs, sections, and pages in your docs.yml file - [Customize your docs](https://plantstore.dev/customization.md): Brand your documentation with colors, logos, and layouts - [Support](https://plantstore.dev/support.md): Get help from the Fern team and community - [API reference](https://plantstore.dev/api-reference.md): Interactive documentation generated from your API specification ## API Docs - Plant Store API > Plants [Add a new plant to the store](https://plantstore.dev/api-reference/plant-store-api/plants/add-plant.md) - Plant Store API > Plants [Update an existing plant](https://plantstore.dev/api-reference/plant-store-api/plants/update-plant.md) - Plant Store API > Plants [Search plants by status](https://plantstore.dev/api-reference/plant-store-api/plants/search-plants-by-status.md) - Plant Store API > Plants [Search plants by tags](https://plantstore.dev/api-reference/plant-store-api/plants/search-plants-by-tags.md) - Plant Store API > Plants [Find plant by ID](https://plantstore.dev/api-reference/plant-store-api/plants/get-plant-by-id.md) - Plant Store API > Users [Logs user into the system](https://plantstore.dev/api-reference/plant-store-api/users/login-user.md) - Plant Store API > Users [Logs out current logged-in user session](https://plantstore.dev/api-reference/plant-store-api/users/logout-user.md) - Plant Store API > Users [Get user by username](https://plantstore.dev/api-reference/plant-store-api/users/get-user-by-name.md) ## OpenAPI Specification The raw OpenAPI 3.1 specification for this API is available at: - [OpenAPI JSON](https://plantstore.dev/openapi.json) - [OpenAPI YAML](https://plantstore.dev/openapi.yaml)