> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/telecom-references/other-pages/user-status-and-access.md).

# User Status and Access

\*\*\*Applies to version(s): v2.8, v2.9, v2.10, v3.0\*\*\*

There are muliple ways to verify user access. This article illustrates how to determine with which name you are logged in, as well as how to view a history of user log-on activity. This is done from the Welcome page and the Navigation panel.

#### Welcome Page

The user name that you used to log on to the system is displayed in the upper right-hand corner of every Web Portal window.

![StatusUser 0](https://docs.telcobridges.com/w/images/c/cc/StatusUser_0.png)

#### Navigation Panel

**To view a list of the user's who have logged on to the system:**

1- Click **Logs** in the navigation panel.

![StatusUser 1](https://docs.telcobridges.com/w/images/f/fb/StatusUser_1.png)

2- Enter **login** in the **what** filter field.

* Click **Apply**

![StatusUser 2](https://docs.telcobridges.com/w/images/0/0e/StatusUser_2.png)

A listing of the users who have recently logged on to the system is displayed.

![StatusUser 3](https://docs.telcobridges.com/w/images/3/3c/StatusUser_3.png)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://prosbcdocs.telcobridges.com/telecom-references/other-pages/user-status-and-access.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
