# social.plus Console

The SDK comes alongside a specialized social.plus Console that acts as a dashboard where administrators will be able to observe and control data belonging to their network. The SP Console provides a variety of moderation features and customizable settings for you to use to moderate your applications.

To access the console, you will need an [SP Portal](https://portal.amity.co) account.

## Accessing social.plus console

First, navigate to the console for your application by clicking on the "**Go to console**" button on the "**My Applications**" Screen of your SP Portal.

![My Applications Screen](/files/RU17Y8IyLEi7V2t6fRKT)

### Getting your API Key

You can see the API key - that you'll need to connect to the client - under the "**Settings/ Security**" section of the console, as pictured below.

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

## Moderation via API

Many of the moderation functions supported in SP Console's UI interface are exposed as APIs accessible with an Admin Access Token. If you would like to moderate some features this way instead of using the console, please refer to the[ **social.plus API documentation**](/analytics-and-moderation/social+-apis-and-services.md).


---

# 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/console.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.
