> For the complete documentation index, see [llms.txt](https://auxvyn.gitbook.io/auxvyn-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://auxvyn.gitbook.io/auxvyn-docs/what-is-auxvyn.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
