# SelectionList

### Use Cases

✅ Facilitating the selection of items from a list, providing users with options to choose from.&#x20;

✅ Allowing users to make multiple selections or single selections based on their needs.&#x20;

✅ Enhancing user experience by offering a structured and organized way to browse and choose from available options.&#x20;

✅ Supporting various interaction patterns such as checkboxes, radio buttons, or dropdown menus for selecting items.

### Not to Use Cases

❌ Avoid using selection lists for non-selection-related content or functionality.&#x20;

❌ Don't overwhelm users with excessively long lists; consider implementing filtering or categorization to improve usability.&#x20;

❌ Avoid relying solely on selection lists for complex data input or tasks that require additional context or guidance.&#x20;

❌ Not suitable for displaying non-selectable content or information that doesn't require user interaction.


---

# Agent Instructions: 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:

```
GET https://2600hz.gitbook.io/sds/sds-3.0/sds-components/components/selectionlist.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
