# What is AgentLabs?

AgentLabs is an [open-source](https://github.com/agentlabs-inc/agentlabs) platform to create rich chat-based AI Assistant applications in minutes.

[AgentLabs.dev ](https://agentlabs.dev)frontend can be controlled using our [Node](https://www.npmjs.com/package/@agentlabs/node-sdk) and [Python SDKs](https://pypi.org/project/agentlabs-sdk/) and allows you to stream content in real time between your users and your backend.

The solution provides:

:man\_scientist: User management and Authentication

:speech\_balloon: Full-featured Chat as a service&#x20;

:man\_technologist: Support for Markdown, Images, and File Transfer

:fireworks: Asynchronous and real-time streaming SDKs

:b: Backend Agnostic: you can use AgentLabs with any backend framework or tool

## How it looks

{% embed url="<https://youtu.be/1pCXNfhPtJY>" %}
Basic remote code execution example
{% endembed %}

{% embed url="<https://youtu.be/tFmrNetOqe8>" %}
Support for markdown showcase
{% endembed %}


---

# 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.agentlabs.dev/introduction/what-is-agentlabs.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.
