> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloud.cdata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Geckoboard

> このページではGeckoboard をConnect AI の仮想SQL Server API に接続する手順の概要を示します。

## 前提条件

接続する前にまず以下を実行します。

* データソースをConnect AI アカウントに接続します。詳しくは、[Sources](/ja/Sources) を参照してください。
* [Settings](/ja/Settings#personal-access-tokens) ページでPersonal Access Token (PAT) を生成します。PAT をコピーし、認証時にパスワードとして使用します。

## Connect AI に接続する

Geckoboard からConnect AI の仮想SQL Server API へのコネクションを確立するには以下の手順に従います。

<Steps>
  <Step>
    Log in to Geckoboard.
  </Step>

  <Step>
    Click **Add widget**.

    <Frame>
      <img src="https://mintcdn.com/cdata/bW2_IPnFDk_aW2FG/ja/images/geckoboard_client_01.png?fit=max&auto=format&n=bW2_IPnFDk_aW2FG&q=85&s=ae077548cdf055f0c08eee4bd24c0189" alt="Geckoboard Client 01" width="2135" height="1190" data-path="ja/images/geckoboard_client_01.png" />
    </Frame>
  </Step>

  <Step>
    Search for "Databases" and click the resulting option.

    <Frame>
      <img src="https://mintcdn.com/cdata/bW2_IPnFDk_aW2FG/ja/images/geckoboard_client_02.png?fit=max&auto=format&n=bW2_IPnFDk_aW2FG&q=85&s=b01fe3e6177554b1272b321822f98f0e" alt="Geckoboard Client 02" width="937" height="710" data-path="ja/images/geckoboard_client_02.png" />
    </Frame>
  </Step>

  <Step>
    Select **SQL Server** as the database type.

    <Frame>
      <img src="https://mintcdn.com/cdata/tJfdD354GT5ojxph/ja/images/geckoboard_client_03.png?fit=max&auto=format&n=tJfdD354GT5ojxph&q=85&s=625ff3aed7c4c6afce9b83e7f745acfb" alt="Geckoboard Client 03" width="1215" height="1170" data-path="ja/images/geckoboard_client_03.png" />
    </Frame>
  </Step>

  <Step>
    Fill in the connection details:

    * **Connection name**—enter a name for the connection to Connect AI.
    * **Host**—enter *tds.cdata.com*
    * **Port**—enter *14333*
    * **Database name**—接続したいConnect AI データソースのConnection Name を入力します。例：*Salesforce1*
    * **Username**—Connect AI のユーザー名を入力します。ユーザー名は、Connect AI の画面の右上に表示されています。例：*[test@cdata.co.jp](mailto:test@cdata.co.jp)*
    * **Password**—[Settings](/ja/Settings#personal-access-tokens) ページで生成したPAT を入力します。

    <Frame>
      <img src="https://mintcdn.com/cdata/tJfdD354GT5ojxph/ja/images/geckoboard_client_04.png?fit=max&auto=format&n=tJfdD354GT5ojxph&q=85&s=b89d0f2d5613937b1dad1560a7c1e8b6" alt="Geckoboard Client 04" width="1335" height="1370" data-path="ja/images/geckoboard_client_04.png" />
    </Frame>
  </Step>

  <Step>
    Click **Connect**.
  </Step>
</Steps>
