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

# Introduction

> Bridge extension to control Antigravity from Discord

## What is AntiCrow?

AntiCrow is an extension that lets you control Antigravity (an AI coding assistant) through Discord messages. Simply send a natural language request and it will be executed immediately or on a schedule. Results are delivered back to Discord in real-time.

Whether you're on your phone or PC, as long as you have Discord, you can ask AI to code for you.

AntiCrow is **free software** released under the **PolyForm Noncommercial License 1.0.0**.

## Key Features

* 📱 **AI Control via Discord** — Just send a message and Antigravity starts working
* ⚡ **Instant & Scheduled Execution** — Execute now or set up cron schedules
* 🤖 **Continuous Auto Mode** — AI autonomously executes tasks in sequence
* 👥 **Agent Team Mode** — Multiple sub-agents work in parallel
* 📋 **Templates** — Save frequently used prompts and execute with one click
* 🛡️ **Safety Guard** — Automatically detects and blocks dangerous commands
* 🔐 **Security** — Only authorized users can operate the bot
* 🆓 **Completely Free** — All features available at no cost (noncommercial license)

## Table of Contents

1. [Getting Started (Installation & Setup)](/anticrow-docs/en/getting-started.md)
2. [Basic Usage](/anticrow-docs/en/basic-usage.md)
3. [Slash Commands](/anticrow-docs/en/commands.md)
4. [Continuous Auto Mode](/anticrow-docs/en/auto-mode.md)
5. [Agent Team Mode](/anticrow-docs/en/team-mode.md)
6. [Templates](/anticrow-docs/en/templates.md)
7. [Scheduled Execution](/anticrow-docs/en/schedules.md)
8. [FAQ](/anticrow-docs/en/faq.md)

## Requirements

* [Antigravity](https://antigravity.dev/) installed
* Discord Bot Token (create one at [Discord Developer Portal](https://discord.com/developers/applications))
* Discord Server (with the bot invited)

## Support

Bug reports and feature requests are welcome on our Discord server.

## License

AntiCrow is released under the **PolyForm Noncommercial License 1.0.0**. See [About AntiCrow](/anticrow-docs/en/pro-plan.md) for details.

## ⚠️ Disclaimer

This extension involves significant risks including data loss from automated operations, unintended code changes, and potential API key misuse. Use at your own risk. This software is provided "AS IS" without warranty. The developers assume no liability for any damages arising from use.

For full details, see the [Disclaimer](/anticrow-docs/en/disclaimer.md) page.


---

# 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://anticrow.gitbook.io/anticrow-docs/en/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.
