> ## Documentation Index
> Fetch the complete documentation index at: https://developer.nomba.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AI Tools Overview

> Use AI coding assistants to integrate Nomba APIs faster

AI coding assistants can help you build Nomba integrations faster by understanding the API docs, generating boilerplate code, and answering questions about specific endpoints.

This section shows you how to connect your favorite AI coding tool to the Nomba developer documentation so it has full context when you're writing code.

<CardGroup cols={3}>
  <Card title="Claude Code" icon="asterisk" href="/developer-resources/ai-tools/claude-code">
    Use Claude Code with the Nomba skill for AI-assisted integration
  </Card>

  <Card title="Cursor" icon="arrow-pointer" href="/developer-resources/ai-tools/cursor">
    Add Nomba docs as a context source in Cursor
  </Card>

  <Card title="Windsurf" icon="wind" href="/developer-resources/ai-tools/windsurf">
    Integrate Nomba docs into Windsurf for in-editor help
  </Card>
</CardGroup>

## Why use AI tools with Nomba docs?

* **Faster integration** — Generate authentication flows, transfer requests, and webhook handlers without reading through every page
* **Contextual answers** — Ask "how do I handle a PENDING\_BILLING status?" and get answers grounded in the actual API behavior
* **Code in your language** — Get working examples in Node.js, Python, Go, or whatever your stack uses
* **LLM-ready content** — Every page on this site can be copied as Markdown via the **Copy** button in the top right, making it easy to paste into any AI tool
