> For the complete documentation index, see [llms.txt](https://docs.payerset.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payerset.com/using-the-payerset-platform/training-and-onboarding/home-screen.md).

# Home Screen

The home screen serves as your starting point for creating new analyses and revisiting any saved analyses you've previously created. If this is your first time logging in, you will be prompted to create a new analysis.

On the home screen, you will also find information about your saved analyses, including the Payers, NPIs, and Billing Codes you selected. Hover over any tag to view the complete list of your selections.

To open an existing analysis, simply click on it. This will allow you to explore the associated data. If you're looking for a specific analysis you’ve created in the past, you can also use the search function. (Tip: Remember to press Enter after typing your search terms.)

<figure><img src="/files/DY96CaDQM7ceN4tyz9rq" alt=""><figcaption><p>Home Screen</p></figcaption></figure>

{% hint style="info" %}
To get back to the home screen at any time, click the Payerset logo in the top left corner.
{% endhint %}

\
You can also modify your account settings, like changing your email address, display name, and password, by clicking the avatar in the top right corner and selecting "Account"

<figure><img src="/files/qEeveJRHsskXQ6ieQk5s" alt=""><figcaption><p>Profile</p></figcaption></figure>

{% hint style="info" %}
You can collapse the left-hand navigation at any time using the tray icon to the right of the Payerset logo.
{% endhint %}

But enough of the intro, to get started, let's create our first analysis using the Rate Comparison Tool!


---

# 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://docs.payerset.com/using-the-payerset-platform/training-and-onboarding/home-screen.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.
