> For the complete documentation index, see [llms.txt](https://docs.eesel.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eesel.ai/legacy/integrations/new-or-custom-integration.md).

# New or custom integration

While we have lots of integrations and actions available by default - there's always more!

We can offer some custom integrations and custom actions upon request, please reach out with specific detail and context about what you're looking for and we will let you know if it's possible and provide a quote.

Below are a few popular requests that you might be interested in:

<details>

<summary>Do you integrate with WhatsApp?</summary>

If your WhatsApp is connected to your helpdesk, we can likely integrate with it via the helpdesk. To confirm, please let us know whether you have connected WhatsApp to a helpdesk and what that platform is.

</details>

<details>

<summary>Do you integrate with N8N?</summary>

At the moment, we do not have a default integration with n8n. However, it’s possible you could use our custom API add-on to enable this integration (see our [Custom Actions/APIs](/legacy/integrations/new-or-custom-integration/custom-actions-apis.md) page for more details), or we could build a custom integration for you. For more details, please send through a description of what kind of integration you’re looking for and the use cases.

</details>

<details>

<summary>Do you integrate with social channels like Facebook, Instagram, Meta messenger and other social messaging or commenting platforms?</summary>

At the moment, we do not have a default AI Agent integration with social channels. However, it’s possible that if your social messages are coming through to a helpdesk platform you can use our helpdesk integration to reply automatically and handle them there. Please let us know if you want to handle your social messages or comments via a helpdesk, and we can discuss your options.

You can use our [Copilot](/legacy/products/ai-copilot.md) tools to help handle social channel conversations.

</details>


---

# 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.eesel.ai/legacy/integrations/new-or-custom-integration.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.
