# Guide for Console

The console allows you to manage all your active Proud services from a single console. You can start using all services for free with a simple registration.

### How to start

After registering for a free account, log in using your ID and password.

<figure><img src="/files/o65Ckymy7ocpfkLDe82K" alt=""><figcaption><p>Login page</p></figcaption></figure>

### Main

<figure><img src="/files/Z8r6Nd9EGhPWblUwzIaY" alt=""><figcaption><p>Main page of the selected project</p></figcaption></figure>

**Project Settings**

Manage all of my projects here. You can view the account UUID and project UUID for each one.

**Project UUID**

It is UUID of the selected project. Add this UUID to the service SDK you downloaded.

**Selecting Project**

You can manage the selected project's dashboard, user list and Proud Service in the sidebar.

**Membership Upgrade**

Compare your current membership plan with other options and adjust it to better fit your needs.

<figure><img src="/files/Q062jOkYgiCXTnCdipy4" alt=""><figcaption><p>Common page</p></figcaption></figure>

**Main**

It is the main page of the selected project.

**Dashboard**

We provide a dashboard for viewing user data of your projects.

**User List**

You can view the unique IDs of ProudChat users, which you can use to authorize or revoke GM privileges.

**My Account**

You can check your account information, billing charges and usage details.

**Usage History**

You can view monthly billing details and usage by project.

**Payment management**

Manage the card registered for postpaid automatic payments and view the payment history.

**Customer Service**

Please use the Customer Service section to access announcements, personal inquiry, FAQs, terms of service and to submit any questions or report issues.

### Dashboard

<figure><img src="/files/ySNyWx5TzLwhUCdUPFzh" alt=""><figcaption><p>ProudChat Dashboard</p></figcaption></figure>

**Dashboard**

You can view data at a glance based on the services used in the selected project.

**Select Date**

You can search for data from one day before to a maximum of three months prior to the current date.

**Graph of Daily CCU**

You can easily view the maximum number of simultaneous users recorded per day for the selected project by specifying a date range and seeing it in a graph.

**Select Date Range**

Select a priod ranging from 7 days to 30 days to search for CCU data in chat.


---

# 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.proudnet.com/proudnet.eng/proud_service/guide-for-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.
