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

# Connections

> Connections are the foundation of your integrations, allowing Volubile to securely exchange data with your third-party applications.

## Supported Applications

Volubile natively integrates with many professional services and tools:

<CardGroup cols={3}>
  <Card title="CRM & Marketing" icon="users">
    * HubSpot
    * Salesforce
    * Zoho CRM
    * Zendesk
  </Card>

  <Card title="Calendars & Scheduling" icon="calendar">
    * Google Calendar
    * Microsoft Outlook Calendar
    * Calendly
    * Microsoft Teams
  </Card>

  <Card title="Productivity & Communication" icon="envelope">
    * Azure Communication Services
    * Slack
    * Microsoft Teams
    * Trello
  </Card>
</CardGroup>

## Creating a Connection

<Steps>
  <Step title="Access the connections section">
    In the sidebar menu, from the Integrations section, click on "Connections" to access the management interface.
  </Step>

  <Step title="Initiate a new connection">
    Click on the <strong>Create a connection</strong> button in the upper right corner of the screen.
  </Step>

  <Step title="Select the application">
    Choose the application to connect from the available options.

    <Frame>
      <img src="https://mintcdn.com/weengage/0B-vi2c43SJsNaVe/images/integrations/connections/volubile-create-connection.png?fit=max&auto=format&n=0B-vi2c43SJsNaVe&q=85&s=b2d92cbce296d27cf6097c133c5d616b" alt="Application selection for the connection" width="2800" height="1800" data-path="images/integrations/connections/volubile-create-connection.png" />
    </Frame>
  </Step>

  <Step title="Authentication">
    Follow the authentication process specific to the selected application (OAuth, API keys, etc.).
  </Step>

  <Step title="Finalization">
    Name your connection and confirm its creation.
  </Step>
</Steps>

<Note>
  Once the connection is established, it will appear in your connections table with its status, connection date, and the option to delete it.
</Note>

<Warning>
  Deleting a connection used in active workflows may cause malfunctions. Make sure to update your workflows before deleting a connection.
</Warning>
