| # Components |
| |
| [Components][glossary.component] are the common abstraction on Fuchsia that |
| represents a program or program container. |
| |
| ## Developer guides |
| |
| - [Build components](build.md) |
| - [Connect components](connect.md) |
| - [Run components](run.md) |
| - [Provide data files to components](data.md) |
| - [Configure components](configuration/_toc.yaml) |
| - [Component ID index](component_id_index.md) |
| |
| ## Learn more |
| |
| You can find conceptual and reference documentation about components in the |
| [concepts][doc-component-concepts] section. |
| |
| [doc-component-concepts]: /docs/concepts/components/v2 |
| [glossary.component]: /docs/glossary#component |