# Train Your Own Model

* **Upload Dataset**: Prepare and upload your dataset. Ensure it is in the appropriate format (e.g., Q\&A format for instruction-based LLMs).
* **Create a Model Version**: Navigate to the "Models" section and click on "Create New Version" to define a new version of your model.
* **Start Training**: Click on the "Start Training" button to begin the training process. Monitor the training progress through the dashboard.
* **Deployment**: Once training is complete, you can deploy your model:
  * **Deploy the Model**: Click on the "Deploy" button.
  * **Auto Record Conversations into a Dataset** (optional): Enable this feature for continuous improvement.
  * **Upload Knowledge Base** (optional): Add a knowledge base to enhance the model's capabilities.


---

# 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/product-guide/train-your-own-model.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.
