# Getting started

Getting started is really easy once you've understood the core concepts of the platform. Let's have a look.

## Navigating on the platform

Using Whaly, you will be able to use three different spaces, each one with different focus :&#x20;

* The [workspace](https://docs.whaly.io/workspace/workspace) allows you to create and consult dashboards
* The [workbench](https://docs.whaly.io/data-management/navigating-the-workbench) is where you will import & model your data
* The settings is targeted for admins operations, such as managing user access and permission.

To switch between apps, you can use the app switcher available on every page of the platform:&#x20;

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

## Workflow for building dashboards

Creating dashboards on the platform is based on a simple workflow :&#x20;

1. **Get your analytics data** : [import your data](https://docs.whaly.io/sources/how-sources-work) into whaly and optionally [create data models](https://docs.whaly.io/data-management/workbench) to get started
2. **Build explorations** : [build explorations](https://docs.whaly.io/data-management/explorations) to start asking question questions on your data
3. **Create dashboards** : use your explorations to create [charts and dashboards](https://docs.whaly.io/data-consumption/what-is-a-report)

## Deep dive into the core concepts

Once you've understood the basis of the platform, it is recommended you read through the rest of the core concepts article. &#x20;


---

# Agent Instructions: 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://help.whaly.io/core-concepts/getting-started.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.
