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

# Logging

> To get started with Athina's Monitoring, the first step is to start logging your inferences.

## Quick Start[](#quick-start)

<CardGroup cols={2}>
  <Card title="OpenAI Chat" href="/api-reference/logging/openai-chat-1x">
    Using OpenAI? Get set up in 2 lines of code.
  </Card>

  <Card title="OpenAI Assistant" href="/api-reference/logging/lite-llm">
    Using OpenAI Assistant? Follow these instructions
  </Card>

  <Card title="Langchain" href="/api-reference/logging/langchain">
    Using Langchain? Get set up in 2 lines of code.
  </Card>

  <Card title="LiteLLM" href="/api-reference/logging/lite-llm">
    Using LiteLLM? Get set up in 2 lines of code.
  </Card>

  <Card title="Log via API request" href="/api-reference/logging/log-via-api-request">
    Log your inferences through our flexible API or SDK (works with all models!)
  </Card>

  <Card title="Log complex traces" href="/api-reference/logging/tracing">
    Log complex traces - use our SDK to log complex traces
  </Card>
</CardGroup>

## FAQs[](#faqs)

**Latency**

* [Will Athina logging add additional latency](/faqs/logging/logging-latency)
* [Do I have to use Athina as a proxy for logging](/faqs/logging/proxy)

**Logging**

* [Can I log using any model?](/faqs/logging/can-i-log-using-any-model)
* [How to log conversations or chats?](/faqs/logging/how-can-i-log-conversations)
* [Can I use this for tracing complex agents?](/api-reference/logging/tracing)

**Data Privacy**

* [Where is my data stored?](/faqs/data-policy)
* [Can Athina's observability platform be deployed on-prem?](/faqs/on-prem)
