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

# Navigation

Calvin’s interface is designed to provide easy access to all key areas of the platform. Understanding the main navigation elements will help users move efficiently between Stores, Workspaces, and agents.

#### **Login**

Access Calvin through the secure [login page](https://build.calvincode.ai/auth/login).

* Enter your credentials to authenticate.
* Upon successful login, you will be directed to the **Store Selector**.

<div align="center" data-full-width="true"><figure><img src="/files/V5bvScRu5LvyZ34q33Uf" alt="" width="375"><figcaption></figcaption></figure></div>

#### Store Selector

The **Store Selector** allows users to choose which Store they want to work in. Each Store represents a separate eCommerce project with its own data, agents, and configurations.

* **Select an existing Store** from the list to enter its environment.
* **Create a new Store** directly from the selector if you have the required permissions.
* Stores provide a clear boundary for data, agents, and workflows, keeping operations organized and secure.

<figure><img src="/files/lJEpkuYOAWd2cSUQDZt4" alt=""><figcaption></figcaption></figure>

> Tip: Users with access to multiple Stores can switch between them seamlessly via the Store Selector.

#### Profile

The **Profile** can be accessed from the **top-right corner** of the Calvin interface. Clicking on your avatar or name opens the Profile menu, where you can manage personal settings.&#x20;


---

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