Service Portal Usage

From AgileApps Support Wiki
Revision as of 18:35, 13 May 2013 by imported>Aeric (Created page with "The Service Portal allows your customers to see cases they have filed, and track their progress. You can also allow Community interactions in the Service Portal, provide a Knowl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The Service Portal allows your customers to see cases they have filed, and track their progress. You can also allow Community interactions in the Service Portal, provide a Knowledge Base, or do both. (A Community is a place where users can ask questions and help each other. A Knowledge Base is a place where you can publish self-help articles. Customers can find publically available articles, while internal users have access to a broader set.) Setting up those features is quick and easy. This article shows you how, and tells you what you need to know to get started with them.

How Your Customers Use Your Service Portal

If customers are allowed to use the Service Portal without registering (an option you can configure) then they see service portal as a guest. Here\’s the interface that greets them when they arrive: ServicePortalGuestView.png In this case, both the Knowledge Base and Community features have been enabled (you\’ll learn how to do that in a moment), so there are tabs for both of those options. Registered portal users see an additional tab--the Cases tab, shown here: ServicePortalRegisteredUserView.png This tab lets them add new Cases and view Cases they have previously filed.

Configuring Your Service Portal

To configure the Service Portal, you start by selecting the features you want:

  1. Go to GearIcon.png > Channels > Service Portal

CustomizePortalOption.png

The Configure Service Portal page opens. File:ConfigureServicePortal.png"

  1. Under Portal Features:
    1. Click the Community checkbox to let users interact with each other
    2. Click the Knowledge Base checkbox to give users access to articles you\’ve published

CustomizePortalFeatures.png

  1. Next decide if you\’ll allow users to register themselves:

CasePortalRegistrationOption.png Self-registration is generally useful for business-to-consumer (B2C) support, where customers may have purchased your products through a retail channel. When customers visit your Service Portal, they can then login using their Facebook, Twitter, or Google ID--or they can create a new username and password at the portal site. For B2B support, this option is generally disabled. When it is, customers can register only when you send them an invitation.

  1. You can also upload a logo image and customize the Service Portal in other ways.

For more information, see: Branding ServiceDesk for your Organization. Note: For a complete list of Service Portal configuration options, see the Service Portal Settings. The remainder of this article tells you more about how to work with the Community and Knowledge Base features.

How an Agent Gets to the Service Portal

External users go directly to the Service Portal when they browse to your ServiceDesk URL on the web. There, they\’ll see the features you have configured. If they\’re registered users, they\’ll also be able to browse their cases. Agents and other internal users, on the other hand, go to the Agent Portal when they log in.

To get to the Service Portal from the Agent Portal:

  1. Click the down arrow next to your login name, and then click Goto Web Portal:

File:GotoWebPortal.png

(To get back, use the same process and choose Go to Agent Portal.)

  1. In the Support Portal, click the Knowledge Base or Community tab:

Community.png

(These tabs appear when they are enabled in the Service Portal configuration.)

Creating Categories

Categories help users to narrow their focus when searching or browsing for information. They can be featured in the Community page, the Knowledge Base, or both. When a user clicks on a category, they zoom into that subset of the community\’s messages and knowledge base articles. Initial categories for a community might include:

  1. Announcements
  2. General Questions
  3. Billing Questions

Initial categories for a knowledge base might include:

  1. Getting Started
  2. Tips and Tricks
  3. Troubleshooting

In both the Community pages and the Knowledge Base, categories are called topics. You can create a topic from either location. To create a new category:

  1. In the Community or Knowledge Base tab, click the New Topic button:

CommunityNewTopic.png

  1. To create a new top-level category, leave the Parent Topic blank.

To create a lower-level category, choose one of the existing topics as the parent.

CommunityNewTopicAdd.png

  1. Click Save.

Working with the Community

The community is a place where your customers can ask questions and get help from each other, as well as your support team.

Asking Questions

  1. In the Community tab, click Add Question

CommunityNewQuestion.png

  1. Fill in the subject and body, and select a topic for the question:

CommunityAskQuestion.png

  1. Click Save.

Answering Questions

When you view a question, click in the Post an Answer area to respond to it. CommunityAnswers.png Previous answers are shown below the response area. Registered users can vote on an answer to move it up or down in the rankings. (Comments are ordered by their rank first, and by date second.)

Discussion Options

Registered users can subscribe or unsubscribe from a discussion, while Case agents can convert the oringal question to case, to make sure it gets the attention it needs. CommunityDiscussionOptions.png

Working with the Knowledge Base

With the knowledge base, your support team can publish articles where customers can find them. Customers can then search for articles and browse the article categories, and your support team can send links to articles that answer common questions.

Adding an Article

  1. In the Knowledge Base tab, click New Article:

NewArticle.png

  1. Adding an article is a lot like adding a community question except that:
    1. You can tag the article with multiple topics.
    2. You can make it a Featured Article, so it\’s listed on the first page.
    3. If you don\’t make it Publicly Visible, it can be seen only by internal users.
    4. You can add attachments.

ArticleAdd.png

Adding a Picture to an Article

Images from anywhere on the web can be inserted into an article using the HTML <img> tag. A basic version of that tag looks like this: img alt="someImage.png" src="http://path/someImage.png" Note: The filename is typically put into the alt attribte to help with debugging, since that information appears only when the image can\’t be found.