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

# Introduction

> A set of functions dedicated to working with unstructured data

<CardGroup>
  <Card title="run_agent" icon="square-code" href="/database/functions/run-agent">
    Run an Agent to process unstructured data.
  </Card>

  <Card title="run_agent_sync" icon="square-code" href="/database/functions/run-agent-sync">
    Run an Agent to process unstructured data synchronously.
  </Card>

  <Card title="job_status" icon="square-code" href="/database/functions/job-status">
    Get the status of an Agent Job.
  </Card>

  <Card title="job_result | resolve" icon="square-code" href="/database/functions/job-result">
    Get the result of an Agent Job.
  </Card>

  <Card title="similarity_score" icon="square-code" href="/database/functions/similarity-score">
    Get the multi-modality similarity score between the data and a natural
    language query.
  </Card>
</CardGroup>
