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

# Delta Sharing Protocol

> The Delta Sharing protocol endpoints — shares, schemas and tables.

Lobyco publishes analytical datasets through the open Delta Sharing protocol. These endpoints let a client discover what is shared with it and read the underlying tables.

<Columns cols={3}>
  <Card title="Shares" icon="folder-open" href="/api-reference/delta-sharing-protocol/shares">
    The shares available to your credentials.
  </Card>

  <Card title="Schemas" icon="diagram-project" href="/api-reference/delta-sharing-protocol/schemas">
    The schemas within a share.
  </Card>

  <Card title="Tables" icon="table" href="/api-reference/delta-sharing-protocol/tables">
    Table metadata and data files.
  </Card>
</Columns>

For what the shared datasets contain and how they are meant to be used, see the [Data Platform](/integration/data-platform) guides.
