# Welcome

## Welcome !

We're thrilled to have you here!&#x20;

This is your one-stop destination for everything you need to know about using our products and unlocking their full potential.&#x20;

Whether you're just getting started or looking for advanced guidance, \
our docs are here to help you every step of the way. Dive in, explore, and happy coding!

{% hint style="info" %}
Use this template to introduce the concept of your design system. Outlining basic principles and ways of working to get every team on the same page.
{% endhint %}


---

# 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.fourtwenty.dev/welcome.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.
