> For the complete documentation index, see [llms.txt](https://docs.stackai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stackai.com/workflow-builder/apps.md).

# Apps

StackAI connects to 70+ apps and services — from databases and cloud storage to CRMs, communication tools, and AI providers.

Each app page explains how to set up the connection, what actions are available, and how to use the node in your workflow.

### Popular integrations

<table data-view="cards"><thead><tr><th>Topic</th><th data-card-target data-type="content-ref">Page</th></tr></thead><tbody><tr><td><strong>Salesforce</strong><br>Read and write Salesforce objects, records, and workflows.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/sfMHV1U1SO6vKkQunZJ8">/spaces/FSlso1Kjob5CLDrh0dVn/pages/sfMHV1U1SO6vKkQunZJ8</a></td></tr><tr><td><strong>SharePoint</strong><br>Access files and documents stored in SharePoint.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/LNimerusmSHg3wYyByUR">/spaces/FSlso1Kjob5CLDrh0dVn/pages/LNimerusmSHg3wYyByUR</a></td></tr><tr><td><strong>Google Sheets</strong><br>Read, write, and update spreadsheet data.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/F3Z2z9r0FlTKEgzzJHOd">/spaces/FSlso1Kjob5CLDrh0dVn/pages/F3Z2z9r0FlTKEgzzJHOd</a></td></tr><tr><td><strong>Slack</strong><br>Send messages, read channels, and trigger workflows from Slack.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/zH6xTDtYyzuIic6XMupr">/spaces/FSlso1Kjob5CLDrh0dVn/pages/zH6xTDtYyzuIic6XMupr</a></td></tr><tr><td><strong>HubSpot</strong><br>Sync contacts, deals, and activities with HubSpot CRM.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/QdyQQhgxfHhioo2tGwAJ">/spaces/FSlso1Kjob5CLDrh0dVn/pages/QdyQQhgxfHhioo2tGwAJ</a></td></tr><tr><td><strong>ServiceNow</strong><br>Create and update tickets and records in ServiceNow.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/8DGc8ejTqopT3ONkH7uM">/spaces/FSlso1Kjob5CLDrh0dVn/pages/8DGc8ejTqopT3ONkH7uM</a></td></tr></tbody></table>

### Find your integration

* Use the sidebar to browse the full alphabetical list of integrations.
* Each page includes setup instructions, available actions, and example use cases.
* Don't see your app? Use the [**Custom API**](/workflow-builder/utils-logic-and-others/utils/custom-api.md) node to connect any REST API.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.stackai.com/workflow-builder/apps.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
