# 5.4.1. Home page

The home page is the first view the user sees after logging into GeoPrism Registry. It is organized in such a way that it allows users to:

1. Access each module by clicking on the corresponding module icons
2. Access each module from the burger menu
3. Access the settings from the burger menu
4. Switch locales for the interface
5. Access their own user information by clicking on the username next to the burger menu
6. Log out from the burger menu\\

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

The functionalities provided by GeoPrism Registry are organized in modules. The modules that a user has access to is determined by their role (see [section 5.3](https://github.com/terraframe/geoprism-registry-documentation/blob/main/readme/current/geoprism-registry-key-components/5.3-user-roles-and-their-rights)).

For example, the home page will look like this when accessed by a user having a Registry Contributor role:

![](/files/m2zFvAFyVpI47oV0SlWr)


---

# 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.geoprismregistry.com/readme/current-1/geoprism-registry-key-components/5.4-user-interface/5.4.1-home-page.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.
