# Concepts

### General Concepts&#x20;

This section describes the general concepts employed by e6data.&#x20;

#### [Accounts](/product-documentation/sign-up.md) <a href="#accounts" id="accounts"></a>

An e6data ***account*** represents a single entity for handling all your e6data workloads within the e6data platform which includes billing and support.

#### [Workspaces](/product-documentation/workspaces.md)  <a href="#workspaces" id="workspaces"></a>

A ***workspace*** is an asset that contains the supporting infrastructure for e6data engines to run inside your cloud environment. You can choose to have multiple workspaces or just one: it depends on your needs.

#### [Clusters](/product-documentation/clusters.md) <a href="#clusters" id="clusters"></a>

***Clusters*** contain the compute that e6data uses to process queries. e6data Clusters are created using Kubernetes. Cluters can be connected to notebooks, BI tools, dashboards, etc. so your teams can query the data they need.

#### [Catalogs](/product-documentation/catalogs.md) (Metastores) <a href="#catalogs" id="catalogs"></a>

***Catalogs or Metastores*** contain metadata describing the data sources your teams want to query. e6data supports multiple metastores like AWS Glue & Apache Hive. Catalogs and clusters support many-to-many relationships. You can give one or more clusters access to single or multiple catalogs based on your organization's data access or governance rules.

#### [Query Editor](/product-documentation/query-editor.md)   <a href="#query-editor" id="query-editor"></a>

The ***Query Editor*** is a native SQL console on which you run your SQL queries within the e6data platform.&#x20;

#### [<mark style="color:blue;">Query History</mark>](/product-documentation/query-history.md) <a href="#query-editor" id="query-editor"></a>

The **Query History** section contains a log of all the queries run in the query editor.&#x20;

#### [<mark style="color:blue;">**Access Control**</mark>](/product-documentation/access-control.md)

Within our platform, the **Access Control** feature grants users the ability to invite others and assign designated roles, each equipped with the necessary permissions. **Access Control** functionality is integral to ensuring robust security across the system.

#### [Connectors & Drivers](/product-documentation/connectors-and-drivers.md)

Connectors can be used to integrate e6data with your existing querying tools (JDBC, ODBC, etc.) A [full list of available connectors and configuration guides can be found here.](/product-documentation/connectors-and-drivers.md)


---

# 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.e6data.com/product-documentation/introduction-to-e6data/concepts.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.
