# Buttons

- [Button](https://designsystem.dubai.ae/components/buttons/button.md): Text button is used to initiate actions on a page or form.
- [Icon Button](https://designsystem.dubai.ae/components/buttons/icon-button.md): Icon Button is used to perform an action with an icon, without requiring a text label. It is often used for actions like editing, deleting, or navigating.
- [Link Button](https://designsystem.dubai.ae/components/buttons/link-button.md): A Link Button is styled as a button but acts like a hyperlink, guiding users to other pages or resources. It’s commonly used for navigational actions such as "Learn More" or "Download".
- [Social Media Buttons](https://designsystem.dubai.ae/components/buttons/social-media-buttons.md): Social Media Login Buttons enable quick login or signup using social media accounts, offering a convenient authentication option.
- [Split Button](https://designsystem.dubai.ae/components/buttons/split-button.md): A Split Button combines a dropdown menu for related options in one compact UI component, allowing quick execution of default tasks and easy access to additional actions.


---

# 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://designsystem.dubai.ae/components/buttons.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.
