> For the complete documentation index, see [llms.txt](https://help.orderdesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.orderdesk.com/start-here/getting-started-video-series/integrations-video.md).

# Integrations Video

Order Desk connects to hundreds of outside services, called integrations. When you use Order Desk to connect to the other services you use, Order Desk can communicate with them and act as the central hub where your orders can be managed. Watch this video for a brief introduction to connecting to an integration and using it within Order Desk.

{% embed url="<https://player.vimeo.com/video/604143848?dnt=1&amp;app_id=122963>" %}

<a href="/pages/WVCQ9cmiTyEoKSSxmBSi" class="button secondary" data-icon="arrow-left-long">Previous video</a><a href="/pages/7aN7tYAlSqmZ5YzAnvgN" class="button secondary" data-icon="arrow-right">Next video</a>

### FAQ

**Can you help me figure out why my credentials don’t work?**

Unfortunately this is not something Order Desk can help with as your integration credentials or login details are secure information created in or provided by another service.

The Order Desk team does not have access to your third party accounts and won’t have a way to know what your credentials should be. If you’re having trouble connecting to a service inside Order Desk, please contact that service for help with the credentials they have provided to you.

**I don’t understand the settings in the integration I’m using. Do you have a video to cover those?**

With so many integrations, and more being added all the time, we can’t make a video for each specific integration and the settings within it, however, look for our on your specific integration to learn more about what the settings do.

If the integration you use does not have a help guide or any settings are not covered in that guide, please contact Order Desk support for more information.

**Will you make an integration to a new service for me?**

To request a new integration, please fill out [this form](https://www.orderdesk.com/requests/), and someone from our integrations team will follow up with you about it soon.

**How do you decide what integrations to make?**

We keep track of every integration request we receive. However, we receive far more requests than we could ever build, so we have to take certain considerations into mind when deciding which integrations will be built.

* Is this integration technically feasible for our development team to build and support it?
* Will this integration benefit many Order Desk merchants or only a few?
* Is this an integration that is frequently requested?

**The service I want an integration for doesn’t have an API. What options do I have?**

You can still communicate with third parties from Order Desk using import and export templates. For more information, see the [How to Import a Spreadsheet](/guided-walkthroughs/templates-emails-and-order-documents/how-to-import-a-spreadsheet.md) and the [How to Build Export Templates](/guided-walkthroughs/templates-emails-and-order-documents/how-to-build-export-templates.md) guides.

**I need a private integration. Can you help?**

All integrations built by Order Desk are intended for everyone who uses Order Desk. While private integrations can work with the Order Desk app, it isn’t work our development team can take on since their priorities are to ensure that new features and integrations are benefiting all of our customers.

If you need a private integration, we invite you to build one of your own using [our API](broken://pages/acRxeXiEEk56fGX7v4W9).


---

# 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://help.orderdesk.com/start-here/getting-started-video-series/integrations-video.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.
