# PropulsionAI

## Documentation

- [What is PropulsionAI?](https://docs.propulsionhq.com/introduction/what-is-propulsionai.md): Brief introduction to PropulsionAI, its purpose, and core features.
- [Key Concepts at a Glance](https://docs.propulsionhq.com/introduction/key-concepts-at-a-glance.md): Quick overview of important concepts you will encounter.
- [Getting Started](https://docs.propulsionhq.com/introduction/getting-started.md): Step-by-step guide to set up an account and get started quickly.
- [Installing the SDK](https://docs.propulsionhq.com/introduction/installing-the-sdk.md)
- [Foundational Models](https://docs.propulsionhq.com/introduction/foundational-models.md): Introduction to the foundational models available and their use cases.
- [Creating Datasets](https://docs.propulsionhq.com/quick-start/creating-datasets.md): Step-by-step guide for creating datasets in PropulsionAI
- [Fine-tuning a Model](https://docs.propulsionhq.com/quick-start/fine-tuning-a-model.md): Quick guide to train a model based on your own dataset.
- [Deploying Models](https://docs.propulsionhq.com/quick-start/deploying-models.md): Step-by-step guide to creating your first deployment.
- [Generate API Key](https://docs.propulsionhq.com/quick-start/generate-api-key.md)
- [Using the SDK](https://docs.propulsionhq.com/quick-start/using-the-sdk.md): Basic examples and walkthroughs to get you using the SDK immediately.
- [Function Calling](https://docs.propulsionhq.com/quick-start/function-calling.md): Simple guide to understanding and implementing function calling.
- [Using Knowledge Base](https://docs.propulsionhq.com/quick-start/using-knowledge-base.md): Quickly create an extremely accurate RAG pipeline for your model.
- [Projects](https://docs.propulsionhq.com/core-concepts/projects.md): Overview of how to create and manage projects in PropulsionAI.
- [Models & Versions](https://docs.propulsionhq.com/core-concepts/models-and-versions.md): Explanation of model management, versioning, and best practices.
- [Knowledge Base](https://docs.propulsionhq.com/core-concepts/knowledge-base.md): How to create, manage, and leverage a knowledge base for your models.
- [Datasets](https://docs.propulsionhq.com/core-concepts/datasets.md): Detailed guide on dataset creation, management, and integration.
- [Deployments](https://docs.propulsionhq.com/core-concepts/deployments.md): Steps to deploy models and manage environments.
- [API Keys](https://docs.propulsionhq.com/core-concepts/api-keys.md): How to generate, manage, and secure API keys for accessing services.
- [FAQs](https://docs.propulsionhq.com/reference/faqs.md)
- [Understanding Usage Costs](https://docs.propulsionhq.com/reference/understanding-usage-costs.md)
- [Community & Support](https://docs.propulsionhq.com/reference/community-and-support.md): How to get help, contribute, and join the PropulsionAI community.
- [Our Commitment](https://docs.propulsionhq.com/reference/our-commitment.md): Our commitment towards transparency, ownership, privacy and open-source.
- [What we do](https://docs.propulsionhq.com/copy-of-overview/what-we-do.md): Crafting Tomorrow’s AI with Seamless LLM Fine-Tuning
- [Our Features](https://docs.propulsionhq.com/copy-of-overview/our-features.md)
- [Why Choose PropulsionAI?](https://docs.propulsionhq.com/copy-of-overview/why-choose-propulsionai.md): PropulsionAI is designed to be the backbone of your AI development projects, offering unparalleled support and automation at every step. Our platform not only saves time but also ensures the highest s
- [Product Guide](https://docs.propulsionhq.com/product-guide/product-guide.md)
- [Deploy an Open Source Model](https://docs.propulsionhq.com/product-guide/deploy-an-open-source-model.md): Deploying an open-source model is straightforward. Follow these steps:
- [Train Your Own Model](https://docs.propulsionhq.com/product-guide/train-your-own-model.md): To train your own custom model, follow these steps:
- [Generate an API Key](https://docs.propulsionhq.com/developer-guide/generate-an-api-key.md): To use the PropulsionAI services, you need an API key. Follow these steps to generate one
- [Install PropulsionAI](https://docs.propulsionhq.com/developer-guide/install-propulsionai.md): You can interact with PropulsionAI either through our SDKs or directly via the REST API.
- [Chat](https://docs.propulsionhq.com/developer-guide/chat.md): To perform a basic chat completion:
- [Function Calling](https://docs.propulsionhq.com/developer-guide/function-calling.md): To perform a function calling:
- [Knowledge base](https://docs.propulsionhq.com/developer-guide/knowledge-base.md): To use a private, secure and encrypted Knowledge base:
- [Support](https://docs.propulsionhq.com/developer-guide/support.md): We're here to assist you with any questions or issues you may have.


---

# 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.propulsionhq.com/introduction/what-is-propulsionai.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.
