> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-dependabot-github-actions-actions-cache-6.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 레퍼런스 Overview

> W&B Python SDK, CLI 및 query panel 데이터 유형에 대한 생성된 API 레퍼런스 문서를 살펴보세요.

export const ClickableCard = ({href, children, className = ''}) => {
  const handleCardClick = e => {
    let target = e.target;
    while (target && target !== e.currentTarget) {
      if (target.tagName === 'A') {
        return;
      }
      target = target.parentElement;
    }
    window.location.href = href;
  };
  return <div className={`clickable-card ${className}`} onClick={handleCardClick} style={{
    cursor: 'pointer'
  }}>
      {children}
    </div>;
};

<CardGroup cols={2}>
  <Card title="Python 라이브러리" href="/ko/models/ref/python/">
    실험부터 프로덕션까지 모델을 트레이닝하고, 파인튜닝하고, 관리할 수 있습니다.
  </Card>

  <Card title="명령줄 인터페이스" href="/ko/models/ref/cli/">
    셸 명령으로 로그인하고, 작업을 실행하고, Sweeps를 실행하는 등 다양한 작업을 수행할 수 있습니다.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="쿼리 패널" href="/ko/models/ref/query-panel/">
    데이터를 선택하고 집계하는 베타 쿼리 언어입니다.
  </Card>

  <Card title="W&B Weave" href="/ko/weave/">
    Weave API를 찾고 계신가요? W\&B Weave 문서를 참조하세요.
  </Card>
</CardGroup>

<div id="weave-reference">
  ## Weave 레퍼런스
</div>

<Card title="W&B Weave" href="/ko/weave/">
  Weave API를 찾고 계신가요? W\&B Weave 문서를 참조하세요.
</Card>
