# Integrations

- [Native integrations](https://help.wotnot.io/build/integrations/native.md)
- [Google Sheets](https://help.wotnot.io/build/integrations/native/google-sheets.md): Push and fetch records from a Google Sheet.
- [Google Calendar](https://help.wotnot.io/build/integrations/native/google-calendar.md): Collaborate with your visitors and make it easy for them to view and book appointments.
- [Google Analytics](https://help.wotnot.io/build/integrations/native/google-analytics.md): Fire events to your Google Analytics account from the chatbot flow.
- [Using Javascript](https://help.wotnot.io/build/integrations/native/google-analytics/using-javascript.md): Overview on how to fire events on Google Analytics using the Javascript action block.
- [Outlook Calendar](https://help.wotnot.io/build/integrations/native/outlook-calendar.md): Collaborate with your visitors and make it easy for them to view and book appointments.
- [Salesforce](https://help.wotnot.io/build/integrations/native/salesforce.md): Create a lead object on Salesforce
- [HubSpot](https://help.wotnot.io/build/integrations/native/hubspot.md): Create contact record on your HubSpot account.
- [Calendly](https://help.wotnot.io/build/integrations/native/calendly.md): Allows visitors to book a meeting with the user.
- [Slack](https://help.wotnot.io/build/integrations/native/slack.md): Let's get notified about visitors and speak with them, from Slack.
- [Airtable](https://help.wotnot.io/build/integrations/native/airtable.md): Fetch records from your Airtable.
- [Zendesk](https://help.wotnot.io/build/integrations/native/zendesk.md): Create tickets, fetch ticket status and perform live chat from Zendesk.
- [Freshdesk](https://help.wotnot.io/build/integrations/native/freshdesk.md): Create tickets and fetch ticket status.
- [DialogFlow](https://help.wotnot.io/build/integrations/native/dialogflow.md): Action block allows you to integrate a conversational user interface into your chatbot
- [Zoho CRM](https://help.wotnot.io/build/integrations/native/zoho-crm.md): Create a contact record on your Zoho CRM.
- [Zapier](https://help.wotnot.io/build/integrations/native/zapier.md): Connect your zap with WotNot.
- [HTTP request / API](https://help.wotnot.io/build/integrations/http-request-api.md): Performs an HTTP request with a third-party app's REST API endpoint.
- [Automations](https://help.wotnot.io/build/integrations/automations.md)
- [Events](https://help.wotnot.io/build/integrations/events.md): Listen to webhook events from the WotNot platform.
- [Public APIs](https://help.wotnot.io/build/integrations/public-apis.md)


---

# 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://help.wotnot.io/build/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.
