> For the complete documentation index, see [llms.txt](https://docs.devlaunchers.org/dl-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components.md).

# Components

- [Component Status](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/component-status.md): Component Status communicates the maturity, readiness, and intended usage stage of each component across both Design and Development workflows.
- [Component Tracker](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/component-tracker.md)
- [Consuming Components](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/consuming-components.md): This guide will help you confidently find, insert, and update UDS components in Figma, while following best practices to maintain accessibility, scalability, and consistency across all projects.
- [UDS Components](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components.md)
- [Accordion](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components/accordion.md)
- [Avatar](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components/avatar.md)
- [Avatar Block](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components/avatar/avatar-block.md)
- [Avatar Group](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components/avatar/avatar-group.md)
- [Breakpoints](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components/breakpoints.md)
- [Button](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components/button.md)
- [Button Group](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components/button/button-group.md)
- [Interactive Button](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components/button/interactive-button.md)
- [Pill](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components/pill.md)
- [Tag](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components/tag.md)
- [Badge](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components/badge.md)
- [Logo](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components/logo.md)
- [Toast](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components/toast.md)
- [Text](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components/text.md): Status: Developed DoD Level: Production
- [Text Group](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components/text/text-group.md)
- [Select](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components/select.md)
- [Multi-Select](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components/multi-select.md)
- [Separator](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components/separator.md)
- [Lists](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components/lists.md)
- [Popover](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components/popover.md)
- [Input](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components/input.md)
- [Checkbox](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components/input/checkbox.md)
- [Radio](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components/input/radio.md)
- [Switch](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components/input/switch.md)
- [Input Option](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components/input/input-option.md)
- [Input Group](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components/input/input-group.md)
- [Link](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components/link.md)
- [Card](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components/card.md)
- [Progress](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-components/progress.md)
- [UDS Patterns](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-patterns.md)
- [Notifications](https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components/uds-patterns/notifications.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.devlaunchers.org/dl-docs/universal-design-system/universal-design-system/components.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
