> For the complete documentation index, see [llms.txt](https://academy.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.pentaho.com/pentaho-business-analytics/business-analytics/user-console.md).

# User Console

{% hint style="info" %}

#### Introduction

The Pentaho User Console is a web-based interface that serves as the main portal for business users to access and interact with Pentaho's business intelligence capabilities. It provides a centralized platform where users can view, schedule, and share reports, dashboards, and analytics content.&#x20;

The console features role-based security controls, allowing administrators to manage user access and permissions. Users can navigate through organized folders of content, execute reports on demand, set up automated report distribution, and interact with dynamic dashboards.&#x20;

The interface supports various content types including interactive reports, analysis views, and data visualizations, making it a key component of Pentaho's business intelligence suite for non-technical users to access and analyze business data.

In Pentaho 11 you have the option to switch to the new login screen which will redirect you to the new pentaho console.
{% endhint %}

**Pentaho 11**

<figure><img src="/files/aj539ZTkAKKZqqYaFqx7" alt=""><figcaption><p>NEW - Pentaho User Login</p></figcaption></figure>

***

{% embed url="<https://www.loom.com/share/31b64ef6661c42f99c2dcdbd6328266a?hideEmbedTopBar=true&hide_owner=true&hide_share=true&hide_title=true>" %}
Pentaho 10 User Console
{% endembed %}


---

# 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://academy.pentaho.com/pentaho-business-analytics/business-analytics/user-console.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.
