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

# Download SDK

> Download the Zyntex SDK for Roblox

## Installation methods

<AccordionGroup>
  <Accordion title="Download the plugin" icon="puzzle-piece">
    <p>
      We offer a <strong>[Roblox Studio plugin](https://create.roblox.com/store/asset/98092521496466/Zyntex)</strong> to easily integrate Zyntex into your game. The plugin allows you to install the SDK and upgrade it to the latest version.\
      You can choose to install the plugin directly from the Roblox website or download it as a .rbxm file and import it into Roblox Studio.\
      Ensure that the plugin has HTTP Requests and Script Injection permissions enabled to function correctly.
    </p>
  </Accordion>

  <Accordion title="Direct download" icon="download">
    <p>
      [Click here](https://api.zyntex.dev/roblox/sdk) to begin the download of the latest Zyntex SDK version.
    </p>
  </Accordion>

  <Accordion title="GitHub repository releases" icon="github">
    <p>
      You can also find the Zyntex SDK on our [GitHub repository](https://github.com/delucted/zyntex-sdk/releases). We regularly release updates and new versions there, so you can always find the latest SDK version or previous versions if needed.
    </p>
  </Accordion>
</AccordionGroup>

## Module placement

After your download, you will need to place the Zyntex module in your game. The recommended location is in the <code>ServerScriptService</code>.
This ensures that the module is accessible to your server scripts and can be used to log events, create custom logs, and moderate your player base.
