# Deployment Overview

## Create RC Tag

* Log in to the Environment VPN.
* Open Jenkins and log in.
* Choose the "Release" option.
* Select the "StagingRCTag" from the available options.
* Opt for the "Build with Parameters" option.
* Choose "Sunbird-Ed/ml-analytics-service."
* Select the latest available release.
* Initiate the build process.
* Once a job is completed latest tag will be available in the GitHub tag.

## Deploy Latest Version

* Log in to the Environment VPN.
* Access Jenkins and log in.
* Opt for the "Deploy" option.
* Select the desired environment.
* Choose the "managed-learn" option.
* Then select "ml-analytics-service."
* Select the "Build with Parameters" option.
* Provide the "private\_branch" parameter with the latest DevOps branch.
* In the "branch\_or\_tag" field, enter the latest tag.
* Initiate the build process.


---

# 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://ed.sunbird.org/use/source-code/manage-learn/ml-anaylatics-service/deployment-overview.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.
