# Publish the model

Publishing your document is the making your model accessible to the outside world like your enterprise workflows, applications etc.

Before you start publishing, make sure your model is in ‘Trained’ status. Now go ahead and click on ‘View Latest Summary’

![](/files/-M8iQKE9CFu-xDfdEZYV)

You will be provided with the accuracy metrics of the trained model. You could compare with the previous versions score. If you think its good to go, go ahead and hit **Publish**. You could either overwrite an *Existing Version* or *Save as New Version*

![](/files/-M8iQKEAKfHSxOpl3O5C)

![](/files/-M8ni14g8NRj9kH0aPJQ)

Project status will change once the model is published and ready to serve.

![](/files/-M8niiB1w2nHcgwmJoHD)


---

# 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://jasper-docs.psionix.dev/publishing-your-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.
