# Introduction

Welcome to the documentation for BitMind, the AI content detection platform.

## Documentation

### [BitMind Overview](https://docs.bitmind.ai/bitmind-overview)

Learn about BitMind's mission, core technology, and ecosystem components.

### [Architecture Summary](https://docs.bitmind.ai/architecture-summary)

System architecture, components, and how they work together.

### [Getting Started](https://docs.bitmind.ai/getting-started)

Choose your path: consumer, developer, or enterprise.

### [API Reference](https://docs.bitmind.ai/broken-reference)

Complete API documentation for all BitMind services and endpoints.

### [API Pricing](https://docs.bitmind.ai/pricing)

Plans, pricing, and feature comparison.

## Quick Start

### For Developers

* Start with [BitMind Overview](https://docs.bitmind.ai/bitmind-overview) to understand the platform
* Review [Architecture Summary](https://docs.bitmind.ai/architecture-summary) for system design
* Use [API Reference](https://docs.bitmind.ai/broken-reference) for integration

### For Miners & Validators

* Visit [bitmind-subnet repository](https://github.com/BitMind-AI/bitmind-subnet) for mining guides
* Check [Mining Guide](https://github.com/BitMind-AI/bitmind-subnet/blob/main/docs/Mining.md)
* Review [Validator Guide](https://github.com/BitMind-AI/bitmind-subnet/blob/main/docs/Validating.md)

## Resources

* **Live Platform**: [app.bitmind.ai](https://app.bitmind.ai)
* **Main Website**: [bitmind.ai](https://bitmind.ai)
* **Chrome Extension**: [Chrome Web Store](https://chromewebstore.google.com/detail/ai-detector-bitmind/ejlhmbdnjjlifeeelpnlkkechnmojnhg)
* **Mobile Apps**: [iOS App Store](https://apps.apple.com/us/app/ai-or-not-ai-detection/id6742792714) | [Google Play Store](https://play.google.com/store/apps/details?id=ai.bitmind.game)
* **GitHub**: [github.com/BitMind-AI](https://github.com/BitMind-AI)

## Support

* **Email**: <hello@bitmind.ai>
* **Discord**: [discord.gg/bitmind](https://discord.gg/bitmind)

***

**© 2026 BitMind. All rights reserved.**


---

# Agent Instructions: 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://docs.bitmind.ai/readme.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.
