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

# Component Library

> Explore the full set of components supported by C1.

C1 comes with a growing set of ready-to-use UI components.
These components can be combined and customized to build interactive, production-ready interfaces without needing to hand-code layouts or behaviors from scratch.

<Tip>You can also extend this library with your own [custom components](/guides/custom-components). </Tip>

<Columns cols={2}>
  <Card title="Data Visualizations" href="/library/visualize-data" icon="chart-simple">
    Charts, graphs, and interactive visualizations for analytical use cases.
  </Card>

  <Card title="Forms" href="/library/form-elements" icon="wpforms">
    Input elements and form controls for collecting user data.
  </Card>

  <Card title="Informational" href="/library/display-information" icon="info">
    Components for presenting content: cards, images, text blocks, code snippets, and more.
  </Card>

  <Card title="Triggers" href="/library/triggers" icon="bolt">
    Actions such as buttons and follow-up prompts to drive user interaction.
  </Card>
</Columns>
