# Getting Started

Your work doesn't just happen in Salesforce. Gradient Works connects with the messaging, calendaring and sales engagement tools you already use to help you automate more tasks.

For example, you can use these integrations and the [ABK](https://github.com/Gradient-Works/salesforce/blob/main/docs/gitbook/integrations/broken-reference/README.md) to build an inbound lead automation that [matches the lead to an account](https://docs.gradient.works/kb/automation-builder-kit-abk/actions/matching/matchleadtoaccountaction), [converts it](https://docs.gradient.works/kb/automation-builder-kit-abk/actions/leads/convertleadaction), [sends a Slack message](https://docs.gradient.works/kb/integrations/slack) to your #sales channel @-mentioning the account owner and then automatically enrolls that new contact into a [Salesloft cadence](https://docs.gradient.works/kb/integrations/salesloft).

### Gradient Works Cloud

All integrations require that you first authenticate with Gradient Works Cloud. This allows Gradient Works' cloud services to securely connect the Gradient Works managed package hosted in Salesforce with 3rd party applications.

{% hint style="info" %}
To obtain your Gradient Works Cloud login, please contact your CSM via Slack or by emailing <suport@gradient.works>.
{% endhint %}

To log into Gradient Works Cloud, go to the [Gradient Works Routing](https://github.com/Gradient-Works/salesforce/blob/main/docs/gitbook/integrations/broken-reference/README.md) app in the Salesforce app switcher and click on the "Settings" tab.

<figure><img src="https://2378295204-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUYXbv7c6RsZzQ00WCDTM%2Fuploads%2Fgit-blob-908f4c6208a715a11e3ebe8554b4a6f1acc16572%2Fintegrations--getting-started-settings.png?alt=media" alt=""><figcaption><p>Gradient Works Routing settings</p></figcaption></figure>

Click "Log In". Your Gradient Works CSM will have provided you a temporary password. The first time you authenticate, you'll be prompted to reset your password.

### Connecting Integrations

Gradient Works integrations fall into 3 categories: messaging, calendars and sales engagement. Once you're logged into Gradient Works Cloud, you will see active buttons beside each integration. Click these to connect a particular integration. See the help page for each individual integration for more details.

<figure><img src="https://2378295204-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUYXbv7c6RsZzQ00WCDTM%2Fuploads%2Fgit-blob-66cce49dc5c6204e69462a053b540c909bfb8a03%2Fintegrations--getting-started-settings-gwc-authenticated.png?alt=media" alt=""><figcaption></figcaption></figure>

#### Messaging

The [Slack integration](https://docs.gradient.works/kb/integrations/slack) allows you to send data-rich messages to Slack channels or a direct messages to individuals.

#### Calendars

{% hint style="info" %}
Only one calendar integration may be active at once.
{% endhint %}

Connect with [Google Workspace](https://docs.gradient.works/kb/integrations/google-workspace) or [Microsoft 365](https://docs.gradient.works/kb/integrations/microsoft-365) to enable automations that schedule meetings on your reps' calendars.

#### Sales engagement

{% hint style="info" %}
Only one sales engagement integration may be active at once.
{% endhint %}

Connect with either [Salesloft](https://docs.gradient.works/kb/integrations/salesloft) or [Outreach](https://docs.gradient.works/kb/integrations/outreach) to automate the process of enrolling prospects into sales engagement cadences.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gradient.works/kb/integrations/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
