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

# LLM Support

> Use Fourthwall documentation with AI code editors

Our documentation is optimized for use with Large Language Models (LLMs) and AI code editors. We provide specially formatted documentation files that help AI assistants generate accurate code and provide better guidance.

## Documentation Files

We provide two versions of our documentation optimized for AI consumption:

| File                                                       | Size    | Description                                          |
| ---------------------------------------------------------- | ------- | ---------------------------------------------------- |
| [llms.txt](https://docs.fourthwall.com/llms.txt)           | \~45KB  | Compact version with hierarchical sections and links |
| [llms-full.txt](https://docs.fourthwall.com/llms-full.txt) | \~592KB | Complete documentation with full content             |

These files follow the [llms.txt](https://llmstxt.org/) standard.

## Quick Setup

Add this to your AI editor's configuration file (`.cursorrules`, `CLAUDE.md`, `.github/copilot-instructions.md`, etc.):

```markdown theme={null}
# Fourthwall Development

Fourthwall is an e-commerce platform for creators to sell merchandise, memberships, and digital products.

Documentation: https://docs.fourthwall.com/llms-full.txt

When working with Fourthwall APIs:
- Platform API: shop management (authentication, products, orders, inventory, webhooks)
- Storefront API: custom storefronts (cart, checkout, collections)
- Apps: OAuth apps with multi-shop support
- Security: HMAC signature verification for webhooks and embedded sections
```

## Context7 Integration

Our documentation is also available via the **[Context7 MCP](https://context7.com/)** server.

**Project ID:** `/llmstxt/fourthwall_llms-full_txt`

For setup instructions for your editor (Claude, Cursor, VSCode, Windsurf, Zed, etc.), see the [Context7 Installation Guide](https://github.com/upstash/context7).

## What's Included

* **Platform API** - Authentication, products, orders, inventory, webhooks
* **Apps** - OAuth apps, app sections, app webhooks
* **Storefront** - Custom storefronts, cart management, checkout
* **Webhooks** - Event types, signature verification, testing
* **Code Examples** - Authentication, API calls, signature verification

## Additional Resources

* [Fourthwall Brand Guidelines](https://fourthwall.com/brand)
* [Fourthwall Brand llms.txt](https://fourthwall.com/brand/llms.txt)

For questions or issues with AI integrations, join our [Discord community](https://discord.com/invite/kc6P68z3Uz) in #developers-general.
