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

# Guru

## Synced Objects

Guru supports the following Synced Objects:

* [Files](/managed-sync/api/file-schema)
  <p>Guru cards are synced as HTML files.</p>
  <p>Guru boards are synced as folders with parent/child hierarchy.</p>

## Files

Send a request to [Enable Sync](/managed-sync/api/enable-a-sync) to start a file sync of Guru cards.

```json Example theme={null}
{
    "integration": "guru",
    "pipeline": "files",
    "configuration": {}
}
```

**Configuration options:**

<ParamField path="collectionId" type="string">
  A Guru Collection ID to limit the sync to cards within a specific collection. If not specified, all cards accessible to the authenticated user will be synced.
</ParamField>
