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

# Integrations

- [Form answers and events](https://docs.formsort.com/integrations/getting-data-out.md): Sending analytics and answers to yourself or third parties.
- [Analytics events](https://docs.formsort.com/integrations/getting-data-out/analytics.md): The lifecycle of tracking events within Formsort
- [Signed requests](https://docs.formsort.com/integrations/getting-data-out/signed-requests.md): Sign events and webhooks
- [Event payload shape](https://docs.formsort.com/integrations/getting-data-out/event-payload-shape.md)
- [Submission frequencies](https://docs.formsort.com/integrations/getting-data-out/submission-frequencies.md): Understanding when full answers are submitted to you.
- [Runtime error reporting](https://docs.formsort.com/integrations/getting-data-out/runtime-error-reporting.md): Getting notified when there are problems within your Formsort flows
- [Integration reference](https://docs.formsort.com/integrations/integration-reference.md)
- [Amplitude](https://docs.formsort.com/integrations/integration-reference/amplitude.md)
- [Amplitude cross domain tracking](https://docs.formsort.com/integrations/integration-reference/amplitude/amplitude-cross-domain-tracking.md): Track responders in Amplitude across domains
- [BigQuery](https://docs.formsort.com/integrations/integration-reference/bigquery.md): Stream form answers into Google BigQuery.
- [FullStory](https://docs.formsort.com/integrations/integration-reference/fullstory.md): View replays of user sessions with FullStory
- [Google Analytics](https://docs.formsort.com/integrations/integration-reference/google-analytics.md)
- [Updating from Universal Analytics to GA4](https://docs.formsort.com/integrations/integration-reference/google-analytics/updating-from-universal-analytics-to-ga4.md)
- [Google Cloud Storage](https://docs.formsort.com/integrations/integration-reference/google-cloud-storage.md): Upload files and images directly into your own GCS buckets.
- [Google Sheets](https://docs.formsort.com/integrations/integration-reference/google-sheets.md): This integration allows you to quickly setup and send responder answers to a Google sheet.
- [Google Tag Manager (GTM)](https://docs.formsort.com/integrations/integration-reference/google-tag-manager.md): Since Google Tag Manager is, in fact, a tag manager, it can be used to load other integrations and analytics tools, such as Intercom, RocketHub, or Google Analytics.
- [JavaScript triggered by flow events](https://docs.formsort.com/integrations/integration-reference/google-tag-manager/javascript-triggered-by-flow-events.md): Run JavaScript via Google Tag Manager
- [Hubspot](https://docs.formsort.com/integrations/integration-reference/hubspot.md): Setting up your Hubspot integration
- [Jornaya](https://docs.formsort.com/integrations/integration-reference/jornaya.md)
- [Optimizely](https://docs.formsort.com/integrations/integration-reference/optimizely.md)
- [PostgreSQL](https://docs.formsort.com/integrations/integration-reference/postgresql.md): Send answers data to a PSQL database you run, or a hosted database like RDS.
- [Redshift](https://docs.formsort.com/integrations/integration-reference/redshift.md): Insert answer submissions as rows in Amazon Redshift
- [Rudderstack](https://docs.formsort.com/integrations/integration-reference/rudderstack.md): This page covers setting up the Formsort -> Rudderstack integration
- [S3](https://docs.formsort.com/integrations/integration-reference/s3.md): Upload files and images directly into your own S3 buckets.
- [Salesforce](https://docs.formsort.com/integrations/integration-reference/salesforce.md): Creating and updating Salesforce objects using Formsort forms
- [Segment](https://docs.formsort.com/integrations/integration-reference/segment.md): Sending form events or answers data to Segment
- [Segment Setup](https://docs.formsort.com/integrations/integration-reference/segment/segment-setup.md): This page covers setting up the Formsort -> Segment integration
- [Segment cross domain tracking](https://docs.formsort.com/integrations/integration-reference/segment/segment-cross-domain-tracking.md): Track responders in Segment across domains
- [Stripe](https://docs.formsort.com/integrations/integration-reference/stripe.md)
- [TrustedForm](https://docs.formsort.com/integrations/integration-reference/trustedform.md)
- [USPS](https://docs.formsort.com/integrations/integration-reference/usps.md)
- [Webhooks](https://docs.formsort.com/integrations/integration-reference/webhooks.md)
- [Zapier](https://docs.formsort.com/integrations/integration-reference/webhooks/zapier.md)


---

# 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.formsort.com/integrations.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.
