# Getting Started with your Paradime Workspace

This first section of the Paradime 101 Guide will walk you through setting up and managing your workspace, the foundation for all your dbt™ development activities. A well-configured workspace is crucial for efficient collaboration and streamlined analytics engineering processes.

**Estimated completion time:** 40 minutes

***

### What you'll learn

By the end of this guide, you'll have a fully configured workspace ready for collaborative analytics engineering. You'll learn about:

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>🏗️ <strong>Creating a Paradime Workspace</strong></td><td></td><td>Learn how to create your Paradime workspace, connect a Git repository, and set up initial data warehouse connections.<br><br><em>Estimated time: 10 minutes</em></td><td><a href="getting-started-with-your-paradime-workspace/creating-a-workspace">creating-a-workspace</a></td></tr><tr><td>🔌 <strong>Setting Up Data Warehouse Connections</strong></td><td></td><td>Dive deeper into configuring multiple data warehouse connections for development, testing, and production environments.<br><br><em>Estimated time: 10 minutes</em></td><td><a href="getting-started-with-your-paradime-workspace/setting-up-data-warehouse-connections">setting-up-data-warehouse-connections</a></td></tr><tr><td>⚙️ <strong>Managing Workspace Configurations</strong></td><td></td><td>Explore essential workspace configurations, including dbt™ version management, environment variables, and API keys.<br><br><em>Estimated time: 10 minutes</em></td><td><a href="getting-started-with-your-paradime-workspace/managing-workspace-configurations">managing-workspace-configurations</a></td></tr><tr><td>👥 <strong>Managing Users in the Workspace</strong></td><td></td><td>Learn how to effectively manage user access, roles, and permissions in your Paradime workspace.<br><br><em>Estimated time: 10 minutes</em></td><td><a href="getting-started-with-your-paradime-workspace/managing-users-in-the-workspace">managing-users-in-the-workspace</a></td></tr></tbody></table>

Let's dive in!


---

# 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://docs.paradime.io/app-help/guides/paradime-101/getting-started-with-your-paradime-workspace.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.
