# Calvin

## Docs

- [Welcome to Calvin](https://gopersonal.gitbook.io/calvin/welcome-to-calvin.md): AI-powered operational copilots for eCommerce teams
- [What is Calvin?](https://gopersonal.gitbook.io/calvin/getting-started/what-is-calvin.md)
- [Why Calvin?](https://gopersonal.gitbook.io/calvin/getting-started/why-calvin.md)
- [Key Concepts](https://gopersonal.gitbook.io/calvin/getting-started/key-concepts.md)
- [Overview](https://gopersonal.gitbook.io/calvin/user-guides/overview.md)
- [First Steps](https://gopersonal.gitbook.io/calvin/user-guides/first-steps.md): Set up your Store and run your first task in minutes
- [Navigation](https://gopersonal.gitbook.io/calvin/user-guides/navigation.md)
- [Home](https://gopersonal.gitbook.io/calvin/user-guides/home.md)
- [Workspaces](https://gopersonal.gitbook.io/calvin/user-guides/workspaces.md)
- [Agents](https://gopersonal.gitbook.io/calvin/user-guides/agents.md)
- [Chats](https://gopersonal.gitbook.io/calvin/user-guides/chats.md): How you interact with Calvin's agents to get work done
- [Blocks Marketplace](https://gopersonal.gitbook.io/calvin/user-guides/blocks-marketplace.md): Infrastructure services and knowledge packs for your workspaces
- [Connectors](https://gopersonal.gitbook.io/calvin/user-guides/connectors.md): Extend your workspaces with MCP integrations
- [Figma](https://gopersonal.gitbook.io/calvin/user-guides/connectors/figma.md)
- [google analytics](https://gopersonal.gitbook.io/calvin/user-guides/connectors/google-analytics.md)
- [clarity](https://gopersonal.gitbook.io/calvin/user-guides/connectors/clarity.md)
- [bigquery](https://gopersonal.gitbook.io/calvin/user-guides/connectors/bigquery.md)
- [Tips & Memory](https://gopersonal.gitbook.io/calvin/user-guides/tips-and-memory.md): How Calvin learns from your team and gets smarter over time
- [Artifacts](https://gopersonal.gitbook.io/calvin/user-guides/artifacts.md): Share and reuse outputs across your team
- [Task Manager & Sprints](https://gopersonal.gitbook.io/calvin/user-guides/task-manager-and-sprints.md): Organize your work into sprints and track progress
- [Version Control & Git](https://gopersonal.gitbook.io/calvin/user-guides/version-control-and-git.md): Branching, versioning, and connecting to your repositories
- [Deploying](https://gopersonal.gitbook.io/calvin/user-guides/deploying.md): Ship to production on Calvin or deploy to your own infrastructure
- [Usage Analytics & Billing](https://gopersonal.gitbook.io/calvin/user-guides/usage-analytics-and-billing.md): Track costs, monitor usage, and manage your billing
- [Settings & Administration](https://gopersonal.gitbook.io/calvin/user-guides/settings-and-administration.md): Manage your store, team members, and billing
- [Audit Logs](https://gopersonal.gitbook.io/calvin/user-guides/audit-logs.md): Track all activities and changes across your store
- [Events](https://gopersonal.gitbook.io/calvin/user-guides/audit-logs/events.md)
- [Use Cases & Recipes](https://gopersonal.gitbook.io/calvin/user-guides/use-cases-and-recipes.md): Practical examples of what you can accomplish with Calvin
- [Modes](https://gopersonal.gitbook.io/calvin/user-guides/modes.md)
- [Calvin AI Models](https://gopersonal.gitbook.io/calvin/faq/calvin-ai-models.md)
- [Calvin vs n8n](https://gopersonal.gitbook.io/calvin/faq/calvin-vs-n8n.md)
- [Calvin vs Chatbots](https://gopersonal.gitbook.io/calvin/faq/calvin-vs-chatbots.md)
- [Calvin vs Figma Make](https://gopersonal.gitbook.io/calvin/faq/calvin-vs-figma-make.md)
- [Security and Privacy](https://gopersonal.gitbook.io/calvin/faq/security-and-privacy.md)
- [Calvin vs v0 vs Lovable](https://gopersonal.gitbook.io/calvin/faq/calvin-vs-v0-vs-lovable.md)
- [UI/UX](https://gopersonal.gitbook.io/calvin/developer-guides/ui-ux.md)
- [Shopify theme](https://gopersonal.gitbook.io/calvin/developer-guides/shopify-theme.md)
- [Calvin Usage Guide for VTEX IO](https://gopersonal.gitbook.io/calvin/developer-guides/calvin-usage-guide-for-vtex-io.md)
- [Magento](https://gopersonal.gitbook.io/calvin/developer-guides/magento.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://gopersonal.gitbook.io/calvin/welcome-to-calvin.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.
