# AgentLabs - Docs

## Documentation

- [What is AgentLabs?](https://docs.agentlabs.dev/introduction/what-is-agentlabs.md): Frontend as a service for building chat-based AI Agents.
- [Get Started with AgentLabs](https://docs.agentlabs.dev/introduction/get-started-with-agentlabs.md): Self Hosting & Cloud Version
- [Pricing](https://docs.agentlabs.dev/introduction/pricing.md): Free self-hosted version and freemium cloud version
- [Installation](https://docs.agentlabs.dev/getting-started/installation.md): Installing the Python or Node SDK
- [Secret Key](https://docs.agentlabs.dev/getting-started/secret-key.md): How to get your API / Secret Key
- [Using the SDK](https://docs.agentlabs.dev/getting-started/using-the-sdk.md): Getting started with our SDK
- [Frontend as a service](https://docs.agentlabs.dev/core-concepts/frontend-as-a-service.md): Here is why AgentLabs is a frontend as a service
- [User Authentication](https://docs.agentlabs.dev/core-concepts/user-authentication.md): What you must know about authentication
- [Project](https://docs.agentlabs.dev/core-concepts/project.md): What you have to know about a project
- [Agents](https://docs.agentlabs.dev/core-concepts/agents.md)
- [Messages](https://docs.agentlabs.dev/core-concepts/messages.md)
- [Messages Format](https://docs.agentlabs.dev/core-concepts/messages/messages-format.md): About markdown and PlainText
- [One-off vs Stream](https://docs.agentlabs.dev/core-concepts/messages/one-off-vs-stream.md)
- [Typewriter animation](https://docs.agentlabs.dev/core-concepts/messages/typewriter-animation.md): How animate your messages properly with Typewrite
- [Attachments](https://docs.agentlabs.dev/core-concepts/attachments.md)
- [Before we start](https://docs.agentlabs.dev/recipes/before-we-start.md): What you must know before using our recipes
- [Ping-Pong](https://docs.agentlabs.dev/recipes/ping-pong.md): Let's start with a ping pong
- [ChatGPT with LangChain](https://docs.agentlabs.dev/recipes/chatgpt-with-langchain.md)
- [Code Interpreter](https://docs.agentlabs.dev/recipes/code-interpreter.md): How to build an AI capable of generating and running code
- [Mutli-Agent with AutoGen](https://docs.agentlabs.dev/recipes/mutli-agent-with-autogen.md)
- [Github](https://docs.agentlabs.dev/community/github.md)
- [Discord](https://docs.agentlabs.dev/community/discord.md)
- [Support team](https://docs.agentlabs.dev/community/support-team.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a 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.
