# Portal

## Portal

ClearFeed Portal allows end users to file tickets, track status, and respond to support conversations through a web interface.

Tickets submitted through the portal are automatically created in ClearFeed and routed to Slack, where agents can continue working from the Triage channel or the ClearFeed WebApp. Agent replies sync back to the portal, keeping both sides in sync.

## Types of Portals

ClearFeed supports two portal experiences:

* **Customer Portal** for **External Helpdesk** accounts:
  * Allows customers configured in the Web App to submit tickets through a portal web interface.
  * The allowed domains, access controls and user roles are all configurable for each customer.
* **Employee Portal** for **Internal Helpdesk** accounts:
  * Allow employees to submit tickets through a portal web interface.
  * The allowed domains are derived from the account's configured domains, but access can also be restricted to specific users.

Refer to the [portal setup page](/clearfeed-help-center/sources/portal.md) for a detailed explanation.

### How the Portal Works

You can share the portal link with the people who need to raise requests through a web interface. You can find the link by going to **Settings -> Portal Setup**.

Portal users can sign in using:

* Google Sign-In
* Microsoft Sign-In
* Email magic link

### What Portal Users Can Do

* File new tickets using configured forms
* View tickets/filter tickets - whether they can view all tickets or only their own will depend on the portal type and user role.<br>

  <figure><img src="/files/gkOozmZb8rIQ6YCf9nO3" alt="" width="563"><figcaption></figcaption></figure>
* Track ticket status and updates<br>
* Reply to tickets and continue conversations<br>

  <figure><img src="/files/i0ZW6HN3xKLu2BAAMQHt" alt="" width="375"><figcaption></figcaption></figure>
* Export tickets from the portal<br>

  <figure><img src="/files/wE0nzJFMoISzHlM92H9E" alt="" width="447"><figcaption></figcaption></figure>
* Tag support team members who are ClearFeed users when replying to a ticket, ensuring the right people are notified.<br>

  <figure><img src="/files/6uhFRjFKcLcWBeE8xRUI" alt="" width="563"><figcaption></figcaption></figure>

**What Happens When a Portal User Submits a Ticket**

When a user submits a ticket through the portal:

* A ticket is created in ClearFeed
* A new ticket appears in your **Triage Slack channel**
* The ticket is routed to the dedicated Slack channel configured for that customer (in case of Customer Portal).
* Team members can respond directly from the Slack thread or the ClearFeed WebApp
* Agent replies sync back to the portal user and the portal user also receives updates via email.

{% hint style="info" %}
**Note:**

By default, all outgoing emails are sent from your configured custom email address.

Important:

* Emails sent using the custom email address will not be threaded in the recipient’s inbox.
* Each outgoing email always includes the last 5 messages from the conversation as context.
  {% endhint %}


---

# 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.clearfeed.ai/clearfeed-help-center/how-it-works/creating-or-linking-tickets/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.
