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

# Build with AI on Nayax

> Bring AI assistants into your Nayax integration with the MCP server for live documentation access and agent skills for guided API workflows.

The Nayax DevZone gives your AI assistant two ways to help you build: the
MCP server and agent skills. Use either on its own, or combine them for the
best results.

## How they compare

Both options make your AI assistant more accurate about Nayax, but they
work differently:

| Tool         | What it does                                                                   | Best when                                                               |
| ------------ | ------------------------------------------------------------------------------ | ----------------------------------------------------------------------- |
| MCP server   | Lets your assistant search and read the full developer portal in real time     | You want accurate answers about any Nayax API, SDK, or integration flow |
| Agent skills | Packages curated workflow knowledge for one API area, including known pitfalls | You want your agent to write correct integration code for that area     |

## Get started

Pick a setup guide to connect your tools:

<CardGroup cols={2}>
  <Card title="Connect to the Nayax MCP Server" icon="robot" href="/docs/get-started/mcp-setup">
    Give your AI assistant live search access to the full developer portal.
  </Card>

  <Card title="Use Nayax Agent Skills" icon="wand-magic-sparkles" href="/docs/get-started/agent-skills">
    Install skills that guide your agent through Nayax API integrations.
  </Card>
</CardGroup>
