# User Portal

Your store has two Portals

* Admin Portal
* User Portal

### Admin Portal

You can log in to your admin portal by visiting: <https://magicapi.app/> You users will not be able to login to the admin portal.

On the Admin portal, you can connect API Sources, create products, and basically manage your store.

### User Portal

User Portal is where your users will log in to Subscribe and interact with your published products.&#x20;

{% hint style="info" %}
To test your products, you can create a test account on your User Portal.
{% endhint %}

User Portal is hosted at \<api-store-slug>.magicapi.app. You can see the URL in the header in Admin Portal. Example: <https://demo.magicapi.app>


---

# 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.magicapi.com/overview/user-portal.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.
