> For the complete documentation index, see [llms.txt](https://docs.ambersignals.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ambersignals.com/tutorials/github-releases.md).

# Github Releases

## Introduction

In today's world of software development it would be impossible to create anything without open source software and packages or implementations from third party implementations (including us!). Whichever language you are using, you will find third party packages used for achieving the developers goal. Why invent the wheel twice? Time, Money and more complex systems are forcing us to use other developers code and that is good.

This does not come without issues and concerns. Can we trust the code? How do we keep it updated? Does it has bugs? How about new features? These are all questions the development department needs to answer when using third party code. We want to help to make sure you are always **using the latest version**.

With **Github Releases** you can set alerts on new releases from the software you are using. E.g. you are using a python package and want to know when there is a new version that fixes a bug or security problem? You can subscribe to new updates and we will inform you via various channels.&#x20;

Let's say you want to monitor for new releases of **fastapi**.

## Step 1

Find the repository of **fastapi** on [github.com](http://github.com).

<figure><img src="/files/VGMIL9mf0TZknyREoxDS" alt=""><figcaption></figcaption></figure>

Once you find the repository you want to receive alerts, copy the URL to the repository. In our case this is **<https://github.com/tiangolo/fastapi>**.

## Step 2

Head over to the [dashboard](https://ambersignals.com/dashboard) to create a new service with "**Github Releases**".

<figure><img src="/files/mhZ3mh9f7xp6oIeqCG2p" alt=""><figcaption></figcaption></figure>

The **description** should be something that you can identify this. The **address** is the URL which we found in Step 1.&#x20;

Once selected the notification channel you can save it with confirming on "**Add**". Now we will keep you informed when a new release is created.

Stay informed and know about new features when they are available.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.ambersignals.com/tutorials/github-releases.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.
