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

# Managing

> View, share, and disconnect your Blitzy integrations

export const ImageWrapper = ({src, alt, caption, width = '100%'}) => <Frame caption={caption}>
    <img src={src} alt={alt} style={{
  width: width,
  display: 'block'
}} />
  </Frame>;

Manage your connected integrations from **Settings > Integrations** in your Blitzy dashboard.

## Viewing Connected Integrations

Access all your connected integrations from **Settings > Integrations** in your Blitzy dashboard. Here you can:

* View the status of each integration
* See which repositories and projects are accessible
* Manage permissions and access levels
* Disconnect integrations when no longer needed

## Sharing Integrations with Teams

<Steps>
  <Step title="Open Integrations">
    Navigate to **Settings > Integrations**.
  </Step>

  <Step title="Open sharing menu">
    Click the three dots on the upper right corner of the integration you want to share.
  </Step>

  <Step title="Share">
    Click **Share with Team**, select the team(s), and confirm.
  </Step>
</Steps>

<ImageWrapper src="/images/integration-sharing.png" alt="Integration sharing menu showing three dots option" />

<Note>Only users with Admin or Super Admin roles can share integrations with teams. See [Teams & Roles](/administration/teams) for more information about permissions.</Note>

## Disconnecting Integrations

1. Navigate to **Settings > Integrations**
2. Click **Manage** next to the integration
3. Click **Disconnect**
4. Confirm the disconnection

<Warning>Disconnecting an integration revokes Blitzy's access to the associated repositories. Any projects using those repositories will no longer be able to generate code until access is restored.</Warning>

<Note>To disconnect an Azure DevOps integration, the disconnection action must be taken from within Azure DevOps itself. Navigate to your Azure DevOps organization settings and revoke Blitzy's access authorization.</Note>

Having issues? See [Troubleshooting](/integrations/troubleshooting) for common problems and solutions.
