> For the complete documentation index, see [llms.txt](https://ludicore-ai.gitbook.io/ludicore-ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ludicore-ai.gitbook.io/ludicore-ai/pricing-and-features.md).

# Pricing and Features

LudiCore is designed to be a tool for everyone, from new developers to AAA studios. To support the growing indie space, we offer flexible pricing tiers tailored to every developer's needs. Users can pay in fiat or our token, $LUDICORE. Tokens spent are burned or locked in a designated wallet, reducing supply and driving token value consistently over time.

## Free Tier

Our free plan is ideal for beginners learning game development or solo developers looking to explore LudiCore’s capabilities without any upfront costs. We’re committed to offering a high-quality free tier to make game development more accessible to everyone.

### Features

* **Unlimited Access to `/chat`:** Ask game development questions, debug issues, and receive step-by-step guidance.
* **Base Model Support:** Gain access to our AI model optimized for game development.
* **Code & Context Privacy:** Your code and context are never stored. Chat history is saved locally, ensuring complete privacy.
* **Limited Functionality:** Advanced features like `/script`, `/prototype`, and other specialized slash commands are not included, as they require backend access.

### Future Updates

We’re enhancing LudiCore to be more developer-friendly by enabling users to integrate their own API keys for AI providers. This will offer greater flexibility, increased customization, and reduced reliance on our backend.

## Ludi Tier

Designed for indie developers, designers, artists, and anyone ready to take game development to the next level, this plan unlocks advanced features to streamline and accelerate your workflow.

### Pricing

* 25,000 $LUDICORE/month per user or $15/month per user (prices subject to change)

### Features

* **Access to Advanced Slash Commands:** Unlock `/script` and `/prototype` to enable dynamic development, including script generation and game element prototyping directly in your engine.
* **Improved Context Awareness:** Benefit from enhanced AI capabilities with larger context windows, delivering higher-quality responses tailored to your project.
* **Advanced AI Models:** Experience faster and more accurate responses with access to more sophisticated AI models.

## Workshop Tier

This plan provides industry-grade features, enhanced security, and robust team management tools, tailored for teams of all sizes, from indie developers to AAA production houses.

### Pricing

* 80,000 $LUDICORE/month per user or $50/month per user (prices subject to change)

### Features

* **Full Slash Command Access:** Unlock all commands, including studio-specific features like `/onboard` for team setup and `/debug` for advanced troubleshooting.
* **Zero Data Retention:** Privacy-focused scripting powered by Sonnet ensures that none of your data is stored or retained by any AI partner.
* **Priority Support:** Receive premium support with a dedicated Discord role for your team to ensure quick and effective assistance.
* **Team Management Tools:** Easily manage team members and seats through our web app, including the ability to add or remove users from your plan.

## Comparison Table

| **Feature**                | **Free** | **Indie Tier**          | **Studio Tier**   |
| -------------------------- | -------- | ----------------------- | ----------------- |
| **Pricing (monthly)**      | Free     | 25,000 tokens/$15       | 80,000 tokens/$50 |
| **Unlimited `/chat`**      | ✅        | ✅                       | ✅                 |
| **Code & Context Privacy** | ✅        | ✅                       | ✅                 |
| **Advanced Commands**      | ❌        | `/script`, `/prototype` | All Commands      |
| **Higher Context Windows** | ❌        | ✅                       | ✅                 |
| **Better AI Models**       | ❌        | ✅                       | ✅                 |
| **Zero Data Retention**    | ❌        | ❌                       | ✅                 |
| **Priority Support**       | ❌        | ❌                       | ✅                 |
| **Team Management**        | ❌        | ❌                       | ✅                 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ludicore-ai.gitbook.io/ludicore-ai/pricing-and-features.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
