# Cards

2 basic cards with text:

<table data-card-size="large" data-view="cards"><thead><tr><th></th></tr></thead><tbody><tr><td>Hello world</td></tr><tr><td>Bonjour le monde</td></tr><tr><td>Hola Mundo</td></tr></tbody></table>

Cards with cover

<table data-view="cards"><thead><tr><th></th><th align="center"></th><th align="right"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>Hello world</td><td align="center"></td><td align="right"></td><td><a href="/files/s6MW9gbNOjdttvCh3mXF">/files/s6MW9gbNOjdttvCh3mXF</a></td></tr><tr><td>Bonjour le monde</td><td align="center">Centered text</td><td align="right">Text on the right</td><td><a href="/files/HmBDlz4n77B86Tu9nrya">/files/HmBDlz4n77B86Tu9nrya</a></td></tr><tr><td>Hola Mundo</td><td align="center"></td><td align="right"></td><td><a href="/files/2XKX4SfOdCaEizmiWiR6">/files/2XKX4SfOdCaEizmiWiR6</a></td></tr></tbody></table>

Cards with centered text and images

<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th></tr></thead><tbody><tr><td align="center">Hello world<br><img src="/files/4owTlbH8qmWMpwqhmXjC" alt=""></td></tr><tr><td align="center">Bonjour le monde<br><img src="/files/nq2iH67RQ2VtYpxXcEpG" alt=""></td></tr></tbody></table>

Cards with different column types

<table data-view="cards"><thead><tr><th></th><th><select multiple><option value="QHptTCeA1iZf" label="A tag that is quite long" color="blue"></option><option value="BNH9LDlHzENG" label="A short one" color="blue"></option><option value="Y2Vf5i8z6920" label="Another one" color="blue"></option></select></th></tr></thead><tbody><tr><td>Some intro text</td><td><span data-option="BNH9LDlHzENG">A short one, </span><span data-option="QHptTCeA1iZf">A tag that is quite long, </span><span data-option="Y2Vf5i8z6920">Another one</span></td></tr><tr><td>Short intro text</td><td><span data-option="BNH9LDlHzENG">A short one</span></td></tr><tr><td>Another text</td><td><span data-option="Y2Vf5i8z6920">Another one</span></td></tr></tbody></table>

Cards full-width

<table data-card-size="large" data-view="cards" data-full-width="true"><thead><tr><th></th></tr></thead><tbody><tr><td>Hello world</td></tr><tr><td>Bonjour le monde</td></tr><tr><td>Hola Mundo</td></tr></tbody></table>

Cards with different column types and headers

<table data-view="cards"><thead><tr><th>Intro text</th><th>Enum values<select multiple><option value="QHptTCeA1iZf" label="A tag that is quite long" color="blue"></option><option value="BNH9LDlHzENG" label="A short one" color="blue"></option><option value="Y2Vf5i8z6920" label="Another one" color="blue"></option></select></th></tr></thead><tbody><tr><td>Some intro text</td><td><span data-option="BNH9LDlHzENG">A short one, </span><span data-option="QHptTCeA1iZf">A tag that is quite long, </span><span data-option="Y2Vf5i8z6920">Another one</span></td></tr><tr><td>Short intro text</td><td><span data-option="BNH9LDlHzENG">A short one</span></td></tr><tr><td>Another text</td><td><span data-option="Y2Vf5i8z6920">Another one</span></td></tr></tbody></table>


---

# 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://gitbook-open-v2-preview.gitbook.workers.dev/url/gitbook.gitbook.io/test-gitbook-open/blocks/cards.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.
