> For the complete documentation index, see [llms.txt](https://www.seriouslyasking.net/design-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.seriouslyasking.net/design-system/readme.md).

# Home

## Welcome !

Lorem **ipsum** dolor sit amet, **`consectetur adipiscin`**`g` elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

{% hint style="info" %}
HInt Block test. Comes in a variety of colors.
{% endhint %}

{% hint style="danger" %}
Danger
{% endhint %}

{% hint style="warning" %}
Warning
{% endhint %}

{% hint style="success" %}
Success!
{% endhint %}

## Math

$$
f(x) = x \* e^{2 pi i \xi x}
$$

## Table with some Markdown Formatting

| Some Data | More Data | Rest of the Data |
| --------- | --------- | ---------------- |
| **1224**  | *1224*    |                  |
| 1224      | 1224      | 1224             |
| 1224      | 1224      | 1224             |

## Code Block

```javascript
‌import * as React from 'react';
import ReactDOM from 'react-dom';
import App from './App';

ReactDOM.render(<App />, window.document.getElementById('root'));
```

## Tabs

{% embed url="<https://www.youtube.com/watch?v=xUJ3S3iU1lc>" %}

<figure><img src="/files/BanhHQhZkTsYKLEHTZfn" alt=""><figcaption></figcaption></figure>

## Sketch

<img src="/files/3LwnqOqhtLowV0ZsOCVZ" alt="" class="gitbook-drawing">

{% code title="Javascript" %}

```javascript
<Button
    label="Label"
    size="medium"
    kind="default"
    onClick={doTheThing}
/>
```

{% endcode %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://www.seriouslyasking.net/design-system/readme.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.
