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

# What Is Splunk Agent Observability?

export const DefinitionCard = ({children}) => {
  return <Card variant="secondary">
    <div style={{
    padding: '0.5rem',
    border: '5px solid var(--primary-light)',
    borderRadius: '0.5rem',
    fontSize: '1.3rem',
    lineHeight: '1.4',
    boxShadow: '0 0 10px 10px var(--primary-light)'
  }}>
        {children}
      </div>

</Card>;
};

Splunk Agent Observability is the leading observability, evaluation, and guardrail platform for GenAI and agentic applications. Designed to empower engineers, product managers, and subject matter experts to build safe and reliable AI applications, Splunk Agent Observability works with all major LLM providers and can be used [with your favorite agentic framework](/sdk-api/third-party-integrations/overview), a [Python SDK](/sdk-api/python/sdk-reference), or an [API](/api/getting-started). Get started below.

## Get started

Start your journey here with four key learning steps.

<CardGroup cols={2}>
  <Card title="Log your first trace" icon="circle-1" horizontal href="/getting-started/quickstart">
    Create and run your first trace in less than 5 minutes.
  </Card>

  <Card title="Evaluate your traces" icon="circle-2" horizontal href="/getting-started/evaluate-and-improve/evaluate-and-improve">
    Learn how to create evaluators and improve your prompts.
  </Card>

  <Card title="Run an experiment" icon="circle-3" horizontal href="/getting-started/experiments">
    Use Experiments to move from spot testing to systematic evaluation.
  </Card>

  <Card title="Sample projects" icon="circle-4" horizontal href="/getting-started/sample-projects/sample-projects">
    Review best practice sample projects to help you learn.
  </Card>
</CardGroup>

## Integrate your app with Splunk Agent Observability

Lean how to integrate Splunk Agent Observability into your applications with our code-ready guides.

<CardGroup cols={2}>
  <Card title="Log your application to Splunk Agent Observability" icon="code" horizontal href="/sdk-api/logging/logging-basics">
    Learn how to log your application to Splunk Agent Observability using our SDKs.
  </Card>

  <Card title="Run experiments in code" icon="flask" horizontal href="/sdk-api/experiments/running-experiments">
    Learn how to run experiments in Splunk Agent Observability using our SDKs.
  </Card>

  <Card title="Integrate with popular LLMs and agent frameworks" icon="code" horizontal href="/sdk-api/third-party-integrations/overview">
    Automatically log your applications with third-party SDK integrations.
  </Card>
</CardGroup>

## Learn about eval engineering

<CardGroup cols={2}>
  <Card title="Cookbooks" icon="book" horizontal href="/cookbooks/overview">
    Code examples on how to integrate Splunk Agent Observability with popular tools and platforms.
  </Card>
</CardGroup>

## Stay up to date

Be the first to know the latest features.

<CardGroup cols={2}>
  <Card title="Release notes" icon="newspaper" horizontal href="/release-notes">
    Latest information on news features and improvements to the platform.
  </Card>
</CardGroup>
