--- title: "Quick Start Guide" description: "Get started with creating and configuring Datasets" --- # Quick Start Guide ## Prerequisites * **TIR Account:** Ensure you have access to a TIR project. * **(Optional) MinIO CLI (`mc`):** Useful for advanced management from your local machine. [Install Guide](https://min.io/docs/minio/linux/index.html) ## Create a New Dataset 1. **Log in to TIR:** Navigate to your project dashboard. 2. **Navigate to Datasets:** * Click on **Storage** > **Datasets** in the sidebar. * Click **LAUNCH DATASET**. 3. **Choose Storage Type:** Select either **EOS Bucket** or **Disk**.
![Create Dataset](./dataset_images/Dataset_Create.png) 4. **Configure & Create:** * Enter a unique **Dataset Name**. * (For EOS) Choose **Encryption Type** (Managed or User-Managed). * Click **CREATE**. **Note:** For more details about encryption options, see the [Features](./Features.mdx) page. ## API Reference For programmatic access to Datasets, refer to our comprehensive API documentation: > [Datasets API Documentation](https://docs.e2enetworks.com/api/tir/#/paths/datasets/get) > > Learn how to create, manage, and interact with Datasets using the TIR API. Includes endpoints for listing datasets, creating new datasets, and managing dataset configurations. ---