# Builder Support

### New Partners

Interested in integrating the Lombard SDK?

→ **Reach out to our team** via [**Discord**](https://discord.com/invite/2HG7G69twc) or email [**partnerships@lombard.finance**](mailto:partnerships@lombard.finance)

***

### Current Partners

#### Dedicated Partner Slack Channel

Every SDK partner gets a dedicated Slack channel with direct access to the Lombard team. This is your primary support channel for all integration-related questions.

→ To set up your partner channel, contact us on Discord with your email and we'll create a dedicated Slack channel for your team.

→ For any issues (urgent or general queries), please post in your partner Slack channel, and our team will do our best to respond immediately.

#### What to Include When Asking for Help

To help us resolve your issue quickly, please include:

* **SDK version:** The `@lombard.finance/sdk` version from your `package.json`
* **Environment:** Testnet (Sepolia, Holesky) or Mainnet
* **Asset:** BTC.b, LBTC or Both
* **Chain/Network:** e.g., Ethereum, Base, Solana, Sui, Starknet
* **Action being performed:** e.g., stake, unstake, deposit, claim
* **Full error message:** The complete error, including any error codes
* **Steps to reproduce:** What sequence of actions triggers the issue
* **Wallet type:** e.g., MetaMask, Phantom, Ledger
* **Code snippet:** The relevant portion of your integration code (if applicable)
* **Transaction hash:** If the issue involves a failed or stuck transaction

The more context you provide upfront, the faster we can identify and resolve the issue.


---

# Agent Instructions: 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:

```
GET https://docs.lombard.finance/build/the-lombard-sdk/builder-support.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
