# What is Auxvyn?

<figure><img src="/files/OfCp91r0Rp3SDEFym3iJ" alt=""><figcaption></figcaption></figure>

Auxvyn is a cloud data platform built specifically for Roblox developers. It gives you a real-time dashboard to store, view, and edit your players' data without writing a single line of backend code.

***

**The problem it solves**

Managing player data in Roblox usually means wrestling with DataStores, building your own admin tools, and having no visibility into what's actually happening in your game. Auxvyn replaces all of that with a hosted solution that works out of the box.

***

**What you can do with it**

* Store any player data coins, levels, inventory, settings, in the cloud with a single API call
* View and edit live player records directly from your browser
* Push data changes instantly to players in-game without restarting the server
* Invite team members with granular permissions to collaborate on your workspace
* Manage multiple games from one dashboard with separate workspaces

***

**How it works**

You add the Auxvyn Plugin to your game, call `Auxvyn.init()` with your API key, and start reading and writing data. Everything is stored securely in the cloud and accessible from your Auxvyn dashboard.

***

**Who it's for**

Auxvyn is built for Roblox developers who want professional grade data infrastructure without the overhead of building and maintaining it themselves. Whether you're running a small hobby project or a game with thousands of daily players, Auxvyn scales with you.

***

### What's Next


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://auxvyn.gitbook.io/auxvyn-docs/what-is-auxvyn.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
