# Getting Started

## Accessing the social.plus Portal

social.plus Portal provides three different sign-in options to cater to your organization's needs and preferences. These options are designed to provide convenience and security for users accessing the portal. You can access the sign-in page by navigating to the following URL: <https://portal.amity.co/login>

<figure><img src="/files/MwnjWMCIf7bvHTesjr5z" alt=""><figcaption></figcaption></figure>

The following are the three signing-in options available:

### Sign in with Email and Password

This is the most straightforward method of signing in to the social.plus Portal. You can simply enter your registered email address and password to access your account.

### Sign in with Google

To make the sign-in process faster and more convenient, you can also sign in to the social.plus Portal using your Google account. By clicking on the "Sign in with Google" option, you'll be redirected to a Google sign-in page. After entering your Google credentials, you'll be signed in to the social.plus Portal. If you do not have a registered account yet, once you sign in with Google, it will navigate you to the organization setup page.

### Sign in with SSO SAML

For enhanced security and seamless access, the social.plus Portal also supports Single Sign-On (SSO) with Security Assertion Markup Language (SAML) integration. To enable SSO SAML for your organization, follow these steps:

1. Contact the social.plus support team.
2. Provide the necessary information required for SSO SAML setup, such as whether you want all users in your organization to have SSO access or only specific users to be whitelisted.
3. Setup SSO SAML Integration on your side with the following steps:
   1. Set the SAML Response URL in your IDP to <https://amity-portal-prod-auth.amity.co/saml2/idpresponse>
   2. Set Audience Restriction to urn:amazon:cognito:sp:eu-central-1\_gcJoCA15K
   3. Field mapping Map email from your system to <http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress>
4. Once you are eligible to sign in with SSO SAML, click on the "Sign in with SSO" option on the sign-in page.
5. Enter your organization domain and social.plus Portal will navigate you to the dedicated SSO authentication page.

<figure><img src="/files/2CLaAb7b2x78V2oPVn7r" alt=""><figcaption></figcaption></figure>

After enabling SSO SAML, you will notice the following changes:

1. Existing social.plus Portal users will be migrated to the SSO user, providing a seamless transition to SSO
2. Any new users who log in through your Single-Sign-On page will automatically be provisioned in the social.plus system, granting access to both the social.plus Portal and the social.plus Console.
3. The ability to create admin users in the social.plus Console will be disabled. This is done to ensure that all user logins are consolidated into your Single-Sign-On system, providing a more secure and streamlined login process.

{% hint style="info" %}
If you created admin users in the social.plus Console before enabling SSO SAML, they will remain usable even after integration. However, if you want to restrict direct sign-in, we recommend deleting these admin users before activating SSO SAML integration to ensure that only SSO users can access the system.
{% 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.social.plus/analytics-and-moderation/social+-portal/getting-started.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.
