# Organizational Setup

This section explains how to set up connectors, create teams and invite members. For a detailed overview of who does what in this setup, check our [Getting Started guide](/guides/organizational-setup/getting-started.md).

#### 1. Create a Connector

The first step is creating a [connector](/guides/organizational-setup/bi-connectors.md), which links Datalogz to your Business Intelligence (BI) environment. We recommend setting up one connector for each BI platform your organization uses. Datalogz currently supports connections with Power BI, Tableau, Qlik, and Spotfire. Once connected, Datalogz automatically extracts your BI metadata and sets up default monitors.

#### 2. Invite Members

Next, invite [members](/guides/organizational-setup/members.md) to your Datalogz account. This allows them to sign in to the Datalogz Control Tower and start monitoring the health of your connected BI environments. Their access to manage assets within the Control Tower is determined by the teams they belong to.

#### 3. Set Up Teams

[Teams](/guides/organizational-setup/teams.md) are groups that represent specific subsets of your data, such as all your production Power BI workspaces or Tableau projects. Setting up these groups allows you to track the health of your BI environment in a more granular way for better management.

#### 4. Add Members to Teams

Finally, [add your invited members](/guides/organizational-setup/members/invite-and-manage-members.md) to the relevant teams. This gives them the appropriate access to manage and monitor the assets they are responsible for.


---

# 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.datalogz.io/guides/organizational-setup.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.
