# Release Management

<img src="/files/KgtHHbxP2EkuiCa7IJEx" alt="" class="gitbook-drawing">

**Customer Communication:**

With every new release, notifications will be sent via email detailing the changes. Release notes will cover the types of changes, categorized into features, maintenance, and bug fixes. Any specific change requests that exclusively impact your tenant will be communicated to you directly.

**Monitoring and Feedback:**

If you encounter any issues or have suggestions for improvement, please do not hesitate to reach out directly to your fidentity representative via email.&#x20;

**Documentation:**

In the release notes, links to the corresponding documentation are provided as needed. Our documentation can be found at the following links:

* API: <https://demo.stage.fidentity.ch/docs>
* Documentation: <https://docs.fidentity.ch/>

### Types of Releases

| Type          | Description                                                                                                                                                   | Appearance                                                           |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- |
| Major Release | A major release involves significant changes to the API, such as introducing new features or functionalities.                                                 | Communicated at least two months before their production deployment. |
| Minor Release | A minor release refers to changes that have only a minor impact on the user experience and do not significantly alter the core functionality of the software. | Weekly on the staging environment and monthly on production.         |
| Patch Release | A patch release is carried out when urgent issues arise that need to be quickly addressed. This release is aimed at swiftly deploying emergency fixes.        | If necessary.                                                        |


---

# 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.fidentity.ch/others/release-management.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.
