> 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/guided-walkthroughs/integration-specific-walkthroughs/how-to-use-integrations.md).

# How To Use Integrations

Order Desk builds integrations to a wide variety of services, apps, suppliers, websites, and tools to help data flow securely between them. While it isn’t necessary to have integrations to use Order Desk, it does make order fulfillment quite a bit easier. If you’re planning to use any integrations, please enable them in your store before beginning this tutorial.

**IMPORTANT**

Many integrations have an option to download or submit orders automatically. It’s best to leave that setting disabled until you are familiar with Order Desk. You can still download, move and submit orders manually until you are ready to automate your store.

### Watch and Learn

For a quick visual explanation of how integrations function on Order Desk, check out the following video:

{% embed url="<https://player.vimeo.com/video/604143848?color&amp;autopause=0&amp;loop=0&amp;muted=0&amp;title=1&amp;portrait=1&amp;byline=1#t=>" %}

To connect to an integration, begin by navigating to Manage Integrations under the Integrations section in your store’s sidebar.

[![](/files/n8NNRK1cUJcSUWQDyp5L)](https://github.com/Lippins/v2-kb-backup/tree/main/.gitbook/assets/legacy-cdfc177b6088977a569d.png)

On the Manage Integrations page, select the integration you’d like to enable and follow the on-screen prompts to begin the connection:

[![](/files/YF1g87lxhiXvtqFXvudf)](https://github.com/Lippins/v2-kb-backup/tree/main/.gitbook/assets/legacy-4fc1a5863c3b07039a49.png)

Some services support a one-click connection through *OAuth*, while others will require you to manually add your credentials.

Each connected service requires its own unique connection credentials. If you’re having trouble finding them then you’ll need to contact the service you’re working with directly, as the Order Desk team does not have access to your third-party accounts. Many of our guides also provide suggestions on where to find credentials for popular services we integrate with.

### New integrations

We’ve built to hundreds of services already, but that doesn’t mean we’re done! If you’d like to submit a request for us to build a new integration, please fill out [this form](https://www.orderdesk.com/requests/). A member of our integrations team will follow up with you about it once your request has been reviewed.

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

When choosing a new integration to build, we typically ask ourselves the following questions:

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

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

All integrations built by Order Desk are meant to be visible to anyone who needs them. If you need Order Desk to connect to a private service, we invite you to build one of your own using [our public 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/guided-walkthroughs/integration-specific-walkthroughs/how-to-use-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.
