> ## Documentation Index
> Fetch the complete documentation index at: https://api-doc.xmenu.it/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Welcome to the xMenu API documentation

<img src="https://mintcdn.com/xmenu/d7AzRPH8rACBl6-3/images/phone-hero.webp?fit=max&auto=format&n=d7AzRPH8rACBl6-3&q=85&s=8aff25c1cb0d600ed4baae7a20c6cc1b" alt="xMenu App" style={{ maxWidth: '300px', margin: '0 auto', display: 'block' }} width="2672" height="3195" data-path="images/phone-hero.webp" />

Welcome to the xMenu API documentation, the complete platform for managing online orders, digital menus, and notifications for your restaurant.

The xMenu APIs allow you to integrate your management system with the xMenu platform to:

<CardGroup cols={2}>
  <Card title="Order management" icon="cart-shopping" iconType="duotone" color="#e02827">
    Receive, confirm, and manage orders in real-time via webhooks and REST APIs
  </Card>

  <Card title="Menu and catalog" icon="utensils" iconType="duotone" color="#f04040">
    Import and sync categories, products, prices, and availability
  </Card>

  <Card title="Push notifications" icon="bell" iconType="duotone" color="#c02020">
    Send personalized notifications to your app customers
  </Card>

  <Card title="Customer registry" icon="users" iconType="duotone" color="#e02827">
    View and manage your customer information
  </Card>
</CardGroup>

## Get started

This documentation will guide you through all available endpoints, data formats, authentication, and best practices for a secure and effective integration.

<CardGroup cols={2}>
  <Card title="API settings" icon="gear" href="/docs/en/overview/api-settings">
    Learn how to enable and configure API access
  </Card>

  <Card title="Authentication" icon="key" href="/docs/en/overview/authentication">
    Learn how to authenticate your requests
  </Card>
</CardGroup>
