> ## Documentation Index
> Fetch the complete documentation index at: https://unevenlabs-ted-add-sdk-methods.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

export const SdkRecommendWarning = ({sdkLink}) => <Warning>
We recommend using the SDK over our APIs. The SDK will iterate the steps and return useful callback information. The APIs will require iterating through the <a href="/references/api/step-execution">steps</a> manually.<br />
{sdkLink ? <b style={{
  marginTop: "10px",
  display: "block"
}}>Get started with the Relay SDK <a href="/references/sdk/getting-started">here</a>.</b> : null}
</Warning>;

Relay offers developer tools with our SDK and APIs. This tooling allows you to embed instant bridging & cross-chain execution to your app.

<SdkRecommendWarning />

<Card title="@reservoir0x/relay-sdk" icon="screwdriver-wrench" href="/references/sdk/getting-started">
  For a smooth streamlined experience with any TypeScript/JavaScript project. To
  be used on either the server (Node.js) or the browser.
</Card>

<Card title="Relay API" icon="server" href="/references/api/get-chains">
  Integrate with the raw underlying API which powers the SDK. Look up
  transaction statuses, execute cross-chain actions, and more.
</Card>
