# FELT Labs

## FELT Labs

- [What is FELT Labs?](https://docs.feltlabs.ai/readme.md)
- [Roles](https://docs.feltlabs.ai/roles.md)
- [History](https://docs.feltlabs.ai/history.md)
- [Complete Getting Started](https://docs.feltlabs.ai/guides/getting-started.md): From creating project to model training.
- [Single or Multi Dataset Training](https://docs.feltlabs.ai/guides/single-or-multi-dataset-training.md)
- [Start Training](https://docs.feltlabs.ai/guides/start-training.md): Ways how to start training in FELT.
- [Data Provider](https://docs.feltlabs.ai/guides/data-provider.md)
- [Using FELT Algorithms](https://docs.feltlabs.ai/guides/using-felt-algorithms.md)
- [Creating Custom Algorithms](https://docs.feltlabs.ai/guides/creating-custom-algorithms.md)
- [Federated Learning](https://docs.feltlabs.ai/fundamentals/federated-learning.md)
- [FELT Architecture](https://docs.feltlabs.ai/fundamentals/felt-architecture.md)
- [For Bussines](https://docs.feltlabs.ai/use-cases/for-bussines.md)
- [For Researches](https://docs.feltlabs.ai/use-cases/for-researches.md)
- [FAQ](https://docs.feltlabs.ai/extras/faq.md)
- [Helpful links](https://docs.feltlabs.ai/extras/helpful-links.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.feltlabs.ai/readme.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.
