# Getting started

## Welcome!

{% hint style="info" %}
**Good to know:** It's important to understand how a software's versioning name works in order to determine whether or not you should upgrade your software or application.
{% endhint %}

## Version Design

This is an example of how I used to name my software and application versions.

{% tabs %}
{% tab title="Fresh" %}
`scodestudio_v1.0`
{% endtab %}

{% tab title="Fixed" %}
`scodestudio_v1.0_f1`
{% endtab %}

{% tab title="Latest " %}
`scodestudio_v1.2`
{% endtab %}

{% tab title="Date" %}
`scodestudio_2022.01.14`
{% endtab %}
{% endtabs %}

## How its work

**Fresh** version of a software.

`scodestudio_v1.0`

A fresh version is one that has been released early.

**Fixed** `f` version of a software

`scodestudio_v1.0_f1`

A fixed version was released that corrected a few bugs but did not include any new features.

**Latest** version of a software

`scodestudio_v1.2`

A new version was released that repaired some bugs and introduced some new features.


---

# 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://jaseunda.gitbook.io/version-control/getting-started.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.
