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

# Introduction

## Welcome

**Lunary** is a platform for developers of AI chatbots and other LLM-powered applications.

<CardGroup cols={2}>
  <Card title="Observability" icon="chart-area" href="/features/observability">
    Monitor and debug your LLM calls and agents.
  </Card>

  <Card title="Chats" icon="messages" href="/features/conversations">
    Track chatbot conversations and user feedback.
  </Card>

  <Card title="Prompts" icon="brackets-curly" href="/features/prompts">
    Collaborate on prompt templates with versioning.
  </Card>

  <Card title="Classification" icon="tags" href="/features/classification">
    Setup topics classification for your chats.
  </Card>
</CardGroup>

## Getting started

The first thing you'll need to get started is to sign up and get a tracking ID.

<TrackingIdButton />

<Card title="Open Lunary" href="https://app.lunary.ai/signupp" horizontal="true" />

## Pick an integration

We support integrating with the most popular AI libraries, with more in the work.

<CardGroup cols={2}>
  <Card title="Python" icon="python" href="/integrations/python/installation">
    Learn how to integrate with Python.
  </Card>

  <Card title="JavaScript" icon="js" href="/integrations/javascript/installation">
    Learn how to integrate with JavaScript.
  </Card>

  <Card title="LangChain" icon="box" href="/integrations/langchain">
    Learn how to integrate with LangChain.
  </Card>
</CardGroup>
