# Bitbucket dbt docs Sync

To connect your Bitbucket dbt repository, you will need to follow these steps -

1. Create a Repository Access Token in Bitbucket and grant the following permissions -

* **Read and write access to repositories:** This allows us to ensure we are syncing the descriptions to the updated models.
* **Read and write access to pull request:** This allows us to create or delete a PR and verify that there are no conflicts when generating a PR.

<figure><img src="https://3470314135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgAiVthA_yg9UXKuhyY%2Fuploads%2Fgit-blob-caa0d6ef552d2c68cfae58fb095f57bf10af6018%2Fimage.png?alt=media" alt=""><figcaption><p>Create Repository Access Token</p></figcaption></figure>

2. Provide the following information -
   1. Bitbucket Repository URL,
   2. dbt Project name, as mentioned in the `dbt_project.yml` file, and
   3. Root folder (if the dbt project is not in the root folder).

Once this is setup, you will see new PRs generated in your Bitbucket Repo.

<figure><img src="https://3470314135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgAiVthA_yg9UXKuhyY%2Fuploads%2Fgit-blob-75d0ff71a4539cbae561cbec6b24a799ae3c2ffe%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>
