# Dartstream Framework

## Overview

Welcome to the DartStream Framework Documentation. DartStream is a cutting-edge backend framework designed specifically for the Dart programming language. It empowers developers to construct scalable, efficient, and robust server-side applications. Whether you are new to Dart or an experienced backend developer, DartStream provides you with the tools and functionalities needed to elevate your server-side solutions.

## Quick links

{% content-ref url="product-guides/video-guides" %}
[video-guides](https://docs.dartstream.dev/product-guides/video-guides)
{% endcontent-ref %}

{% content-ref url="getting-started/our-features" %}
[our-features](https://docs.dartstream.dev/getting-started/our-features)
{% endcontent-ref %}

## Get Started

We've put together some helpful guides for you to get setup with our product quickly and easily.

{% content-ref url="documentation/fundamentals" %}
[fundamentals](https://docs.dartstream.dev/documentation/fundamentals)
{% endcontent-ref %}

{% content-ref url="documentation/fundamentals/the-basics" %}
[the-basics](https://docs.dartstream.dev/documentation/fundamentals/the-basics)
{% endcontent-ref %}

{% content-ref url="documentation/packages/standard" %}
[standard](https://docs.dartstream.dev/documentation/packages/standard)
{% endcontent-ref %}


---

# 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.dartstream.dev/dartstream-framework.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.
