> 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.md).

# Using The Payerset Platform

- [Guides](https://docs.payerset.com/using-the-payerset-platform/training-and-onboarding.md): Payerset Rate Explorer Training & Onboarding Documentation
- [Getting Started](https://docs.payerset.com/using-the-payerset-platform/training-and-onboarding/getting-started.md)
- [Home Screen](https://docs.payerset.com/using-the-payerset-platform/training-and-onboarding/home-screen.md): Learn how to navigate the Home Screen (Analyses)
- [Creating a Rate Comparison](https://docs.payerset.com/using-the-payerset-platform/training-and-onboarding/creating-a-rate-comparison.md)
- [Creating a Fee Schedule](https://docs.payerset.com/using-the-payerset-platform/training-and-onboarding/creating-a-fee-schedule.md)
- [Analyzing your Rates](https://docs.payerset.com/using-the-payerset-platform/training-and-onboarding/analyzing-your-data.md): Learn how to use the analysis tools in Payerset
- [Hospital MRF - Standard Charges](https://docs.payerset.com/using-the-payerset-platform/training-and-onboarding/hospital-mrf-standard-charges-beta.md): Standard Charges - Hospital Price Transparency MRF Explorer.
- [Market Analysis - Analyzing Claims and Remits](https://docs.payerset.com/using-the-payerset-platform/training-and-onboarding/market-analysis-analyzing-claims-and-remits.md): The Market Analysis module combines claims & remittance data to explore real-world utilization at a detailed level.
- [Nonstandard Codes](https://docs.payerset.com/using-the-payerset-platform/training-and-onboarding/nonstandard-codes.md)
- [Data Dictionary](https://docs.payerset.com/using-the-payerset-platform/data-dictionary.md): The following fields are located at various places in the Payerset platform. Reach out to support@payerset.com with any questions or clarifications.
- [Payer Transparency](https://docs.payerset.com/using-the-payerset-platform/data-dictionary/payer-transparency.md): Data dictionary fields for payer transparency data in Payerset.
- [Hospital Transparency](https://docs.payerset.com/using-the-payerset-platform/data-dictionary/hospital-transparency.md): Data dictionary fields for hospital transparency data in Payerset.
- [Medicare Data](https://docs.payerset.com/using-the-payerset-platform/data-dictionary/medicare-data.md): Data dictionary fields for Medicare data in Payerset.
- [Medicare Inpatient Data](https://docs.payerset.com/using-the-payerset-platform/data-dictionary/medicare-data/medicare-inpatient-data.md): Data dictionary fields for Medicare inpatient data in Payerset.
- [Medicare Outpatient Data](https://docs.payerset.com/using-the-payerset-platform/data-dictionary/medicare-data/medicare-outpatient-data.md): Data dictionary fields for Medicare outpatient data in Payerset.
- [Medicare Inpatient Methodology](https://docs.payerset.com/using-the-payerset-platform/data-dictionary/medicare-data/medicare-inpatient-methodology.md): Below outlines the Payerset methodology for calculating Medicare Inpatient rates.
- [Claims Data](https://docs.payerset.com/using-the-payerset-platform/data-dictionary/claims-data.md): Data dictionary fields for claims data in Payerset.
- [Claims Projection Methodology](https://docs.payerset.com/using-the-payerset-platform/data-dictionary/claims-data/claims-projection-methodology.md): This is the methodology by which we project claims using multiple sources as detailed below.
- [Nonstandard Codes](https://docs.payerset.com/using-the-payerset-platform/data-dictionary/nonstandard-codes.md): Data dictionary fields for nonstandard codes in Payerset.
- [Release Notes](https://docs.payerset.com/using-the-payerset-platform/release-notes.md): Below you will find release notes for improvements and fixes for the Payerset Price Intelligence platform.


---

# 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.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.
