# Integrations

- [Webhooks](https://academy.synap.ac/doc/integrations/webhooks.md): Pro customers can use Webhooks to capture and respond to key events in real-time.
- [User Updated Webhook](https://academy.synap.ac/doc/integrations/webhooks/user-updated-webhook.md)
- [Attempt Completed Webhook](https://academy.synap.ac/doc/integrations/webhooks/attempt-completed-webhook.md)
- [Attempt override created](https://academy.synap.ac/doc/integrations/webhooks/attempt-override-created.md)
- [User Registered Webhook](https://academy.synap.ac/doc/integrations/webhooks/user-registered-webhook.md)
- [Exam Completed Webhook](https://academy.synap.ac/doc/integrations/webhooks/exam-completed-webhook.md)
- [Exam Results Released Webhook](https://academy.synap.ac/doc/integrations/webhooks/exam-results-released-webhook.md)
- [Attempt Submitted Webhook](https://academy.synap.ac/doc/integrations/webhooks/attempt-submitted-webhook.md)
- [Exam Submitted Webhook](https://academy.synap.ac/doc/integrations/webhooks/exam-submitted-webhook.md)
- [Attempt Certificate Generated](https://academy.synap.ac/doc/integrations/webhooks/attempt-certificate-generated.md)
- [Store Purchase Webhook (Legacy)](https://academy.synap.ac/doc/integrations/webhooks/store-purchase-webhook-legacy.md): This webhook is only available to legacy enterprise clients
- [Completed Assignment Webhook](https://academy.synap.ac/doc/integrations/webhooks/completed-assignment-webhook.md)
- [Flag Planted Webhook](https://academy.synap.ac/doc/integrations/webhooks/flag-planted-webhook.md)
- [User Added to User Group Webhook](https://academy.synap.ac/doc/integrations/webhooks/user-added-to-user-group-webhook.md)
- [User Registered for Exam Webhook](https://academy.synap.ac/doc/integrations/webhooks/user-registered-for-exam-webhook.md)
- [Learning Record Webhooks](https://academy.synap.ac/doc/integrations/webhooks/learning-record-webhooks.md): Examples of webhook payloads for Learning Records
- [Invite sent](https://academy.synap.ac/doc/integrations/webhooks/invite-sent.md)
- [Integrations & APIs](https://academy.synap.ac/doc/integrations/integrations-and-apis.md): You can use Synap's APIs and Webhooks to automate your workflows, export your data and more.
- [Single Sign On](https://academy.synap.ac/doc/integrations/single-sign-on.md)
- [Zapier](https://academy.synap.ac/doc/integrations/zapier.md): Use Zapier to automate your workflows and connect Synap with thousands of other apps. You can send a slack message when a user finishes an exam, add a new row to google sheets for every attempt thats
- [Get started](https://academy.synap.ac/doc/integrations/zapier/get-started.md): Use Zapier in combination with Synap's custom triggers to automate your workflow
- [Triggers](https://academy.synap.ac/doc/integrations/zapier/triggers.md): Triggers in more detail
- [Actions](https://academy.synap.ac/doc/integrations/zapier/actions.md): Actions in more detail
- [Example Workflows](https://academy.synap.ac/doc/integrations/zapier/example-workflows.md): Here are a few different examples of how you can use Synap and Zapier to automate your workflows
- [Segment](https://academy.synap.ac/doc/integrations/segment.md): Use Segment to connect Synap to hundreds of other tools and platforms.
- [Test & Question Analytics](https://academy.synap.ac/doc/integrations/segment/test-and-question-analytics.md): Learn how to configure Synap's Segment integration to capture detailed insights into how your users are performing and engaging with their tests.
- [Google Analytics](https://academy.synap.ac/doc/integrations/google-analytics.md): Connecting your portal to Google Analytics
- [Custom Domain (CNAME)](https://academy.synap.ac/doc/integrations/custom-domain-cname.md): Instructions for setting up a custom subdomain, adding in cname records
- [Synap Mobile Apps](https://academy.synap.ac/doc/integrations/synap-mobile-apps.md): Downloading the mobile apps guide
- [LTI](https://academy.synap.ac/doc/integrations/lti.md): Synap supports LTI 1.1 and LTI 1.3 / Advantage. Please follow the guide here to configure your Portal to integrate with an LTI-compliant platform (i.e. an LMS).
- [LTI 1.1](https://academy.synap.ac/doc/integrations/lti/lti-1.1.md): Set up Synap as an LTI 1.1 tool in your LMS.
- [LTI1.3 / Advantage](https://academy.synap.ac/doc/integrations/lti/lti1.3-advantage.md): Set up Synap as an LTI 1.3 / Advantage tool in your LMS.


---

# 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://academy.synap.ac/doc/integrations.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.
