# Card Creation Guide.

There is only single straight forward guide to create cards:

#### Height : Provide Intrinsic Height to the column.

#### Width : Create an optional parameter \`maxWidth\` with a default value, if current screenWidth is less than this \`maxWidth\` then the width of the widget should be dynamic so that it can adjust beautifully on every mobile screen. But if screenWidth becomes greater than \`maxWidth\` then the width of the widget will be \`maxWidth\`


---

# 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://utkarshs-organization-1.gitbook.io/simple-guide-to-create-modularui-widgets/card-creation-guide..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.
