# Reference Data

{% hint style="info" %}
This page documents a feature in SanteDB 3.0
{% endhint %}

Reference data sets are a specialized `<dataSource>` which may be placed into a report, or defined on their own which contain static comma-separated-values (CSV) of data which is to be referenced. Reference data acts the same way that regular SQL [Queries](/developers/applets/business-intelligence-bi-assets/bi-asset-definitions/queries.md) or [Views](/developers/applets/business-intelligence-bi-assets/bi-asset-definitions/views.md) work.

```xml
<BiReferenceDataSourceDefinition xmlns="http://santedb.org/bi" 
    name="friendly name"
    id="dotted.id.of.refset">
    <![CDATA[Column1, Column2, Column3,
    R1_C1, R1_C2, R1_C3
    R2_C1, R2_C2, R2_C3
    ]]>
</BiReferenceDataSourceDefinition>
```


---

# Agent Instructions: 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://help.santesuite.org/developers/applets/business-intelligence-bi-assets/bi-asset-definitions/reference-data.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.
