# Quick Start

- [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.


---

# 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.propulsionhq.com/quick-start.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.
