> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/data-center-5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdb.ai/data-center-5/data-center/data-sets/creating-a-new-data-set/creating-a-data-set-using-an-api-connector.md).

# Creating a Data Set using an API Connector

{% hint style="success" %}
*Check out the illustration on creating a Data Set using an API Connector.*
{% endhint %}

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fe7P9Uf1O3iaFlsO3hfWI%2Fuploads%2FTY2J7Ephpt1xTPzjPleh%2FJIRA%20Dataset%20creation.mp4?alt=media&token=d245ad87-c070-4754-9e3e-398cfc2ceee5>" %}
Creating a JIRA Dataset&#x20;
{% endembed %}

* Click the ***New*** menu from the Data Center homepage.
* Select the ***Data Set*** option from the context menu.​

<figure><img src="/files/xYe0DtrJExxmMBSTKagd" alt=""><figcaption></figcaption></figure>

* The ***Data Source*** page containing all the data connectors opens.
* Use the ***Data Source*** filter or the ***Search Data Connectors*** space to access a specific data connector by its name or is selected).
* Select a Data Source from the displayed list.
* Click the ***Create Data Set*** icon.

<figure><img src="/files/Bnt9xOEVZJS6E4fCUxqB" alt=""><figcaption></figcaption></figure>

* The **Google Analytics Dataset form** opens.
* Fill in the following information:

  * **Dataset Name**: Enter any user-defined name for the new dataset.
  * **Description**: Provide a brief description of the Data Set (It is an optional field).
  * **Data Connector Name**: This option is pre-defined as per the selected data connector.
  * **Report Selection:**&#x20;
    * ***Select Report Type***: Select a report type from the drop-down menu.&#x20;
    * ***Columns***: Select the required columns using the checkmarks next to the displayed columns.
  * Click the ***Preview data*** option.

  <figure><img src="/files/KQzaQLdsSfj5Ni8VJu9x" alt=""><figcaption></figcaption></figure>

  If the selected ***Report Type*** option has a sub-report type, then one more field appears to ***Select Sub-report Type b***&#x65;fore selecting the columns to preview the selected data.

<figure><img src="/files/tLS2WOAbRNpG4F3qLytO" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
*<mark style="color:green;">Please Note:</mark> The displayed fields to create a data set based on an API Data Connector may vary based on the selected API Data Connector Type.*&#x20;
{% endhint %}

* The Data Preview opens below.
* The ***Save*** option gets enabled. Click the ***Save*** option.

<figure><img src="/files/M6yLzwVMg67N9dNd3ohN" alt=""><figcaption></figcaption></figure>

* A success message appears to ensure the user about the completion of the Data Set creation task.
* The newly created dataset gets added to the **Data Sets** list.

<figure><img src="/files/aL91luDRla2Zo3tlUD87" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bdb.ai/data-center-5/data-center/data-sets/creating-a-new-data-set/creating-a-data-set-using-an-api-connector.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
