# Create a Workspace

### 1. Create a new workspace

1. Sign in at [taviqo.com](https://taviqo.com)
2. Click **New Workspace** in the top right
3. Fill in the following:

| Field              | Description              | Example      |
| ------------------ | ------------------------ | ------------ |
| Name               | Workspace name           | My Website   |
| GA4 Measurement ID | Your Google Analytics ID | G-XXXXXXXXXX |

4. Click **Get started**

\[📸 IMAGE: New workspace creation modal screenshot]

***

### 2. How to find your GA4 Measurement ID

1. Go to [analytics.google.com](https://analytics.google.com)
2. Click **Admin (⚙️)** in the bottom left
3. Click **Data Streams**
4. Select your stream
5. Copy the **Measurement ID** (starts with G-)

\[📸 IMAGE: GA4 Measurement ID location screenshot]

> 💡 You can update your GA4 Measurement ID anytime in the workspace settings panel.

***

### 3. Update workspace settings

After entering your workspace, open the **Settings panel** on the right side to update:

* Workspace name
* GA4 Measurement ID

***

### 4. Delete a workspace

> ⚠️ Deleting a workspace permanently removes all nodes and settings. This cannot be undone.

1. On the workspace list, click **⋯** on the workspace card
2. Select **Delete**
3. Confirm in the modal


---

# 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://taviqo.gitbook.io/taviqo-docs/getting-started/create-a-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.
