# Portal Experience

## Login

Users will login to the portal by visiting the domain listed at the top of the portal settings page. By default, login is via. a one-time code sent to their email. This allows users to not have to create an account with Pylon to have access to your portal and validates they have access to their email when attempting to login.

Using [Custom Authentication](https://docs.usepylon.com/pylon-docs/customer-portal/custom-authentication), you can create a unified login between your dashboard and the customer portal.

If users are part of multiple accounts, they will be able to select their workspace after logging in.

<figure><img src="https://982123570-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9hXBoCTTNw5flARlUVJf%2Fuploads%2FBkfme2F9oP5MUisPHqGI%2Fimage%20(3).png?alt=media&#x26;token=5af958fd-050c-4d0f-81a5-94506c117de2" alt="" width="330"><figcaption></figcaption></figure>

## View Tickets

Customers can view and search for tickets from the main page of the portal. By default, they will see the last 1 years worth of tickets. Any fields on the ticket you designated in the portal settings page will be visible as well

<figure><img src="https://982123570-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9hXBoCTTNw5flARlUVJf%2Fuploads%2F9QtDFwjSiu9LCpDh9ADG%2FCleanShot%202024-10-19%20at%2021.17.35%402x.png?alt=media&#x26;token=3849c74b-045e-42ae-a194-81e731a8462d" alt=""><figcaption></figcaption></figure>

## Create Tickets

You can create [Ticket Forms](https://docs.usepylon.com/pylon-docs/support-workflows/ticket-forms) that users can submit from directly within the portal. These form submissions open new tickets and are immediately visible in the portal, along with the customers' remaining tickets.

<figure><img src="https://982123570-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9hXBoCTTNw5flARlUVJf%2Fuploads%2FGhBlQ4maFi5nAcfsnOtb%2FCleanShot%202024-10-19%20at%2021.48.13%402x.png?alt=media&#x26;token=28706594-2dc6-46a2-9245-f0d990e74549" alt="" width="375"><figcaption></figcaption></figure>

Users can then click into tickets to respond to them directly, see latest updates from their other teammates or your team, and modify designated fields.

## Manage Members

[Admins](https://docs.usepylon.com/pylon-docs/access-control#admin) are also able to use the members tab in the portal to view who on their team has access to the portal, change permissions, and invite additional stakeholders into the portal.


---

# 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.usepylon.com/pylon-docs/customer-portal/portal-experience.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.
