> ## 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.

# Machines

Machines are entities managed within Nayax Core that represent physical vending equipment. Machines interact with other system components, such as operators and devices, to perform tasks, and their details can be accessed or modified using Lynx API.

This section contains guides to help you manage machines through Lynx API. Below is a list of the available guides:

<Columns cols={2}>
  <Card icon="circle-plus" title="Create New Machine" href="/docs/manage-data-operations/lynx-api/machines/create-new-machine-guides">
    Create a new machine in Nayax Core through the UI or programmatically via a Lynx API POST request.
  </Card>

  <Card icon="circle-info" title="Retrieve Machine Information" href="/docs/manage-data-operations/lynx-api/machines/retrieve-machine-information">
    View and query machine attributes such as operator, model, ID, and status via Nayax Core or Lynx API.
  </Card>

  <Card icon="receipt" title="Get Machine's Last Sales" href="/docs/manage-data-operations/lynx-api/machines/getting-a-machines-last-sales">
    Retrieve the most recent transactions for a specific machine via the UI or a Lynx API GET request.
  </Card>

  <Card icon="fingerprint" title="Get Monyx ID" href="/docs/manage-data-operations/lynx-api/machines/get-monyx-id">
    Look up a machine's Monyx ID using a Lynx API GET request.
  </Card>

  <Card icon="sliders" title="Machine Attributes" href="/docs/manage-data-operations/lynx-api/machines/updating-a-machines-attribute">
    Update machine attributes individually or in bulk via Lynx API endpoints.
  </Card>

  <Card icon="barcode" title="Getting a Machine's ID by the Device's ID" href="/docs/manage-data-operations/lynx-api/machines/getting-a-machines-id-by-the-devices-serial-number">
    Resolve a machine's ID from its paired device's serial number using a Lynx API GET request.
  </Card>
</Columns>
