> 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/overview.md).

# Overview

The **User Guide** provides a high-level view of how to use Calvin to manage, train, and coordinate agents within an eCommerce environment. Its purpose is to help users understand the main features, workflows, and best practices to make the most of the platform.

Throughout this guide, you will learn how to:

* Set up and manage a **Store**, the container for your projects, data, and configurations.
* Create and organize **Workspaces**, where human teams and agents collaborate to develop, design, test, or personalize different areas of your eCommerce operations.
* Interact with agents via **Chat**, using natural language instructions to execute tasks or retrieve information.
* Train and monitor agents’ **Knowledge** and complement it with **Tips** and **Memory**.
* Create and deploy complex systems using **Blocks** and **Connectors.**
* Monitor metrics, performance, and progress across different areas.

The main goal of this guide is to help each user — whether from business, technical, or creative roles — integrate into the AI-driven workflows and optimize end-to-end eCommerce processes.


---

# 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/overview.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.
