> For the complete documentation index, see [llms.txt](https://help.instapayments.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.instapayments.io/user-portal-features/setting-up-your-user-portal.md).

# Setting Up Your User Portal

The InstaPayments user portal allows your customers to mange themselves saving you and your support team precious time.&#x20;

To set it up, all you need to do is go to your Dashboard and grab your User Portal Login Link.

![](/files/-Lm5Yauzn8o0GIGRvzt7)

This link will allow your existing Stripe customers to easily **login by verifying their email**. You can put this link anywhere your customers would go to manage their billing. (i.e. in an email, behind a button, in help desk articles etc.)

No additional work is needed by the customer once they click the link in the email sent to them. InstaPayments has logic in the backend that auto creates a user if it's their first time. While we give the option to login with a user name and password after their first time, a customer can always use the email verification method as a way to access the portal. &#x20;

![The form customers can enter their email on to get access to their Stripe Customer.](/files/-Lm5Z5tf8pxeTCAiCZ-Y)

The email they receive **will have your branding** like so:

![Email the user receives to access their account](/files/-Lm5_gS44i2S49PQYfHL)

We give the user access to the customers in Stripe that match their email address. Their access allows them to:

* See/pay past invoices
* Update their card on file
* See their next billing date
* Cancel/ Reactivate their Subscription (This can be toggled on and off.)


---

# 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:

```
GET https://help.instapayments.io/user-portal-features/setting-up-your-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.
