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

# Floral documentation

> Integrate relationship and meeting-intelligence data with Floral's public API.

Floral helps teams turn conversations and relationship data into structured follow-up. The public API provides a stable, versioned boundary for company and person synchronization, relationship discovery, briefings, and meeting summaries.

<CardGroup cols={2}>
  <Card title="Run the quickstart" icon="rocket" href="/quickstart">
    Search a workspace's companies and people with the public API.
  </Card>

  <Card title="Authenticate" icon="key" href="/api/authentication">
    Create a workspace-pinned token and choose the scopes it can use.
  </Card>

  <Card title="Understand the API" icon="brackets-curly" href="/api/overview">
    Review versioning, available resources, and current limits.
  </Card>

  <Card title="Handle errors" icon="triangle-exclamation" href="/api/errors">
    Use stable error codes and request IDs in your integration.
  </Card>

  <Card title="Synchronize contacts" icon="address-book" href="/guides/companies">
    Create and maintain companies with safe retries and version checks.
  </Card>

  <Card title="Use meeting intelligence" icon="file-lines" href="/guides/briefings">
    Generate briefings and review structured meeting summaries.
  </Card>
</CardGroup>

## API version

All endpoints in this documentation use the versioned `/api/v1` prefix.

<Tip>
  Start with the [Quickstart](/quickstart), then read [Reliability and retries](/api/reliability) before sending writes.
</Tip>
