# Deploy an Open Source Model

* **Select a Model**: Choose an open-source model from our library or upload your own.
* **Deploy the Model**: Click on the "Deploy" button to initiate the deployment process.

**Optional Steps:**

* **Auto Record Conversations into a Dataset**: Enable this feature to automatically record all conversations into a dataset for future training or analysis.
* **Upload Knowledge Base**: Optionally, you can upload a knowledge base to enhance the model's responses with specific information relevant to your needs.


---

# 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/deploy-an-open-source-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.
