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

# ChatSource

<Warning>
  We are sunsetting our SDKs and will no longer add new features, security patches, bug fixes, or technical support for them. To access the latest capabilities and ongoing improvements, we encourage you to migrate to our [RESTful API](/api-rest/introduction).

  SDK support will officially end on **December 31, 2026**. On this date, the underlying endpoints used by the SDKs and related documentation will be decommissioned.

  To avoid any disruption to your services, please ensure your migration is complete by that date.

  For migration assistance, please contact us at [support@bigdata.com](mailto:support@bigdata.com).
</Warning>

Sources used to generate the chat interaction response.

## Fields

<ParamField query="id" type="string" required>
  Unique identifier for the source.
</ParamField>

<ParamField query="headline" type="string" required>
  Headline of the source.
</ParamField>

<ParamField query="document_scope" type="string | None">
  Scope of the document.
</ParamField>

<ParamField query="rp_provider_id" type="string | None">
  Provider ID associated with the source.
</ParamField>

<ParamField query="url" type="string | None">
  URL of the source document.
</ParamField>

<ParamField query="timestamp" type="string | None">
  Timestamp of the document.
</ParamField>

<ParamField query="image_urls" type="[string] | None">
  Thumbnail image URL of the document.
</ParamField>

<Tip>
  Check out the how to guide [Inline Attribution Details](../../how-to-guides/chat/inline_attribution_details) to learn how to get all the inline attribution details, a favicon and download the entire document.
</Tip>
