# Supervised AI Documentation

## Supervised AI Documentation

- [Welcome to Supervised!](https://supervised.gitbook.io/supervised-ai-documentation/welcome-to-supervised.md): Supervised is a no-code LLM development platform that lets you build custom AI bots and models that are backed by your very own data.
- [Our History](https://supervised.gitbook.io/supervised-ai-documentation/about-us/our-history.md)
- [Before 2023](https://supervised.gitbook.io/supervised-ai-documentation/about-us/our-history/before-2023.md)
- [The Waitlist](https://supervised.gitbook.io/supervised-ai-documentation/about-us/our-history/the-waitlist.md)
- [The v1.0 Platform](https://supervised.gitbook.io/supervised-ai-documentation/about-us/our-history/the-v1.0-platform.md)
- [The v2.0 Platform](https://supervised.gitbook.io/supervised-ai-documentation/about-us/our-history/the-v2.0-platform.md)
- [Meet Supervised (v2.0)](https://supervised.gitbook.io/supervised-ai-documentation/supervised-v2.0/meet-supervised-v2.0.md)
- [AI Apps vs Models](https://supervised.gitbook.io/supervised-ai-documentation/features/ai-apps-vs-models.md)
- [The Right Way to Train Models](https://supervised.gitbook.io/supervised-ai-documentation/features/the-right-way-to-train-models.md)
- [Licensing](https://supervised.gitbook.io/supervised-ai-documentation/features/licensing.md): This page talks about different licenses available at Supervised and which one you should use for your LLMs.
- [Integrations](https://supervised.gitbook.io/supervised-ai-documentation/features/integrations.md): Integrate your Supervised AI apps with any of your core infrastructure platforms within seconds.
- [Supervised free vs pro](https://supervised.gitbook.io/supervised-ai-documentation/pricing/supervised-free-vs-pro.md)
- [Supervised Pro Pricing](https://supervised.gitbook.io/supervised-ai-documentation/pricing/supervised-pro-pricing.md)
- [Supervised Addon Pricing](https://supervised.gitbook.io/supervised-ai-documentation/pricing/supervised-addon-pricing.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://supervised.gitbook.io/supervised-ai-documentation/welcome-to-supervised.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.
