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

# USER GUIDES

- [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)


---

# 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://gopersonal.gitbook.io/calvin/user-guides.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.
