> For the complete documentation index, see [llms.txt](https://docs.flxbl.io/flxbl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flxbl.io/flxbl/sfops/self-managed-instances/setting-up/6.-fetching-upstream-changes.md).

# 6. Fetching upstream changes

If you are using a self-managed instance option for sfops, please follow the below instructions to update your GitHub org's with updates from Flxbl's source repository (source.flxbl.io)

The below process outlines the steps that are required to update your instance across test and production repositories

1. Please review the changes once you receive a notification on #sfops slack channel or email regarding the latest release notes. Please feel free to contact your point of contact for more information on the changes in the releases and applying the same in your org
2. Each version in sfops repository is tagged with a version number and will have accompanying release notes\\

   <figure><img src="/files/cYZ8m8wZVIa6Eg0GAtAH" alt=""><figcaption></figcaption></figure>
3. Follow instructions provided in [Sync Upstream Repository and Create Pull Request](/flxbl/sfops/self-managed-instances/workflow-details/sync-upstream-repository-and-create-pull-request.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.flxbl.io/flxbl/sfops/self-managed-instances/setting-up/6.-fetching-upstream-changes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
