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

# Numa.Components

> Components are the reusable building blocks of the UI. Components consist of a `.razor` file (the markup) and a `.razor.cs` file (the code-behind logic).

| Component                                | Scope        |
| :--------------------------------------- | :----------- |
| [SermonSearch.razor](sermonsearch)       | Page         |
| [ManageDocuments.razor](managedocuments) | Page         |
| [AdminSettings.razor](adminsettings)     | Page         |
| [MainLayout.razor](mainlayout)           | UI Component |
| [NavMenu.razor](navmenu)                 | UI Component |
| [Routes.razor](routes)                   | UI Component |
| [App.razor](app)                         | App Root     |
