> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nikaplanet.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Getting Started With NikaWorkspace

> Learn the basics of Nika platform and get familiar with the interface

## Getting Started with NikaWorkspace

Welcome to Nika! This guide will help you get familiar with the platform and start your first project.

## Prerequisites

Before you begin, make sure you have:

* **Nika Account**: Sign up at [https://planet.nika.eco](https://planet.nika.eco)
* **Onboarding**: Book and complete your [onboarding call](https://cal.com/dianaong/30-minute-consultation) to get trial access

## Step 1: Manage Data Workspaces

1. **Project**: Each of your workspaces is a logical separation for project management, to keep your resources such as file storage, notebooks, maps and databases separate.
2. **Login**: Visit [https://planet.nika.eco](https://planet.nika.eco) and sign in
3. **Dashboard**: You'll see your main dashboard with access to a default workspace if you log in for the first time
4. **Navigation**: Click on the default workspace to open, use the left sidebar to navigate between different tools

<img src="https://mintcdn.com/nika/1GHRu8T5UOOZC3py/guides/tutorials/getting-started-with-nikaworkspace-1.jpg?fit=max&auto=format&n=1GHRu8T5UOOZC3py&q=85&s=8f44330e6260690f17b6269c465ebf7c" alt="List of Workspaces" width="1391" height="905" data-path="guides/tutorials/getting-started-with-nikaworkspace-1.jpg" />

## Step 2: Explore the Interface

### Main Components

* **Left Sidebar**: Navigation between Nika products
* **Top Bar**: User settings, notifications, and help
* **Main Area**: Content area that changes based on selected tool
* **Right Panel**: Context-sensitive tools and options

<img src="https://mintcdn.com/nika/1GHRu8T5UOOZC3py/guides/tutorials/getting-started-with-nikaworkspace-2.jpg?fit=max&auto=format&n=1GHRu8T5UOOZC3py&q=85&s=0856625994b92b2b1433a159e654aa9a" alt="Nika UI Overview" width="1399" height="1361" data-path="guides/tutorials/getting-started-with-nikaworkspace-2.jpg" />

### Available Tools in Nika

* **Nika Notebooks**: Data analysis, notebooks and VM
* **Nika Map**: Interactive map visualization
* **Nika Studio**: Application development
* **Publish to Nika Hub**: Community and team internal sharing
* **Nika Labeler**: Image annotation
* **Nika ETL**: Data processing pipelines
* **Nika Database Engine**: Intergration with your existing databases or one click creation of Nika managed DuckDB instance
* **Nika GAIA**: Nika's AI Agent for coding and mapping

### Create a New Map

1. **Click Map** icon in the left sidebar
2. **Click "+"** button to create new map
3. **Drag files** from the files list in left sidebar to add as layer to the open map. Note: drop to the center of the map to trigger `Add to Map` instead of opening file

<img src="https://mintcdn.com/nika/pMnlw4L-PpXjCsj1/guides/become-map-expert/add-layers-to-map-2.gif?s=749ef5d81a3dc7c808cde9fa64ddf723" alt="Create New Map" width="1330" height="1054" data-path="guides/become-map-expert/add-layers-to-map-2.gif" />

### Create a New Notebook

1. **Click Notebook** icon in the left sidebar
2. **Click "+"** button to create new notebook
3. **Click Machine** icon at bottom left to then start the machine
4. **Run code in your notebook** by following this [guide](/guides/data-analysis/run-code-in-notebook)

<img src="https://mintcdn.com/nika/pMnlw4L-PpXjCsj1/guides/data-analysis/create-your-first-notebook-1.jpg?fit=max&auto=format&n=pMnlw4L-PpXjCsj1&q=85&s=53a4aeb7f6060ed8dc2297c069ae9c12" alt="Create New Notebook" width="442" height="325" data-path="guides/data-analysis/create-your-first-notebook-1.jpg" />

## Step 3: Upload Your First Data

### Upload Files

1. **Click "Files"** in the left sidebar
2. **Click "Upload"** button and select your files from desktop
3. **Drag and Drop** alternaitvely, drag multiple files and drop them on the file list when left sidebar is open
4. **Wait for processing** to complete

<img src="https://mintcdn.com/nika/1GHRu8T5UOOZC3py/guides/tutorials/getting-started-with-nikaworkspace-3.gif?s=e83678ac8f785fbdb9a04177c65b85f1" alt="Upload Files" width="1696" height="1248" data-path="guides/tutorials/getting-started-with-nikaworkspace-3.gif" />

### Design of Nika File Storage

* **Size Limit**: Theoretically Nika Cloud FS can host up to 100s of TB size per workspace
* **Integration**: These files are natively accessible in your notebook code through secure connection, and adding them as layer to map is as easy as drag and drop on map
* **Editor**: For certain formats like .py, .json, .js, you can double click to open the file in Nika web UI and edit them directly
* **Machine Learning**: If you are try to train machine learning models over a large groups of test/train/eval split datasets, Nika FS is the best option as your machine learning code in notebook work immediately on files

<img src="https://mintcdn.com/nika/1GHRu8T5UOOZC3py/guides/tutorials/getting-started-with-nikaworkspace-4.avif?fit=max&auto=format&n=1GHRu8T5UOOZC3py&q=85&s=7135bc13572ebf7cec9156824c8e7d5d" alt="Upload Files" width="391" height="294" data-path="guides/tutorials/getting-started-with-nikaworkspace-4.avif" />

## Next Steps

Now that you're familiar with the basics:

1. **Try Making a Map**: Follow the [Create NikaMap Tutorial](/guides/tutorials/map-visualization) guide
2. **Start Data Analysis**: Follow the [Create Notebook Tutorial](/guides/tutorials/geospatial-analysis) guide
3. **Explore Features**: Check out the other guides in this section
4. **Join Community**: Visit [NikaHub](https://planet.nika.eco/en/hub) to see examples

Happy mapping and analyzing!
