> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chronosphere.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Get started with Observability Platform

export const ServiceNavIcon = props => {
  return <svg viewBox="0 0 20 20" {...props} className="inline-block h-5 w-5 fill-current" aria-label="Services">
      <path d="M0 13.5463C0 13.3708 0.157997 13.2607 0.284979 13.3478L4.18974 16.0263C4.24909 16.067 4.28571 16.1427 4.28571 16.2248V19.7709C4.28571 19.9465 4.12772 20.0566 4.00074 19.9695L0.0959735 17.291C0.0366259 17.2503 0 17.1745 0 17.0925V13.5463Z" />
      <path d="M5.2381 16.2248C5.2381 16.1427 5.27472 16.067 5.33407 16.0263L9.23883 13.3478C9.36581 13.2607 9.52381 13.3708 9.52381 13.5463V17.0925C9.52381 17.1745 9.48718 17.2503 9.42784 17.291L5.52307 19.9695C5.39609 20.0566 5.2381 19.9465 5.2381 19.7709V16.2248Z" />
      <path d="M4.85641 15.0372L8.75079 12.3658C8.87876 12.2781 8.87876 12.0566 8.75079 11.9688L4.85641 9.29746C4.79785 9.25729 4.72596 9.25729 4.6674 9.29746L0.773017 11.9688C0.645052 12.0566 0.645052 12.2781 0.773016 12.3658L4.6674 15.0372C4.72596 15.0774 4.79785 15.0774 4.85641 15.0372Z" />
      <path d="M5.23804 4.279C5.23804 4.10344 5.39603 3.99337 5.52302 4.08048L9.42778 6.75893C9.48713 6.79964 9.52375 6.8754 9.52375 6.95746V10.5036C9.52375 10.6792 9.36575 10.7892 9.23877 10.7021L5.33401 8.02368C5.27466 7.98297 5.23804 7.90721 5.23804 7.82515V4.279Z" />
      <path d="M10.4761 6.95746C10.4761 6.8754 10.5128 6.79964 10.5721 6.75893L14.4769 4.08048C14.6039 3.99337 14.7618 4.10344 14.7618 4.279V7.82515C14.7618 7.9072 14.7252 7.98297 14.6659 8.02368L10.7611 10.7021C10.6341 10.7892 10.4761 10.6792 10.4761 10.5036V6.95746Z" />
      <path d="M10.0944 5.76985L13.9888 3.09851C14.1168 3.01073 14.1168 2.78924 13.9888 2.70147L10.0944 0.0301261C10.0359 -0.010042 9.964 -0.010042 9.90544 0.0301261L6.01105 2.70147C5.88309 2.78924 5.88309 3.01073 6.01105 3.09851L9.90544 5.76985C9.964 5.81002 10.0359 5.81002 10.0944 5.76985Z" />
      <path d="M10.4761 13.5463C10.4761 13.3708 10.6341 13.2607 10.7611 13.3478L14.6658 16.0263C14.7252 16.067 14.7618 16.1427 14.7618 16.2248V19.7709C14.7618 19.9465 14.6038 20.0566 14.4768 19.9695L10.572 17.291C10.5127 17.2503 10.4761 17.1745 10.4761 17.0925V13.5463Z" />
      <path d="M15.7142 16.2248C15.7142 16.1427 15.7508 16.067 15.8101 16.0263L19.7149 13.3478C19.8419 13.2607 19.9999 13.3708 19.9999 13.5463V17.0925C19.9999 17.1745 19.9633 17.2503 19.9039 17.291L15.9991 19.9695C15.8722 20.0566 15.7142 19.9465 15.7142 19.7709V16.2248Z" />
      <path d="M15.3325 15.0372L19.2269 12.3658C19.3548 12.2781 19.3548 12.0566 19.2269 11.9688L15.3325 9.29746C15.2739 9.25729 15.202 9.25729 15.1435 9.29746L11.2491 11.9688C11.1211 12.0566 11.1211 12.2781 11.2491 12.3658L15.1435 15.0372C15.202 15.0774 15.2739 15.0774 15.3325 15.0372Z" />
    </svg>;
};

To get started with Observability Platform:

```mermaid actions={false} theme={null}
flowchart LR
    A[Authenticate] --> B[Navigate] --> C[Observe] --> D[Investigate] --> E[Query] --> F[Visualize]
    click A href "/overview/authenticating"
    click B href "/navigate"
    click C href "/observe"
    click D href "/investigate/alerts"
    click E href "/investigate/querying"
    click F href "/observe/services"

classDef greenFill fill:#2fbf71,stroke-width:2px,color:#FFFFFF
class A,B,C,D,E,F greenFill;
```

* Open your browser, [authenticate](/overview/authenticating), and sign in.
* View your home page and [navigate](/observe/personal-homepage) directly to your
  favorite resources, or your most recently used ones.
* Locate dashboards to [observe](/observe) the health and performance of services
  that matter to your team.
