# Subscriber Self-Sign Up

To view how to setup the VAULT shopping cart, click [here](/network-administrator-console/network-operator-settings/shopping-cart.md).

### What is the Shopping Cart?

The shopping cart allows subscribers to sign up for and modify their service via a self-service sign up flow. **The shopping cart supports both paid and free service plans**.

Subscribers navigate to the shopping cart via your unique network operator URL/finddeals. For example, [www.roamingiq.com/finddeals](http://www.roamingiq.com/finddeals). From there, subscribers complete a basic shopping cart sign up flow;

1. The subscriber selects their venue

<figure><img src="/files/u9QPpOdHRFMmpqK5Dtlx" alt="" width="351"><figcaption></figcaption></figure>

2. The subscriber provides basic user information including;
   1. E-mail Address
   2. First and Last Name
   3. Phone Number
   4. Unit
   5. Service Start Date
3. Next, VAULT will display the available [service plans](/network-administrator-console/creating-a-new-venue/add-and-remove-service-plans-to-venue.md), and pricing if applicable.

<figure><img src="/files/2ja4KqdObO7MdTz2EbgZ" alt="" width="170"><figcaption></figcaption></figure>

4. If you have enabled [FCC Broadband Labels](/network-administrator-console/network-operator-settings/fcc-broadband-labels.md), the next page will display the label. If you do not have FCC Broadband Labels enabled for the venue, the user will be taken directly to step 5.<br>

   <figure><img src="/files/rGiJneLML0rd9blTjYBi" alt="" width="188"><figcaption></figcaption></figure>
5. Next, VAULT will ask the user to confirm their information.
6. The next step depends on if the user is signing up for a paid plan or a free service plan.

   Paid Plan: If the user is signing up for a paid plan, they will be asked to enter their credit card information. This information is sent directly to Stripe. VAULT does not store or process the subscriber's credit card information.

   <figure><img src="/files/clVJSH1XkmwnKCq94A3V" alt="" width="178"><figcaption></figcaption></figure>

   Free Plan: If the user is signing up for a free plan, they will be asked to perform an SMS verification.

   <figure><img src="/files/VbfLYzgkttCPimlTA8Hq" alt="" width="179"><figcaption></figcaption></figure>
7. The user will receive their confirmation and welcome e-mail, and be invited to [complete their account setup](/subscriber-console/subscriber-account-activation.md).


---

# 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.roamingiq.com/subscriber-console/subscriber-self-sign-up.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.
