---
title: Getting Started
description: Learn strategies for getting started with your new Datadog installation.
breadcrumbs: Docs > Administrator's Guide > Getting Started
---

# Getting Started

## Overview{% #overview %}

This Getting Started guide offers strategies for effectively implementing Datadog in your organization. Explore resources for assistance, Learning Center courses to deepen your knowledge, and instructions for setting up a test environment.

## Getting help{% #getting-help %}

### Self-service resources{% #self-service-resources %}

As you go along in this guide, you can refer to the following self-service resources:

- Datadog training courses.
- The Datadog [documentation](https://docs.datadoghq.com), especially the [Getting started](https://docs.datadoghq.com/getting_started) pages, to familiarize yourself with the platform further.
- The [Datadog UI](https://app.datadoghq.com), which provides in-context help, information on specific configuration fields, release notes, and other resources, click the `?` icon throughout the app, or the bottom of the product navigation.

{% image
   source="https://datadog-docs.imgix.net/images/administrators_guide/help_center.dabf86228a22b3045501379cc8c9a215.png?auto=format"
   alt="Screen shot of the help center in the Datadog UI" /%}

### File a support ticket{% #file-a-support-ticket %}

To get support when you've run into a problem:

- [**Datadog Support**](https://docs.datadoghq.com/help): Available to help with difficult issues, guide your installation, translate issues into local conditions, identify bugs, and log feature requests.
- [**Datadog Agent flare**](https://docs.datadoghq.com/agent/troubleshooting/send_a_flare/?tab=agent): This CLI tool automatically creates a new support ticket and sends a zipped file of redacted relevant log files, debug level settings, and local configs, to Datadog support, no login required. For information on how to use and send the flare to Datadog support, see [sending a flare](https://docs.datadoghq.com/agent/troubleshooting/send_a_flare/?tab=agent).
- [**Fleet Automation**](https://app.datadoghq.com/fleet): Allows remote flare generation from the Platform UI.

## Learn Datadog basics{% #learn-datadog-basics %}

Get up to speed with the parts of Datadog that are most important to your use case. Start by enrolling in our free [Learning Center](https://learn.datadoghq.com/) courses. Incorporate the following courses into your onboarding workflows:

**Getting started**:

- [Datadog Foundation](https://learn.datadoghq.com/courses/datadog-foundation)
- [Tagging Best Practices](https://learn.datadoghq.com/courses/tagging-best-practices)
- [Managing the Software Catalog](https://learn.datadoghq.com/courses/managing-software-catalog)



**Administrators**:

- [The Agent on a Host](https://learn.datadoghq.com/courses/agent-on-host)
- [Monitoring a Kubernetes Cluster](https://learn.datadoghq.com/courses/monitoring-k8s-cluster-agent)
- [Datadog API: Automation and Infrastructure as Code](https://learn.datadoghq.com/courses/dd-api-automation-iac)



**User Interface**:

- [Introduction to Dashboards](https://learn.datadoghq.com/courses/intro-dashboards)
- [Discovering Graph Widgets](https://learn.datadoghq.com/courses/dashboard-graph-widgets)
- [Using Dashboards and SLOs](https://learn.datadoghq.com/courses/dashboards-slos)



**Site Reliability Engineers**:

- [Datadog 101: Site Reliability Engineer](https://learn.datadoghq.com/courses/dd-101-sre)
- [APM Monitors and Alerting](https://learn.datadoghq.com/courses/apm-monitors-and-alerting)
- [Using Datadog RUM to track core web vitals](https://learn.datadoghq.com/courses/core-web-vitals-lab)



**Developers**:

- [Setup APM for Java applications](https://learn.datadoghq.com/courses/apm-java-host)
- [Datadog 101: Developer](https://learn.datadoghq.com/courses/dd-101-dev)
- [Tracking errors with RUM for javascript web applications](https://learn.datadoghq.com/courses/tracking-errors-rum-javascript)



## Create a test environment{% #create-a-test-environment %}

After completing some courses, apply what you've learned to your local conditions. Install and experiment with Datadog in a low-risk sandbox, to become familiar with the environment. Create a straightforward and accessible environment to develop your monitoring setup before broader installation.

### Configuring your test environment{% #configuring-your-test-environment %}

#### In-App{% #in-app %}

The [Datadog UI](https://app.datadoghq.com) is the best place to start building out your testing environment. The platform provides configuration assistance, live data auto-parsers, contextual suggestions, and many other tools. The Datadog UI provides helpful resources for completing some of these tasks.

A few examples are:

- Create a [Synthetic Monitoring test](https://app.datadoghq.com/synthetics/tests) to start testing critical business transactions on your applications.
- Create a few [Service Level Objectives](https://app.datadoghq.com/slo/manage) (SLOs) to define targets for application performance.
- Review the [APM Service Setup](https://app.datadoghq.com/apm/service-setup) page, and follow the step-by-step instructions to begin instrumenting your services.
- Configure and test [Log Pipelines](https://app.datadoghq.com/logs/pipelines/pipeline/add) to determine how you would like to ingest different sets of logs coming from infrastructure and applications.
- Review the [Monitor Templates](https://app.datadoghq.com/monitors/templates) page to begin adding alerts on your test environment.

#### Host Agent Config Templates{% #host-agent-config-templates %}

The [Datadog Agent](https://github.com/DataDog/datadog-agent) is open-source and published in GitHub. The Agent GitHub repo is a useful resource for viewing configuration templates and specifications to assist with building your environment.

Here are a few examples:

- [Agent Config Template](https://github.com/DataDog/datadog-agent/blob/main/pkg/config/config_template.yaml)
- [Integration Config Specs](https://github.com/DataDog/integrations-core)
- [Fleet Automation](https://app.datadoghq.com/fleet)

## Next Steps{% #next-steps %}

To successfully create a new Datadog installation, review the [plan](https://docs.datadoghq.com/administrators_guide/plan) page. You'll learn how to create a scoping exercise, set up [resource tagging](https://docs.datadoghq.com/administrators_guide/plan/#resource-tagging), learn about product best practices, add more products, and optimize your data collection to ensure a smooth installation.

## Further Reading{% #further-reading %}

- [Getting Started with Datadog Support](https://docs.datadoghq.com/getting_started/support/)
