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

# Closed beta & invites

Magpie is in **closed beta**: the app is live at [magpie.gg](https://magpie.gg), but creating an account requires an **invite code**. We're deliberately keeping the door narrow while we harden the product with a group of real collectors — every tester's feedback lands directly with the people building it.

## Getting an invite

* Ask in our [**Discord**](https://discord.gg/Hj5RstMUU) — it's where codes circulate first, and where the team hangs out.
* Follow [X / Twitter](https://x.com/magpiedotgg) and [Instagram](https://www.instagram.com/magpiedotgg) — we drop invite waves there.
* Know a tester? Codes are single-use, but testers can request more for friends who'll actually use the app.

## Signing up

1. Open [magpie.gg](https://magpie.gg) → **Register**.
2. Enter your email, a password, and your **invite code**.
3. Confirm the one-time code we email you — done. Beta testers currently get the Pro features enabled for free while the beta lasts.

{% hint style="info" %}
**Install it like an app:** from the browser menu choose *Add to Home Screen*. Magpie is a PWA — no store, no updates to install, always current. One quirk worth knowing: after we ship an update, fully close and reopen the app to pick it up.
{% endhint %}

## What "beta" means here

Expect rough edges and fast fixes — often same-day. Error monitoring is on (crash reports carry technical context, never your collection), and your data is treated as production data: real backups, real deletion, real export. If something breaks or feels wrong, say it in Discord — the fastest way to shape the product.


---

# 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://docs.magpie.gg/getting-started/beta.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.
