# Card 🃏

* [ ] Style

  Consider default background, border, shadow
* [ ] Consistency

  Ensure you have one base style for all cards
* [ ] Spacing

  A framework to sort your padding levels by
* [ ] Responsiveness

  Consider the structure of the content in all various screen sizes

  ⭐️ Adopt a 'top-down' approach on mobile to not overfill the rows
* [ ] Content hierarchy

  The primary action/s you want users to perform


---

# 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://docs.klai.studio/engineering-reference-docs/software-testing-overview/ux-ui-checklist/elements/card.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.
