> For the complete documentation index, see [llms.txt](https://docs.sdv.dev/sdmetrics/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sdv.dev/sdmetrics/resources/citation.md).

# Citation

If you're using SDMetrics for your research, please consider citing the library.

{% hint style="info" %}
**Cite the version you're using.** For the most up-to-date SDMetrics version and corresponding release date, check our [**release notes**](https://github.com/sdv-dev/SDMetrics/releases).
{% endhint %}

## LaTeX (BibTeX)

*Synthetic Data Metrics*. Version [<mark style="background-color:orange;">**\<VERSION #>**</mark>](#user-content-fn-1)[^1]. DataCebo, Inc. [<mark style="background-color:orange;">**\<MONTH YEAR>**</mark>](#user-content-fn-2)[^2]. `URL: https://docs.sdv.dev/sdmetrics/`.

```latex
\usepackage{hyperref}

@manual{
    sdmetrics,
    title = {Synthetic Data Metrics},
    organization = {DataCebo, Inc.},
    year = {2023}, % TODO update based on the version you're using 
    month = {10},   % TODO update based on the version you're using
    note = {Version 0.12.0}, % TODO update based on the version you're using
    url = {https://docs.sdv.dev/sdmetrics/}
}
```

## **Questions?**

Browse through our existing GitHub issues and raise a new one.

{% embed url="<https://github.com/sdv-dev/SDMetrics/issues>" %}

[^1]: Replace with the version of SDMetrics, eg: 0.12.0

[^2]: Replace with the month and day the version was released. Eg. October 2023.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sdv.dev/sdmetrics/resources/citation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
