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

# Roadmap

> See what we're building next.

<div className="space-y-8">
  <div>
    <div className="flex items-center gap-2 mb-4 pb-2 border-b border-gray-200 dark:border-gray-800">
      <div className="w-2 h-2 rounded-full bg-blue-500" />

      <span className="text-sm font-medium text-gray-600 dark:text-gray-400">In Progress</span>
    </div>

    <div className="space-y-3" />
  </div>

  <div>
    <div className="flex items-center gap-2 mb-4 pb-2 border-b border-gray-200 dark:border-gray-800">
      <div className="w-2 h-2 rounded-full bg-amber-500" />

      <span className="text-sm font-medium text-gray-600 dark:text-gray-400">Planned</span>
    </div>

    <div className="space-y-3" />
  </div>

  <div>
    <div className="flex items-center gap-2 mb-4 pb-2 border-b border-gray-200 dark:border-gray-800">
      <div className="w-2 h-2 rounded-full bg-green-500" />

      <span className="text-sm font-medium text-gray-600 dark:text-gray-400">Completed</span>
    </div>

    <div className="space-y-3" />
  </div>
</div>

***

<Note>
  Have a feature request? [Open an issue on GitHub](https://github.com/Benzinga/benzinga-docs/issues/new) or [contact us](mailto:licensing@benzinga.com).
</Note>
