> For the complete documentation index, see [llms.txt](https://docs.swapper.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swapper.finance/resources/support.md).

# Support & Links

## Getting started

* [**Quick Start**](/getting-started/quick-start.md) — a working embed in five minutes.
* [**Choosing an Integration**](/widget-integration/choosing-an-integration.md) — pick the right approach for your stack.

## Getting help

Support is on **Discord**. [Join the Swapper Discord](https://discord.gg/y8eevERxBz) and **open a ticket** to reach the team — for an `integratorId`, to set or change your webhook URL or signing secret, or for help with a specific deposit.

## Get an `integratorId`

Every integration is tied to a registered integrator id, which also links your [webhook](/tracking-deposits/webhooks.md) endpoint and signing secret. To request one — or to set/change your webhook URL or receive your secret — open a ticket in [Discord](https://discord.gg/y8eevERxBz).

## Contacting support

When you open a ticket about a specific deposit, include as much of the following as you have so we can find it fast:

* your **`integratorId`**;
* the webhook **`eventId`** (if applicable);
* the **`deposit.id`**;
* the relevant **tx hash** — `depositTxHash`, `txHash`, or a `fundingTxs` entry;
* for smart-wallet issues: the **`authorizationId`**, **`executionId`**, and **`smartWalletAddress`**;
* the **`error.id`** from any error you received;
* a rough **timestamp** and your endpoint URL.

## Packages

| Package                                                                                      | Purpose                                                                                                                  |
| -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| [`@swapper-finance/deposit-sdk`](https://www.npmjs.com/package/@swapper-finance/deposit-sdk) | Iframe SDK — the integration package (iframe, modal, inline embed). See [Iframe SDK](/widget-integration/iframe-sdk.md). |

## Hosts

| Thing       | Host                               |
| ----------- | ---------------------------------- |
| Widget host | `https://deposit.swapper.finance/` |

## Reference

* [**Configuration Reference**](/widget-integration/configuration.md) — every widget option.
* [**Widget Events**](/tracking-deposits/widget-events.md) — browser-side notifications.
* [**Webhooks**](/tracking-deposits/webhooks.md) — server-side notifications.
* [**Glossary**](/getting-started/glossary.md) — every term in one place.