* [Investigate](/investigate/alerts) monitors and [configure alerts](/investigate/alerts)
  to generate notifications about important data.
* [Query](/investigate/querying) telemetry data to search for trends, and help
  identify issues during on-call triage.
* Explore services to [visualize](/observe/services) queries and data visualizations
  related to services you care about.

## Administrators

Administrators and expert users are often the first adopters of observability
software. New users might not understand what they need to know, or how to find and
solve problems. Administrators can create helpful and curated experiences for
incoming developers and other users.

### Control access

Administrators know how their users are organized, including what teams they're on,
and who's responsible for what functions. Manage users, teams, and tokens to control
access to Observability Platform.

<Columns cols={1}>
  <Card horizontal icon="shield" title="Control access to Observability Platform" href="/administer" />
</Columns>

### Ingest telemetry data

At the same time, you need to ingest data to observe. Observability Platform ingests
metrics, traces, and logs, meeting a variety of telemetry coverage needs.

<Columns cols={1}>
  <Card horizontal icon="send" title="Send your telemetry data to Observability Platform for monitoring" href="/ingest" />
</Columns>

### Monitor telemetry data

After data is flowing to Observability Platform, create dashboards, alerts, and
services to monitor your data. Use alerts to make your DevOps and observability teams
aware of problems when they arise.

<Columns cols={1}>
  <Card horizontal icon="layout-dashboard" title="Use dashboards to customize detailed views into specific data" href="/observe/dashboards" />

  <Card horizontal icon="bell" title="Create alerts to generate and route notifications" href="/investigate/alerts" />

  <Card horizontal icon={<ServiceNavIcon />} title="Discover services for end to end views" href="/administer/service-discovery" />
</Columns>

### Control telemetry data

Take control of your telemetry data to keep costs predictable and manageable as your
business scales, and help teams manage their data effectively by reducing the amount
of available information. When you optimize your telemetry data, on-call engineers
can find the data they need to solve problems faster.

<Columns cols={1}>
  <Card horizontal icon="pocket-knife" title="Identify and eliminate telemetry data that isn't used" href="/control" />
</Columns>

## Developers

Troubleshooting issues can be time consuming and difficult when you don't know where
to start or how to find the data you need. Use [notebooks](/navigate/notebooks) to
gather panels and notes from dashboards, Logs Explorer, and other pages in one side
panel while you investigate.

### Query telemetry data

Query and analyze all of your data to help identify issues and determine which
services are causing latency. Use these capabilities in conjunction with monitors and
alerts during incident response when you're trying to identify the source of an
issue.

<Columns cols={1}>
  <Card horizontal icon="zoom-in" title="Investigate issues in your services and environment" href="/investigate" />
</Columns>

PromQL is a complex query language, and users don't necessarily want to spend time
learning it while they're solving problems. Use the Query Builder to reduce time
spent building PromQL queries.

<Columns cols={1}>
  <Card horizontal icon="search-code" title="Build PromQL queries faster" href="/investigate/querying/metrics/query-builder" />
</Columns>

### Observe telemetry data

Dashboards provide information about the telemetry and services important to you.
Your administrator might create dashboards for you, or you can create your own with
the data you need the most.

<Columns cols={1}>
  <Card horizontal icon="layout-dashboard" title="Customize detailed views into specific data" href="/observe/dashboards" />
</Columns>

Chronosphere Lens gives you visibility into the health and performance of your
applications by ingesting metrics, traces, logs, and change events that you can
observe using services, dashboards, and service level objectives (SLOs).

<Columns cols={1}>
  <Card horizontal icon="monitor" title="Gain visibility into your environments" href="/observe" />
</Columns>

### Integrate tools

Use the provided command-line interfaces, infrastructure as code tools, and APIs for
interacting with the Observability Platform and Telemetry Pipeline products. These
tools include Terraform, Chronoctl, and supported APIs.

<Columns cols={1}>
  <Card horizontal icon="bot" title="Interact programatically with Chronosphere" href="/tooling" />
</Columns>

Integrate your data and tools with Observability Platform. Configure the Chronosphere
MCP server and connect supported integrations to streamline the integration with
Observability Platform.

<Columns cols={1}>
  <Card horizontal icon="plug" title="Integrate data and tools" href="/integrate" />
</Columns>

### Configure resources

Mark resources as favorites to display them in your
[personal homepage](/observe/personal-homepage) so they're readily available whenever
you sign in.

<Columns cols={1}>
  <Card horizontal icon="star" title="Favorite consistently used resources for ease of navigation" href="/navigate/favorites" />
</Columns>

Some filters can follow you across pages as you dig into issues and narrow down where
problems lie. Use Pinned scopes if you have specific filters you need across multiple
pages.

<Columns cols={1}>
  <Card horizontal icon="telescope" title="Filter across pages with pinned scopes" href="/navigate/pinned-scopes" />
</Columns>
