# How does it work?

{% hint style="info" %}

#### Need Help? Join our [Discord](https://discord.ivs.dev/).

{% endhint %}

#### What We Handle Automatically

When you purchase the Admin Panel through [Tebex](https://store.ivs.dev/category/admin), we automatically:

* Deploy your panel — your panel is set up and ready to use
* Send you an email with your panel URL and setup instructions

{% hint style="warning" %}
Check your spam folder if you don't see the email.
{% endhint %}

#### What You Need to Do

1. Download the Admin Panel resource
   1. Go to the [CFX Portal](https://portal.cfx.re/)
   2. Download the `Innovative Studios - Admin Panel - Managed Hosting` resource from your granted assets.
2. Install the required resources

   1. Install `ivs_adminpanel` (the resource you downloaded)
   2. Run the `FRESH_SQL.sql` from the package you downloaded from [CFX Portal](https://portal.cfx.re/).
   3. Install `httpmanager` from: <https://github.com/kibook/httpmanager>
   4. Add both to your `server.cfg`

   ```
    start httpmanager
    start ivs_adminpanel
   ```
3. Complete the setup
   1. Use the panel URL from your email
   2. Follow the setup wizard to configure your panel.

That's it. Once installed, your panel will connect to your server automatically.

***

Note: If you didn't receive the email, check your spam folder. The email contains your unique panel URL and setup instructions.


---

# 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://docs.ivs.dev/resources/admin-panel/how-does-it-work.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.
