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

# ThoughtSpot

export const Arcade = ({src, title}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(56.2225% + 41px)',
  height: 0,
  width: '100%'
}}>
    <iframe src={src} title={title} frameBorder="0" loading="lazy" allow="clipboard-write" allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
  </div>;

## Create a dedicated ThoughtSpot user for Paradime

<Info>
  We recommend creating a new ThoughtSpot user, to grant the correct access required to connect all your ThoughtSpot nodes to your dbt data models in Paradime.
</Info>

#### Create a ThoughtSpot user

[https://docs.thoughtspot.com/software/6.2/add-user](https://docs.thoughtspot.com/software/6.2/add-user)

1. Log in to your ThoughtSpot instance.
2. Navigate to the admin console,  click on **Admin** in the top header.
3. In the left panel, under *User Management* click on **Users** and then select **Add User**.
4. In the *Add a new user* dialog, enter the following details:
   * For *Username*, enter a username for the new user.
   * For *Display name*, add a meaningful name for the new user  for example, `Paradime`.For *Sharing visibility*, keep the default selection — **SHAREABLE**.
   * For *New password*, enter a password for the new user and confirm it in the next step.
   * For *Email*, enter an email address for the new user.
   * Click **Add** to add the new user.

The new user will be assigned `Can upload user data` and `Can download data` [permissions](https://docs.thoughtspot.com/software/latest/groups-privileges#privileges-and-groups) by default.

## Connect the ThoughtSpot integration

The ThoughtSpot integration is set up by the **Admin user** for your organization profile. To enable the integration open your *Account Settings > Integrations* find the ThoughtSpot integration and click Connect.

1. Add your Host Name, Username and Password to get Paradime connected to your ThoughtSpot instance.
2. Click on Test Connection to validate that Paradime can connect to your ThoughtSpot account.

<Arcade src="https://demo.arcade.software/3OJgXMrb8AkHfqoWsBBR?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="ThoughtSpot (Beta)" />


## Related topics

- [ThoughtSpot (Beta)](/products/bolt/integrations/bi/thoughtspot-beta.md)
- [ThoughtSpot assets](/products/data-catalog/data-assets/thoughtspot-assets.md)
- [Thoughtspot](/products/bolt/ci-cd/lineage-diff/thoughtspot.md)
- [BI Tools](/products/bolt/integrations/bi/index.md)
